Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06ac3: convert to lavu/txLynne
2022-05-15avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15ac3: convert to new channel layout APIVittorio Giovara
2022-01-04avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-07-08avcodec/ac3enc: Deduplicate AVClassesAndreas Rheinhardt
2021-02-07avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt
2021-01-14ac3enc_fixed: convert to 32-bit sample formatLynne
2021-01-09avcodec/ac3enc: Factor common end of float/fixed encode_frame outAndreas Rheinhardt
2021-01-09avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas Rheinhardt
2021-01-09avcodec/ac3enc: Set function pointers earlierAndreas Rheinhardt
2020-02-07ac3enc: drop a global variableAnton Khirnov
2014-11-29avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-09-27Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'Michael Niedermayer
2014-09-27Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6'Michael Niedermayer
2014-09-26ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker
2014-09-26ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-13Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-04put_bits: Remove unused includesVittorio Giovara
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-10-11fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-08-11ac3enc: add macros for option names to make them more understandable.Justin Ruggles
2011-08-10ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles
2011-08-10ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles
2011-07-27eac3enc: support writing of basic mixing and info metadataJustin Ruggles
2011-07-21eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles
2011-07-19eac3enc: use frame exponent strategy when applicable.Justin Ruggles
2011-07-14ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles
2011-07-14ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles
2011-07-01ac3enc: clip coefficients after MDCT.Justin Ruggles
2011-06-27ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles
2011-06-22ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles
2011-06-14ac3enc: fix allocation of floating point samples.Justin Ruggles
2011-06-14ac3enc: remove empty ac3_float function that is never calledJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-14ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles
2011-06-14ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles