]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegaudio_parser.c
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
[frescor/ffmpeg.git] / libavcodec / mpegaudio_parser.c
2009-05-05 cehoyosCosmetics: Fix indentation after r18741.
2009-05-05 michaelDo not discard mp3 frames in the parser after a broken...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 michaelLet the mpeg audio parser correct the codec_id.
2009-01-13 michaelAdd dummy mp1_decoder to complement the existing dummy...
2008-12-21 michaelChange mpeg audio parser so it only sets frame_size...
2007-07-08 mruindent
2007-07-08 mruset sample rate in more logical place, kill warning
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-05-20 aureladd a ff_ prefix to some mpegaudio funcs
2007-05-20 aurelloosen dependencies over mpegaudiodec
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-05-05 aurelavoid a 'discards qualifiers from pointer' warning
2007-05-05 aurelmove mpegaudio_parser in it's own file