| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ac3enc_template: Avoid always-true check | Andreas Rheinhardt | 2024-05-20 | 1 | -4/+7 |
* | avcodec/ac3enc: Avoid copying samples | Andreas Rheinhardt | 2024-04-18 | 1 | -6/+14 |
* | avcodec/ac3enc: Avoid allocation for mdct_window | Andreas Rheinhardt | 2024-04-18 | 1 | -2/+2 |
* | avcodec/ac3enc: Avoid allocation for windowed_samples | Andreas Rheinhardt | 2024-04-18 | 1 | -3/+9 |
* | avcodec/ac3enc: Deduplicate copying input samples | Andreas Rheinhardt | 2024-04-11 | 1 | -26/+1 |
* | avcodec/ac3enc: Deduplicate allocating buffers | Andreas Rheinhardt | 2024-04-11 | 1 | -25/+7 |
* | avcodec/ac3enc: Share more code between fixed/float encoders | Andreas Rheinhardt | 2024-04-11 | 1 | -14/+1 |
* | avcodec/ac3enc: Use common encode_frame function | Andreas Rheinhardt | 2024-04-11 | 1 | -4/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/ac3enc_template: add fbw_channels assert | Michael Niedermayer | 2024-02-12 | 1 | -0/+2 |
* | x86/ac3dsp: add ff_float_to_fixed24_avx() | James Almer | 2023-11-25 | 1 | -2/+2 |
* | ac3: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -2/+2 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | ac3enc: halve the MDCT window size by using vector_fmul_reverse | Lynne | 2021-01-14 | 1 | -1/+4 |
* | ac3enc: do not clip coefficients after transforms | Lynne | 2021-01-14 | 1 | -3/+0 |
* | ac3enc_fixed: convert to 32-bit sample format | Lynne | 2021-01-14 | 1 | -15/+6 |
* | avcodec/ac3enc: Factor common end of float/fixed encode_frame out | Andreas Rheinhardt | 2021-01-09 | 1 | -23/+1 |
* | avcodec/ac3enc_template: Perform compile-time checks at compile-time | Andreas Rheinhardt | 2021-01-09 | 1 | -6/+5 |
* | avcodec/[e]ac3enc: Don't invade CONFIG_ namespace | Andreas Rheinhardt | 2021-01-09 | 1 | -4/+4 |
* | avcodec/ac3enc: Set function pointers earlier | Andreas Rheinhardt | 2021-01-09 | 1 | -1/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/ac3enc_template: Don't free uninitialized pointers on error | Andreas Rheinhardt | 2020-09-18 | 1 | -1/+1 |
* | avcodec/ac3enc_template: remove FF_ALLOC_ARRAY_OR_GOTO and gotos label | Limin Wang | 2020-06-13 | 1 | -10/+7 |
* | Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30' | James Almer | 2017-04-07 | 1 | -12/+0 |
|\ |
|
| * | ac3enc: Reshuffle functions to avoid forward declarations | Diego Biurrun | 2016-11-28 | 1 | -9/+0 |
* | | Merge commit 'e22c63ac74b2968075be8bf0d2deb1ee63b28976' | James Almer | 2017-04-07 | 1 | -3/+1 |
|\| |
|
| * | ac3enc: Reshuffle some float/fixed-mode ifdefs to avoid a dummy function | Diego Biurrun | 2016-11-28 | 1 | -3/+1 |
| * | ac3: Check the array bound before dereferencing | Luca Barbato | 2016-05-27 | 1 | -1/+1 |
| * | ac3enc_template: Use the correct context field | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/ac3enc: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-29 | 1 | -1/+1 |
* | | avcodec/ac3enc_template: use the initial_padding field | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
* | | avcodec/ac3enc_template: fix out of array read | Michael Niedermayer | 2014-09-27 | 1 | -1/+1 |
* | | avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO() | Michael Niedermayer | 2014-09-10 | 1 | -1/+1 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 1 | -3/+6 |
|\| |
|
| * | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -3/+6 |
* | | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' | Michael Niedermayer | 2014-03-26 | 1 | -0/+4 |
|\| |
|
| * | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 1 | -0/+4 |
* | | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3' | Michael Niedermayer | 2013-12-09 | 1 | -8/+4 |
|\| |
|
| * | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -8/+4 |
* | | libavcodec/ac3enc_template.c: Fix duplicate words | Michael Niedermayer | 2013-08-12 | 1 | -1/+1 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | ac3enc_template: silence may be used uninitialized in this function warnings | Michael Niedermayer | 2013-02-26 | 1 | -1/+1 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | ac3enc: fix 'warning: block0 may be used uninitialized in this function' | Michael Niedermayer | 2013-01-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-07 | 1 | -21/+13 |
|\| |
|
| * | (e)ac3enc: use planar sample format | Justin Ruggles | 2012-10-06 | 1 | -17/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-08 | 1 | -1/+6 |
|\| |
|