summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_parser.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo_parser: export pixel format and dimensionsAnton Khirnov2015-07-12
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* mpegvideo_parser: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* mpegvideo_parser: Set field_order.Masaki Tanaka2013-05-03
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-27
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* mpegvideo parser: move specific fields into private contextRafaël Carré2012-02-10
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* 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