summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
* ffv1enc: switch to encode2().Anton Khirnov2012-02-231-11/+23
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-091-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-17/+15
* ffv1: remove unused tablesMans Rullgard2011-07-031-73/+1
* ffv1: fix undefined behavior with insane widths.Michael Niedermayer2011-06-131-1/+1
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-11/+20
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+2
* ffv1: allocate correct size for sample bufferMans Rullgard2011-03-201-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-121-1/+1
* Fix FFv1 decoder buffer releasing.Stefano Sabatini2010-11-041-3/+7
* Fix 10l leak in ffv1.Michael Niedermayer2010-10-281-0/+4
* Try to find a bit better initial states in ffv1 2pass.Michael Niedermayer2010-10-281-4/+48
* Keep track of how many slices*gops where encoded in ffv1 2 pass.Michael Niedermayer2010-10-281-1/+10
* factorize variable declaration in ffv1.Michael Niedermayer2010-10-281-2/+1
* FFV1 initial state 2pass code.Michael Niedermayer2010-10-261-3/+63
* Read & write initial_states for ffv1Michael Niedermayer2010-10-261-3/+39
* Add initial_states array to ffv1.Michael Niedermayer2010-10-261-0/+20
* Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...Michael Niedermayer2010-10-261-5/+23
* Optimize state initialization in ffv1 clear_state().Michael Niedermayer2010-10-261-4/+4
* Only allocate stats_out when needed in ffv1Michael Niedermayer2010-10-261-1/+2
* Factorize litteral constents in ffv1 into STATS_OUT_SIZE.Michael Niedermayer2010-10-261-2/+3
* Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...Michael Niedermayer2010-10-261-2/+7
* Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.Michael Niedermayer2010-10-261-2/+2
* Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...Michael Niedermayer2010-10-261-7/+10
* Move ffv1 state transition table sorting to its own function.Michael Niedermayer2010-10-241-40/+45
* Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer2010-10-241-2/+6
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-241-1/+1
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-241-4/+94
* Factorize state_transition init out.Michael Niedermayer2010-10-241-4/+6
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-191-5/+6
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-161-37/+37
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-151-4/+35
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-141-71/+70
* Store quant table index per plane and slice.Michael Niedermayer2010-10-141-17/+23
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-141-0/+1
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-141-76/+237
* Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer2010-10-101-38/+47
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-101-1/+88
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-101-1/+1
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-101-9/+22
* ffv1: remove VLAsMåns Rullgård2010-06-261-14/+19
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-241-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Store range coder state transition table.Michael Niedermayer2010-04-011-2/+47
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-221-0/+4
OpenPOWER on IntegriCloud