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
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
2002-10-28preparing integration of new AC3 decoderFabrice Bellard
2002-04-08* encoding of AC3 with more than 2 channelsZdenek Kabelac
2001-07-22Initial revisionFabrice Bellard