summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_parser.c
Commit message (Expand)AuthorAgeFilesLines
* RevertMichael Niedermayer2010-02-031-0/+1
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-141-2/+2
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-051-2/+2
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-051-0/+5
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-021-4/+1
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-241-4/+5
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-031-0/+3
* Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer2008-04-041-1/+0
* revert 12156Michael Niedermayer2008-02-201-1/+0
* Forgot this, which is needed for merging field pics too.Michael Niedermayer2008-02-201-8/+0
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-201-1/+5
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-3/+3
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-051-1/+1
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-051-0/+185