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-09-10ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-03ffv1: remove unused tablesMans Rullgard
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-03-21ffv1: allocate correct size for sample bufferMans Rullgard
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-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
2010-10-24Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer
2010-10-24Optimize state transition table sorting in ffv1Michael Niedermayer
2010-10-242 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer
2010-10-24Factorize state_transition init out.Michael Niedermayer
2010-10-19Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer
2010-10-17Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer
2010-10-15Store slice position and size per keyframe in ffv1.2Michael Niedermayer
2010-10-15Fix indention of ffv1.c after previous commits.Michael Niedermayer
2010-10-15Store quant table index per plane and slice.Michael Niedermayer
2010-10-15Assert that the context doesnt overflow in ffv1.Michael Niedermayer
2010-10-15Rectangular slice support for ffv1.2Michael Niedermayer
2010-10-11Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer
2010-10-11Store global things in extradata for ffv1 ver=2.Michael Niedermayer
2010-10-11Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer
2010-10-11Factorize quant table read and write code in ffv1.cMichael Niedermayer
2010-06-26ffv1: remove VLAsMåns Rullgård
2010-06-24Set an opaque alpha value when decoding rgba ffv1.Thad Ward
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-01Store range coder state transition table.Michael Niedermayer
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-23Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer
2010-03-22Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer
2010-03-22Remove the word "experimental"Michael Niedermayer