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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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