aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ac3enc: Avoid allocation for mdct_windowAndreas Rheinhardt2024-04-181-6/+1
* avcodec/ac3enc: Avoid function pointers to initialize MDCTAndreas Rheinhardt2024-04-111-3/+9
* avcodec/ac3enc: Deduplicate allocating buffersAndreas Rheinhardt2024-04-111-1/+0
* avcodec/ac3enc: Use common encode_frame functionAndreas Rheinhardt2024-04-111-1/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outsid...Andreas Rheinhardt2024-03-071-1/+1
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-071-1/+0
* avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavc...Michael Niedermayer2023-07-221-1/+1
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt2022-11-111-1/+0
* ac3: convert to lavu/txLynne2022-11-061-15/+4
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-5/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-11/+11
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* ac3: convert to new channel layout APIVittorio Giovara2022-03-151-0/+5
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-051-1/+0
* avcodec/ac3enc: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-8/+1
* avcodec/[e]ac3enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-051-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt2021-02-071-5/+2
* ac3enc: halve the MDCT window size by using vector_fmul_reverseLynne2021-01-141-5/+3
* ac3enc_fixed: convert to 32-bit sample formatLynne2021-01-141-37/+23
* avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas Rheinhardt2021-01-091-1/+1
* avcodec/ac3enc: Set function pointers earlierAndreas Rheinhardt2021-01-091-2/+5
* avcodec/[e]ac3enc: Make encoders init-threadsafe, fix raceAndreas Rheinhardt2021-01-091-1/+1
* avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-131-0/+1
* lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos2020-04-041-0/+1
* ac3enc: Avoid unnecessary macro indirectionsDiego Biurrun2017-04-071-2/+2
* Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30'James Almer2017-04-071-30/+28
|\
| * ac3enc: Reshuffle functions to avoid forward declarationsDiego Biurrun2016-11-281-30/+28
* | Merge commit 'e22c63ac74b2968075be8bf0d2deb1ee63b28976'James Almer2017-04-071-0/+2
|\|
| * ac3enc: Reshuffle some float/fixed-mode ifdefs to avoid a dummy functionDiego Biurrun2016-11-281-0/+2
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-2/+4
|\|
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-2/+4
* | Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'Michael Niedermayer2014-01-071-1/+1
|\|
| * Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-061-1/+1
* | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer2013-12-091-11/+0
|\|
| * dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-11/+0
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-1/+1
|\|
| * (e)ac3enc: use planar sample formatJustin Ruggles2012-10-061-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-1/+1
|\|
| * ac3: don't use different names for option tables in the template file.Ronald S. Bultje2012-07-211-1/+1
* | lavc: use designated initializers for AVClassesPaul B Mahol2012-06-231-2/+7