summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_parser.c
Commit message (Expand)AuthorAge
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-03
* Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer2008-04-04
* revert 12156Michael Niedermayer2008-02-20
* Forgot this, which is needed for merging field pics too.Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05