| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ac3enc: Move transient PutBitContext to stack | Andreas Rheinhardt | 2024-05-20 | 1 | -3/+3 |
* | avcodec/ac3enc: Avoid copying samples | Andreas Rheinhardt | 2024-04-18 | 1 | -1/+1 |
* | avcodec/ac3enc: Combine cpl_coord buffers | Andreas Rheinhardt | 2024-04-18 | 1 | -2/+1 |
* | avcodec/ac3enc: Avoid indirections, allocations of small arrays | Andreas Rheinhardt | 2024-04-18 | 1 | -11/+11 |
* | avcodec/ac3enc: Avoid allocation for mdct_window | Andreas Rheinhardt | 2024-04-18 | 1 | -1/+4 |
* | avcodec/ac3enc: Avoid allocation for windowed_samples | Andreas Rheinhardt | 2024-04-18 | 1 | -1/+6 |
* | avcodec/ac3enc: Avoid function pointers to initialize MDCT | Andreas Rheinhardt | 2024-04-11 | 1 | -3/+0 |
* | avcodec/ac3enc: Deduplicate copying input samples | Andreas Rheinhardt | 2024-04-11 | 1 | -1/+1 |
* | avcodec/ac3enc: Deduplicate allocating buffers | Andreas Rheinhardt | 2024-04-11 | 1 | -5/+2 |
* | avcodec/ac3enc: Share more code between fixed/float encoders | Andreas Rheinhardt | 2024-04-11 | 1 | -4/+1 |
* | avcodec/ac3enc: Use common encode_frame function | Andreas Rheinhardt | 2024-04-11 | 1 | -11/+5 |
* | avcodec/ac3enc: Remove disabled code for RealAudio variant of AC-3 | Andreas Rheinhardt | 2024-04-11 | 1 | -2/+0 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -3/+0 |
* | ac3: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -3/+4 |
* | avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h | Andreas Rheinhardt | 2022-05-15 | 1 | -0/+1 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | ac3: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+3 |
* | avcodec/ac3tab: Unavpriv ac3_channel_layout_tab | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+1 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/ac3enc: Deduplicate AVClasses | Andreas Rheinhardt | 2021-07-08 | 1 | -0/+1 |
* | avcodec/ac3enc: Share options and defaults | Andreas Rheinhardt | 2021-02-07 | 1 | -7/+2 |
* | ac3enc_fixed: convert to 32-bit sample format | Lynne | 2021-01-14 | 1 | -4/+7 |
* | avcodec/ac3enc: Factor common end of float/fixed encode_frame out | Andreas Rheinhardt | 2021-01-09 | 1 | -12/+2 |
* | avcodec/[e]ac3enc: Don't invade CONFIG_ namespace | Andreas Rheinhardt | 2021-01-09 | 1 | -3/+3 |
* | avcodec/ac3enc: Set function pointers earlier | Andreas Rheinhardt | 2021-01-09 | 1 | -12/+0 |
* | ac3enc: drop a global variable | Anton Khirnov | 2020-02-07 | 1 | -0/+2 |
* | avcodec/ac3enc: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-29 | 1 | -1/+1 |
* | Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc' | Michael Niedermayer | 2014-09-26 | 1 | -0/+1 |
|\ |
|
| * | ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. | Tim Walker | 2014-09-26 | 1 | -0/+1 |
* | | Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6' | Michael Niedermayer | 2014-09-26 | 1 | -0/+1 |
|\| |
|
| * | ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. | Tim Walker | 2014-09-26 | 1 | -0/+1 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -2/+2 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -2/+2 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 1 | -0/+2 |
|\| |
|
| * | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -0/+2 |
* | | Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565' | Michael Niedermayer | 2014-06-13 | 1 | -0/+1 |
|\| |
|
| * | ac3: Only initialize float_dsp for the float encoder variant | Diego Biurrun | 2014-06-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-04 | 1 | -1/+3 |
|\| |
|
| * | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 1 | -1/+3 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ |
|
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+3 |
* | ac3enc: update to AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -4/+4 |
* | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | fix AC3ENC_OPT_MODE_ON/OFF | John Stebbins | 2011-10-11 | 1 | -2/+2 |
* | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 1 | -0/+2 |
* | ac3enc: add macros for option names to make them more understandable. | Justin Ruggles | 2011-08-11 | 1 | -0/+17 |
* | ac3enc: allow new coupling coordinates to be sent independently for each | Justin Ruggles | 2011-08-09 | 1 | -1/+1 |
* | ac3enc: separate exponent bit counting from exponent grouping. | Justin Ruggles | 2011-08-09 | 1 | -0/+2 |
* | eac3enc: support writing of basic mixing and info metadata | Justin Ruggles | 2011-07-27 | 1 | -0/+2 |