summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAge
* avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt2022-05-15
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* ac3: convert to new channel layout APIVittorio Giovara2022-03-15
* avcodec/ac3enc: Deduplicate AVClassesAndreas Rheinhardt2021-07-08
* avcodec/[e]ac3enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec/ac3enc: Simplify AC-3 bit countingAndreas Rheinhardt2021-04-02
* avcodec/[e]ac3enc: Fix indentationAndreas Rheinhardt2021-04-02
* avcodec/ac3enc: Avoid needlessly copying encoded packets aroundAndreas Rheinhardt2021-04-02
* avcodec/ac3enc: Use actual size of buffer in init_put_bits()Andreas Rheinhardt2021-04-02
* lavc/ac3enc: rename variable to avoid shadowingAnton Khirnov2021-02-22
* avcodec/ac3tab: Move ff_ac3_enc_channel_map to its only userAndreas Rheinhardt2021-02-20
* avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt2021-02-07
* ac3enc_fixed: convert to 32-bit sample formatLynne2021-01-14
* avcodec/ac3enc: Factor common end of float/fixed encode_frame outAndreas Rheinhardt2021-01-09
* avcodec/ac3enc: Set function pointers earlierAndreas Rheinhardt2021-01-09
* avcodec/[e]ac3enc: Make encoders init-threadsafe, fix raceAndreas Rheinhardt2021-01-09
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/ac3enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* ac3enc: fix AC3 downmix metadata issuePiotr Oleszczyk2020-05-01
* ac3enc: drop a global variableAnton Khirnov2020-02-07
* avcodec/ac3enc: Fix memleakAndreas Rheinhardt2019-10-17
* avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt2019-09-20
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* avcodec/ac3enc: Use specific error code in validate_float_option()Michael Niedermayer2019-01-01
* avcodec/ac3enc: Remove duplicate #includeMichael Niedermayer2016-01-11
* Merge commit '58170b027144f4840018c7a60fb8d07924cc6242'Hendrik Leppkes2016-01-04
|\
| * lavc: Add missing #includes for ff_dlog()Diego Biurrun2016-01-03
* | avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde2015-11-30
* | avcodec/ac3enc: fix undefined negative left shiftGanesh Ajjanagadde2015-10-10
* | avcodec/ac3enc: use long long after switch to 64 bit bitrateGanesh Ajjanagadde2015-09-24
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: fix build with DEBUG/TRACEMichael Niedermayer2015-04-20
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* | avcodec/ac3en: use FF_ALLOC(Z)_ARRAY()Michael Niedermayer2014-09-13
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
|\|
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-22
|\|
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* | Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer2014-06-13
|\|
| * ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-13
* | avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variablesMichael Niedermayer2014-05-07
* | Avoid a null pointer dereference on clean-up after oom in ac3 encoder.Carl Eugen Hoyos2013-06-29