index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ffv1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffv1: allocate correct size for sample buffer
Mans Rullgard
2011-03-20
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Fix indention of one forgotten line in ffv1.c
Michael Niedermayer
2010-12-12
1
-1
/
+1
*
Fix FFv1 decoder buffer releasing.
Stefano Sabatini
2010-11-04
1
-3
/
+7
*
Fix 10l leak in ffv1.
Michael Niedermayer
2010-10-28
1
-0
/
+4
*
Try to find a bit better initial states in ffv1 2pass.
Michael Niedermayer
2010-10-28
1
-4
/
+48
*
Keep track of how many slices*gops where encoded in ffv1 2 pass.
Michael Niedermayer
2010-10-28
1
-1
/
+10
*
factorize variable declaration in ffv1.
Michael Niedermayer
2010-10-28
1
-2
/
+1
*
FFV1 initial state 2pass code.
Michael Niedermayer
2010-10-26
1
-3
/
+63
*
Read & write initial_states for ffv1
Michael Niedermayer
2010-10-26
1
-3
/
+39
*
Add initial_states array to ffv1.
Michael Niedermayer
2010-10-26
1
-0
/
+20
*
Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...
Michael Niedermayer
2010-10-26
1
-5
/
+23
*
Optimize state initialization in ffv1 clear_state().
Michael Niedermayer
2010-10-26
1
-4
/
+4
*
Only allocate stats_out when needed in ffv1
Michael Niedermayer
2010-10-26
1
-1
/
+2
*
Factorize litteral constents in ffv1 into STATS_OUT_SIZE.
Michael Niedermayer
2010-10-26
1
-2
/
+3
*
Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...
Michael Niedermayer
2010-10-26
1
-2
/
+7
*
Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.
Michael Niedermayer
2010-10-26
1
-2
/
+2
*
Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...
Michael Niedermayer
2010-10-26
1
-7
/
+10
*
Move ffv1 state transition table sorting to its own function.
Michael Niedermayer
2010-10-24
1
-40
/
+45
*
Fix the case with swaping states 127 and 129 in ffv1
Michael Niedermayer
2010-10-24
1
-2
/
+6
*
Optimize state transition table sorting in ffv1
Michael Niedermayer
2010-10-24
1
-1
/
+1
*
2 pass mode for ffv1 to optimally order the range coder states.
Michael Niedermayer
2010-10-24
1
-4
/
+94
*
Factorize state_transition init out.
Michael Niedermayer
2010-10-24
1
-4
/
+6
*
Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
Michael Niedermayer
2010-10-19
1
-5
/
+6
*
Move shared functions out of CONFIG_FFV1_ENCODER ifdef
Michael Niedermayer
2010-10-16
1
-37
/
+37
*
Store slice position and size per keyframe in ffv1.2
Michael Niedermayer
2010-10-15
1
-4
/
+35
*
Fix indention of ffv1.c after previous commits.
Michael Niedermayer
2010-10-14
1
-71
/
+70
*
Store quant table index per plane and slice.
Michael Niedermayer
2010-10-14
1
-17
/
+23
*
Assert that the context doesnt overflow in ffv1.
Michael Niedermayer
2010-10-14
1
-0
/
+1
*
Rectangular slice support for ffv1.2
Michael Niedermayer
2010-10-14
1
-76
/
+237
*
Allow storing multiple quant tables in extradata that can then be selected pe...
Michael Niedermayer
2010-10-10
1
-38
/
+47
*
Store global things in extradata for ffv1 ver=2.
Michael Niedermayer
2010-10-10
1
-1
/
+88
*
Make sure version is not decreased for 16bit per sample colorspaces in ffv1.
Michael Niedermayer
2010-10-10
1
-1
/
+1
*
Factorize quant table read and write code in ffv1.c
Michael Niedermayer
2010-10-10
1
-9
/
+22
*
ffv1: remove VLAs
Måns Rullgård
2010-06-26
1
-14
/
+19
*
Set an opaque alpha value when decoding rgba ffv1.
Thad Ward
2010-06-24
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Store range coder state transition table.
Michael Niedermayer
2010-04-01
1
-2
/
+47
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Disallow VLC coding with more than 8 bits as there are several bugs
Michael Niedermayer
2010-03-22
1
-0
/
+4
*
Throw out last experimental warning that was printed for colorspaces with mor...
Michael Niedermayer
2010-03-22
1
-5
/
+0
*
Remove the word "experimental"
Michael Niedermayer
2010-03-22
1
-1
/
+1
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.
Lars Täuber
2009-08-30
1
-2
/
+2
*
Fix comments after switching from CABAC to range coder in r3658.
Lars Täuber
2009-08-26
1
-2
/
+1
*
Fix typo.
Carl Eugen Hoyos
2009-08-14
1
-1
/
+1
*
indent
Michael Niedermayer
2009-04-24
1
-38
/
+38
*
Support >8bit per component YUV in FFV1.
Michael Niedermayer
2009-04-24
1
-8
/
+114
*
Force speed irrelevant calls to get/put_symbol() to be noinline.
Michael Niedermayer
2009-04-24
1
-5
/
+13
[next]