Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-31mpegvideo_parser: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-05-03mpegvideo_parser: Set field_order.Masaki Tanaka
2013-03-27mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2012-10-18avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-02-10mpegvideo parser: move specific fields into private contextRafaël Carré
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-02-03RevertMichael Niedermayer
2009-12-14Merge init & declaration of buf_end.Michael Niedermayer
2009-12-05Cosmetics: Reindent after r20736.Carl Eugen Hoyos
2009-12-05Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
2009-02-24Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-06-03In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer
2008-04-04Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer
2008-02-20revert 12156Michael Niedermayer
2008-02-20Forgot this, which is needed for merging field pics too.Michael Niedermayer
2008-02-20Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs
2007-05-05move mpegvideo_parser in it's own fileAurelien Jacobs