]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec_float.c
x264: Add option to force IDR frames
[ffmpeg] / libavcodec / mpegaudiodec_float.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-11-23 Diego Biurrunmpegaudiodec: Consistently handle fixed/float templating
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-11-26 Justin Rugglesmpegaudiodec: use planar sample format for output unles...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_PARSE_FRAME cruft.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-27 Justin Rugglesmpegaudio: do not use init_static_data() for initializi...
2011-11-15 Justin Rugglesmpegaudiodec: init static tables in AVCodec.init_static...
2011-10-28 Justin Rugglesavcodec: remove avcodec_parse_frame and deprecate assoc...
2011-10-21 Justin Rugglesmp3on4: create a separate flush function for MP3onMP4.
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-05-31 Mans Rullgardmpegaudio: clean up compute_antialias() definition
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
2011-05-18 Mans Rullgardmpegaudiodec: remove decode_end() function
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-18 flybird2k@gmail.comFix memleak when using mp*float decoder.
2010-07-01 Måns Rullgårdmpegaudio: move compute_antialias_float() to mpegaudiod...
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-06-23 Vitor SessakMove float-specific function to mpegaudiodec_float.c
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.