aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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