420 Commits (4da14c302fe43c5692316f1a0540323b185dec56)

Author SHA1 Message Date
Andreas Rheinhardt e559f8428f avcodec: Remove unnecessary fft, dct inclusions 2 years ago
Lynne 4cee7ebd75
ac3: convert to lavu/tx 2 years ago
Andreas Rheinhardt 76d8f0dd14 avcodec/ac3dsp: Remove unused parameter 2 years ago
Andreas Rheinhardt a51bdbb069 avcodec/ac3enc: Add missing header 2 years ago
Andreas Rheinhardt 59eadb5060 avcodec/internal: Move ff_samples_to_time_base() to encode.h 2 years ago
Andreas Rheinhardt 104abea646 avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 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
Vittorio Giovara 111ed1b16b ac3: convert to new channel layout API 3 years ago
Andreas Rheinhardt bc368575a9 avcodec/ac3enc: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 39bb36d723 avcodec/[e]ac3enc: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt 18bb323da4 avcodec/ac3enc: Simplify AC-3 bit counting 4 years ago
Andreas Rheinhardt eca36784b8 avcodec/[e]ac3enc: Fix indentation 4 years ago
Andreas Rheinhardt 5d4234b3ea avcodec/ac3enc: Avoid needlessly copying encoded packets around 4 years ago
Andreas Rheinhardt 968c158abd avcodec/ac3enc: Use actual size of buffer in init_put_bits() 4 years ago
Anton Khirnov 1c36e7c1a5 lavc/ac3enc: rename variable to avoid shadowing 4 years ago
Andreas Rheinhardt d0d96674ec avcodec/ac3tab: Move ff_ac3_enc_channel_map to its only user 4 years ago
Andreas Rheinhardt 134193a2ff avcodec/ac3enc: Share options and defaults 4 years ago
Lynne 2d85e6e723
ac3enc_fixed: convert to 32-bit sample format 4 years ago
Andreas Rheinhardt 277281ac8e avcodec/ac3enc: Factor common end of float/fixed encode_frame out 4 years ago
Andreas Rheinhardt 953924781e avcodec/ac3enc: Set function pointers earlier 4 years ago
Andreas Rheinhardt 505d4de064 avcodec/[e]ac3enc: Make encoders init-threadsafe, fix race 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Limin Wang 861b20aa95 avcodec/ac3enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 4 years ago
Limin Wang ee726e777b avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUP 4 years ago
Piotr Oleszczyk b9746fcbee ac3enc: fix AC3 downmix metadata issue 5 years ago
Anton Khirnov af1f1e8665 ac3enc: drop a global variable 5 years ago
Andreas Rheinhardt 097c917c14 avcodec/ac3enc: Fix memleak 5 years ago
Andreas Rheinhardt 2f289ec914 avcodec/ac3enc: Fix invalid shift 5 years ago
Andreas Rheinhardt a1a8815220 libavcodec: Reduce the size of some arrays 5 years ago
Michael Niedermayer c6db2e97dc avcodec/ac3enc: Use specific error code in validate_float_option() 6 years ago
Diego Biurrun 367f95af55 ac3enc: Restructure DEBUG ifdefs to avoid unused function parameter warnings 8 years ago
Michael Niedermayer 56ec8f85e2 avcodec/ac3enc: Remove duplicate #include 9 years ago
Diego Biurrun 58170b0271 lavc: Add missing #includes for ff_dlog() 9 years ago
Ganesh Ajjanagadde 7b11eead1b avcodec/ac3: always use hardcoded tables 9 years ago
Ganesh Ajjanagadde 979572365f avcodec/ac3enc: fix undefined negative left shift 9 years ago
Ganesh Ajjanagadde 7179add427 avcodec/ac3enc: use long long after switch to 64 bit bitrate 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 0a582aeee4 avcodec: fix build with DEBUG/TRACE 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer cae851c789 avcodec/ac3enc: Use avpriv_float_dsp_alloc() 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Michael Niedermayer 8572dbc5db avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Diego Biurrun 27631796c9 ac3: Only initialize float_dsp for the float encoder variant 11 years ago
Michael Niedermayer eeb48353ab avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variables 11 years ago
Carl Eugen Hoyos 225f78b7ef Avoid a null pointer dereference on clean-up after oom in ac3 encoder. 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago