summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_parser.c
Commit message (Expand)AuthorAge
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* Remove unused variablesMans Rullgard2011-06-02
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* RevertMichael Niedermayer2010-02-03
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-14
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-05
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-05
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02
* 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