summaryrefslogtreecommitdiff
path: root/libavcodec/eac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* 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-0/+1
* ac3: convert to new channel layout APIVittorio Giovara2022-03-151-0/+5
* avcodec/[e]ac3enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-051-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/[e]ac3enc: Fix indentationAndreas Rheinhardt2021-04-021-8/+8
* avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt2021-02-071-5/+2
* avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas Rheinhardt2021-01-091-1/+1
* avcodec/[e]ac3enc: Make encoders init-threadsafe, fix raceAndreas Rheinhardt2021-01-091-1/+1
* avcodec/ac3enc_float, eac3enc: Fix leaks on init errorAndreas Rheinhardt2020-09-181-0/+1
* lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos2020-04-041-0/+1
* Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer2014-06-131-1/+1
|\
| * ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-131-1/+1
* | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'Michael Niedermayer2014-06-121-2/+0
|\ \ | |/
| * Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-121-2/+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
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* | 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/+6
|/
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+2
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-201-1/+1
* (e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles2012-02-291-0/+1
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-091-1/+1
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-271-4/+42
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-211-8/+22
* cosmetics: indentationJustin Ruggles2011-07-191-3/+3
* eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-191-3/+58
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-151-2/+2
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-271-1/+1
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-0/+24
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-071-0/+131