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
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2012-10-06(e)ac3enc: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2011-08-10ac3enc: allow new coupling coordinates to be sent independently for eachJustin 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-19cosmetics: indentationJustin Ruggles
2011-07-19eac3enc: use frame exponent strategy when applicable.Justin Ruggles
2011-07-15ac3enc: Mark AVClasses constMartin Storsjö
2011-06-27ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles