summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
* Fixed size given to init_get_bits() in ffv1 decoder.Laurent Aimar2011-09-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * ffv1: remove unused tablesMans Rullgard2011-07-03
| * ffv1: fix undefined behavior with insane widths.Michael Niedermayer2011-06-13
* | ffv1: fix 16bits multithreadingMichael Niedermayer2011-05-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | ffv1: Add PIX_FMT_YUV420P9 support.Michael Niedermayer2011-05-12
* | ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible.Michael Niedermayer2011-05-12
* | ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10Michael Niedermayer2011-05-08
* | ffv1: set internal frame defaultsStefano Sabatini2011-05-08
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * Introduce slice threads flag.Ronald S. Bultje2011-04-21
* | Fix undefined behavior in ffv1 with insane widths.Michael Niedermayer2011-04-01
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * ffv1: allocate correct size for sample bufferMans Rullgard2011-03-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-12
* Fix FFv1 decoder buffer releasing.Stefano Sabatini2010-11-04
* Fix 10l leak in ffv1.Michael Niedermayer2010-10-28
* Try to find a bit better initial states in ffv1 2pass.Michael Niedermayer2010-10-28
* Keep track of how many slices*gops where encoded in ffv1 2 pass.Michael Niedermayer2010-10-28
* factorize variable declaration in ffv1.Michael Niedermayer2010-10-28
* FFV1 initial state 2pass code.Michael Niedermayer2010-10-26
* Read & write initial_states for ffv1Michael Niedermayer2010-10-26
* Add initial_states array to ffv1.Michael Niedermayer2010-10-26
* Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...Michael Niedermayer2010-10-26
* Optimize state initialization in ffv1 clear_state().Michael Niedermayer2010-10-26
* Only allocate stats_out when needed in ffv1Michael Niedermayer2010-10-26
* Factorize litteral constents in ffv1 into STATS_OUT_SIZE.Michael Niedermayer2010-10-26
* Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...Michael Niedermayer2010-10-26
* Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.Michael Niedermayer2010-10-26
* Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...Michael Niedermayer2010-10-26
* Move ffv1 state transition table sorting to its own function.Michael Niedermayer2010-10-24
* Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer2010-10-24
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-24
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-24
* Factorize state_transition init out.Michael Niedermayer2010-10-24
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-19
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-16
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-15
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-14
* Store quant table index per plane and slice.Michael Niedermayer2010-10-14
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-14