log parser.c @ 3948:3edbf131ee44 libavcodec

age author description
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
2006-09-27 mru fix some signedness warnings libavcodec
2006-08-26 michael dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec
2006-07-09 mru make some tables const libavcodec
2006-07-09 mru --enable/disable parsers. Warning: some combinations are broken. libavcodec
2006-07-07 diego Fix compilation with --disable-decoders. libavcodec
2006-07-06 michael AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec
2006-07-03 michael CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodec
2006-06-16 mru The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodec
2006-02-10 mru use get_bits1/skip_bits[1] in ac3 and aac parsers libavcodec
2006-02-08 mru adts aac parser libavcodec
2006-02-04 michael faster find_startcode() libavcodec
2006-02-02 michael output last ac3 frame and simplify libavcodec
2006-01-24 diego Remove all stray tabs and trailing whitespace, this time for good. libavcodec
2006-01-21 mru native ac3 parser libavcodec
2006-01-12 diego Update licensing information: The FSF changed postal address. libavcodec
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavcodec
2005-09-06 mru Kill some compiler warnings. Compiled code verified identical after changes. libavcodec
2005-08-26 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
2005-08-15 michael parse pict_type for streams in avi libavcodec
2005-06-29 michael off by 1 error bugfix libavcodec
2005-06-27 michael support changing in bitstream global headers into extradata style and back libavcodec
2005-04-30 michael switch to native time bases libavcodec
2005-03-17 michael 10l typo libavcodec
2005-03-05 michael mpeg-es bitrate parsing libavcodec
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavcodec
2005-02-01 michael 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) libavcodec
2005-01-31 michael 10000l vbr mp3 fix libavcodec
2005-01-29 michael require a few valid and equal mp3 headers for resync libavcodec
2004-12-14 michael fix timestamp prediction for low_delay mpeg streams libavcodec
2004-12-12 michael flush remaining data from parser at EOF libavcodec
2004-11-12 michael pnm parser libavcodec
2004-09-27 michael lowres width/height cleanup 3rd try libavcodec
2004-09-27 michael lowres fixes for the parser libavcodec
2004-07-09 michael 1000000l libavcodec
2004-07-09 michael field pic timestamp fix libavcodec
2004-06-30 michael timestamp duplication bugfix libavcodec
2004-05-23 michael mpeg audio timestamp fix libavcodec
2004-05-18 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
2004-04-29 michael remove duplicated find_frame_end() code libavcodec
2004-04-29 michael >2 channels decoding fix libavcodec
2003-12-16 bellard pts and dts support in parser API libavcodec
2003-12-15 bellard added End Of File handling to return last picture for MPEG1/2/4 libavcodec
2003-12-12 bellard fill codec info libavcodec
2003-11-10 bellard also parse extradata for MPEG4 libavcodec
2003-11-10 bellard new audio/video parser API libavcodec