January 26, 2011
View d36beb3

Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.

Diego Elio Pettenò authored on 2011/01/26 06:40:11
December 12, 2010
View b276854

Fix indention of one forgotten line in ffv1.c

Michael Niedermayer authored on 2010/12/12 11:54:21
November 5, 2010
View 58b4e54

Fix FFv1 decoder buffer releasing.

Stefano Sabatini authored on 2010/11/05 07:45:46
October 28, 2010
View a0e7079

Fix 10l leak in ffv1.

Michael Niedermayer authored on 2010/10/28 21:15:50
View 73cbf86

Try to find a bit better initial states in ffv1 2pass. Difference in filesizes to foreman ffv1 version=2, context=1 coder=1 18637016 adv-pass2-g300.avi 18638806 adv-pass1-g300.avi 18640534 ref-pass2-g300.avi 18918214 adv-pass2-g1.avi 18982048 ref-pass2-g1.avi 21516230 adv-pass1-g1.avi

Michael Niedermayer authored on 2010/10/28 21:15:47
View 0ae0faa

Keep track of how many slices*gops where encoded in ffv1 2 pass.

Michael Niedermayer authored on 2010/10/28 21:15:44
View 3f0671a

factorize variable declaration in ffv1.

Michael Niedermayer authored on 2010/10/28 21:15:40
October 27, 2010
View b7b5bcc

FFV1 initial state 2pass code.

Michael Niedermayer authored on 2010/10/27 08:01:17
View 28a3f52

Read & write initial_states for ffv1

Michael Niedermayer authored on 2010/10/27 08:01:14
View 99a5e93

Add initial_states array to ffv1.

Michael Niedermayer authored on 2010/10/27 08:01:11
View 672e7e3

Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in 2 pass mode.

Michael Niedermayer authored on 2010/10/27 08:01:07
View 19721b2

Optimize state initialization in ffv1 clear_state().

Michael Niedermayer authored on 2010/10/27 08:01:04
View c42c100

Only allocate stats_out when needed in ffv1

Michael Niedermayer authored on 2010/10/27 08:01:00
View 2a317c6

Factorize litteral constents in ffv1 into STATS_OUT_SIZE.

Michael Niedermayer authored on 2010/10/27 08:00:57
View 349d728

Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to avoid slowdown when more statistic collection code is added.

Michael Niedermayer authored on 2010/10/27 08:00:49