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
2013-11-24mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-11-26mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-27mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles
2011-11-15mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles
2011-10-28avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles
2011-10-21mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-05-31mpegaudio: clean up compute_antialias() definitionMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-18mpegaudiodec: remove decode_end() functionMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-18Fix memleak when using mp*float decoder.flybird2k@gmail.com
2010-07-02mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård
2010-07-01More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak
2010-06-24Move float-specific function to mpegaudiodec_float.cVitor Sessak
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer