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
2014-01-17Merge commit '159993acc7f4e3155510d42c543e09fe972b933c' into release/0.10Michael Niedermayer
2014-01-07ffv1: Make sure at least one slice context is initializedMartin Storsjö
2013-09-27avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer
2012-10-25ffv1: make sure gob_count is not 0Michael Niedermayer
2012-10-25ffv1: avoid checking a double for equalityMichael Niedermayer
2011-11-28ffv1dec: use PIX_FMT_0RGB32 when there is no transparency planeMichael Niedermayer
2011-11-28ffv1dec: transparency plane support.Michael Niedermayer
2011-11-28ffv1enc: PIX_FMT_0RGB32 supportMichael Niedermayer
2011-11-28ffv1enc: Store transparency plane.Michael Niedermayer
2011-09-10ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar
2011-09-10Fixed size given to init_get_bits() in ffv1 decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03ffv1: remove unused tablesMans Rullgard
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
2011-05-26ffv1: fix 16bits multithreadingMichael Niedermayer
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12ffv1: Add PIX_FMT_YUV420P9 support.Michael Niedermayer
2011-05-12ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible.Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-05-08ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10Michael Niedermayer
2011-05-08ffv1: set internal frame defaultsStefano Sabatini
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-01Fix undefined behavior in ffv1 with insane widths.Michael Niedermayer
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21ffv1: allocate correct size for sample bufferMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-12Fix indention of one forgotten line in ffv1.cMichael Niedermayer
2010-11-05Fix FFv1 decoder buffer releasing.Stefano Sabatini
2010-10-28Fix 10l leak in ffv1.Michael Niedermayer
2010-10-28Try to find a bit better initial states in ffv1 2pass.Michael Niedermayer
2010-10-28Keep track of how many slices*gops where encoded in ffv1 2 pass.Michael Niedermayer
2010-10-28factorize variable declaration in ffv1.Michael Niedermayer
2010-10-27FFV1 initial state 2pass code.Michael Niedermayer
2010-10-27Read & write initial_states for ffv1Michael Niedermayer
2010-10-27Add initial_states array to ffv1.Michael Niedermayer
2010-10-27Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...Michael Niedermayer
2010-10-27Optimize state initialization in ffv1 clear_state().Michael Niedermayer
2010-10-27Only allocate stats_out when needed in ffv1Michael Niedermayer
2010-10-27Factorize litteral constents in ffv1 into STATS_OUT_SIZE.Michael Niedermayer
2010-10-27Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...Michael Niedermayer
2010-10-26Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.Michael Niedermayer
2010-10-26Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...Michael Niedermayer
2010-10-24Move ffv1 state transition table sorting to its own function.Michael Niedermayer