]> git.sesse.net Git - ffmpeg/history - libavcodec/parser.c
hevc: eliminate the last element from TransformTree
[ffmpeg] / libavcodec / parser.c
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