206 Commits (7f3f3539e8884d541c2614819f51cc91bdf0aec4)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt b303f1e083 avcodec/mathops: Move bitswap_32() to its only user 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov ac0d207a1a pcm: convert to new channel layout API 3 years ago
Andreas Rheinhardt 0788069cb1 avcodec/pcm: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Paul B Mahol 5111707df6 avcodec: add SGA PCM decoder 4 years ago
Andreas Rheinhardt 5ff030f922 avcodec/pcm: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt 5634ce234a avcodec/pcm: Make encoders init-threadsafe 4 years ago
Andreas Rheinhardt 771f91532c avcodec/pcm: Avoid indirection when calling float dsp function 4 years ago
Michael Niedermayer 051d11f659 avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF 5 years ago
Paul B Mahol dfb0b9370d avcodec: fix pcm zork decoder 5 years ago
Michael Niedermayer 985d3666f6 avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXF 5 years ago
Michael Niedermayer 5de19160a3 avcodec/pcm: Check bits_per_coded_sample 5 years ago
Andreas Rheinhardt 5886153dc3 avcodec/pcm: Cosmetics 5 years ago
Andreas Rheinhardt 69473bec6f avcodec/pcm: Fix undefined shifts 5 years ago
Cameron Cawley 22238d0b94 avcodec: Implement Archimedes VIDC encoder/decoder 6 years ago
Paul B Mahol 95fb9e0205 avcodec: add pcm_f16le and pcm_f24le decoder 8 years ago
Paul B Mahol fc600eff63 avcodec: add 64-bit signed pcm codec 8 years ago
Michael Niedermayer 2de8bfd2ef avcodec/pcm: Fix overflow in bitrate computation 9 years ago
Michael Niedermayer 4302a92835 avcodec/pcm: Better min_size for ff_alloc_packet2() 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Paul B Mahol 5a79bf0284 PCM signed 16-bit big-endian planar decoder 10 years ago
Diego Biurrun 6af2930222 pcm: Drop av_unused attribute from variable that is always used 10 years ago
Diego Biurrun 14d2006ca6 pcm: Drop unused variable from DECODE_PLANAR macro 10 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 11 years ago
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 11 years ago
Luca Barbato c82da343e6 pcm: always use codec->id instead of codec_id 12 years ago
Paul B Mahol 5285a7549f pcmenc: don't allocate unused avctx->coded_frame 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles a6bb39add2 pcm: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer f0695b09dd pcmdec: check codec_id 12 years ago
Paul B Mahol dd59f0125d add some planar PCM encoders 12 years ago
Paul B Mahol f17f759544 pcmdec: use memcpy() when possible for planar decoders 12 years ago
Justin Ruggles 00dd9a6d6a pcm: fix decoding of pcm_s16le_planar on big-endian 12 years ago
Paul B Mahol 00e02366a5 pcmenc: use ENCODE macro for pcm_s8 12 years ago
Michael Niedermayer 2d232f8b88 pcm: revert from libavs planar code to durandals. 12 years ago
Paul B Mahol da8242e2d6 8svx: move pcm_s8_planar decoder to pcm.c 12 years ago
Justin Ruggles c9d0f4506f pcmdec: use planar sample format for pcm_s16le_planar 12 years ago
Paul B Mahol 0df7d95a5e pcmenc: remove dead increment 12 years ago