aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAgeFilesLines
* switch to native time basesMichael Niedermayer2005-04-301-5/+6
* 10l typoMichael Niedermayer2005-03-171-1/+1
* mpeg-es bitrate parsingMichael Niedermayer2005-03-051-2/+5
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+1
* 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp...Michael Niedermayer2005-02-011-0/+3
* 10000l vbr mp3 fixMichael Niedermayer2005-01-311-1/+1
* require a few valid and equal mp3 headers for resyncMichael Niedermayer2005-01-291-3/+16
* fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer2004-12-141-0/+1
* flush remaining data from parser at EOFMichael Niedermayer2004-12-121-1/+6
* pnm parserMichael Niedermayer2004-11-121-1/+3
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-6/+3
* lowres fixes for the parserMichael Niedermayer2004-09-271-6/+10
* 1000000lMichael Niedermayer2004-07-091-1/+1
* field pic timestamp fixMichael Niedermayer2004-07-091-1/+7
* timestamp duplication bugfixMichael Niedermayer2004-06-301-1/+3
* mpeg audio timestamp fixMichael Niedermayer2004-05-231-1/+11
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-1/+1
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-291-230/+20
* >2 channels decoding fixMichael Niedermayer2004-04-291-3/+6
* pts and dts support in parser APIFabrice Bellard2003-12-161-2/+35
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-151-7/+23
* fill codec infoFabrice Bellard2003-12-121-0/+3
* also parse extradata for MPEG4Fabrice Bellard2003-11-101-0/+12
* new audio/video parser APIFabrice Bellard2003-11-101-0/+892