]> git.sesse.net Git - ffmpeg/history - libavcodec/parser.c
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
[ffmpeg] / libavcodec / parser.c
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-16 Måns RullgårdThe AAC frame header uses 13 bits for the frame size...
2006-02-10 Måns Rullgårduse get_bits1/skip_bits[1] in ac3 and aac parsers
2006-02-08 Måns Rullgårdadts aac parser
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-02-02 Michael Niedermayeroutput last ac3 frame and simplify
2006-01-24 Diego BiurrunRemove all stray tabs and trailing whitespace, this...
2006-01-21 Måns Rullgårdnative ac3 parser
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-08-15 Michael Niedermayerparse pict_type for streams in avi
2005-06-29 Michael Niedermayeroff by 1 error bugfix
2005-06-27 Michael Niedermayersupport changing in bitstream global headers into extra...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-17 Michael Niedermayer10l typo
2005-03-05 Michael Niedermayermpeg-es bitrate parsing
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-01 Michael Niedermayer10l (array gets padded with 0 which is CODEC_ID_NONE...
2005-01-31 Michael Niedermayer10000l vbr mp3 fix
2005-01-29 Michael Niedermayerrequire a few valid and equal mp3 headers for resync
2004-12-14 Michael Niedermayerfix timestamp prediction for low_delay mpeg streams
2004-12-12 Michael Niedermayerflush remaining data from parser at EOF
2004-11-12 Michael Niedermayerpnm parser
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-09-27 Michael Niedermayerlowres fixes for the parser
2004-07-09 Michael Niedermayer1000000l
2004-07-09 Michael Niedermayerfield pic timestamp fix
2004-06-30 Michael Niedermayertimestamp duplication bugfix
2004-05-23 Michael Niedermayermpeg audio timestamp fix
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-29 Michael Niedermayerremove duplicated find_frame_end() code
2004-04-29 Michael Niedermayer>2 channels decoding fix
2003-12-16 Fabrice Bellardpts and dts support in parser API
2003-12-15 Fabrice Bellardadded End Of File handling to return last picture for...
2003-12-12 Fabrice Bellardfill codec info
2003-11-10 Fabrice Bellardalso parse extradata for MPEG4
2003-11-10 Fabrice Bellardnew audio/video parser API