summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_parser.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo parser: move specific fields into private contextRafaël Carré2012-02-101-4/+12
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-6/+5
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-2/+2
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-1/+1
* Remove unused variablesMans Rullgard2011-06-021-2/+1
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-4/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* 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
OpenPOWER on IntegriCloud