summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.h
Commit message (Expand)AuthorAgeFilesLines
* ac3: convert to lavu/txLynne2022-11-061-3/+4
* avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt2022-05-151-0/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* 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-1/+3
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-041-0/+1
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-0/+1
* avcodec/ac3enc: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-0/+1
* avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt2021-02-071-7/+2
* ac3enc_fixed: convert to 32-bit sample formatLynne2021-01-141-4/+7
* avcodec/ac3enc: Factor common end of float/fixed encode_frame outAndreas Rheinhardt2021-01-091-12/+2
* avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas Rheinhardt2021-01-091-3/+3
* avcodec/ac3enc: Set function pointers earlierAndreas Rheinhardt2021-01-091-12/+0
* ac3enc: drop a global variableAnton Khirnov2020-02-071-0/+2
* avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-291-1/+1
* Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'Michael Niedermayer2014-09-261-0/+1
|\
| * ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker2014-09-261-0/+1
* | Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6'Michael Niedermayer2014-09-261-0/+1
|\ \ | |/
| * ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker2014-09-261-0/+1
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-2/+2
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-2/+2
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-0/+2
|\ \ | |/
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-0/+2
* | Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer2014-06-131-0/+1
|\ \ | |/
| * ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-041-1/+3
|\ \ | |/
| * put_bits: Remove unused includesVittorio Giovara2014-03-041-1/+3
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+3
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-201-4/+4
* Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-111-2/+2
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-051-0/+2
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-111-0/+17
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-091-1/+1
* ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-091-0/+2
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-271-0/+2
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-211-0/+2
* eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-191-0/+2
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-131-14/+8
* ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-131-1/+1
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-011-0/+4
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-271-38/+20
* ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-221-1/+1
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-131-0/+5
* ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-131-1/+0
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-0/+79
* ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-131-3/+2
* ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-131-0/+2
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-071-0/+214