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: Pass correct pointers to av_free()
Diego Biurrun
2015-04-20
1
-2
/
+2
*
ffv1: Check memory allocations
Vittorio Giovara
2015-04-13
1
-4
/
+16
*
ffv1: Drop bogus dependency on dsputil
Diego Biurrun
2014-03-13
1
-2
/
+0
*
ffv1: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-4
/
+0
*
ffv1: Make sure at least one slice context is initialized
Martin Storsjö
2013-09-17
1
-0
/
+4
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-4
/
+1
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
ffv1: update to ffv1 version 3
Luca Barbato
2012-10-20
1
-51
/
+53
*
ffv1: split decoder and encoder
Luca Barbato
2012-10-20
1
-1600
/
+12
*
ffv1: K&R formatting cosmetics
Luca Barbato
2012-10-16
1
-938
/
+1055
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-22
/
+22
*
avcodec: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-5
/
+11
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-6
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
ffv1: Fix size mismatch in encode_line.
Alex Converse
2012-04-12
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-5
/
+10
*
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-04-04
1
-2
/
+2
*
ffv1enc: switch to encode2().
Anton Khirnov
2012-02-23
1
-11
/
+23
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
ffv1: Fixed size given to init_get_bits() in decoder.
Laurent Aimar
2011-09-09
1
-2
/
+2
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-17
/
+15
*
ffv1: remove unused tables
Mans Rullgard
2011-07-03
1
-73
/
+1
*
ffv1: fix undefined behavior with insane widths.
Michael Niedermayer
2011-06-13
1
-1
/
+1
*
Replace int_fast integer types with their sized standard posix counterparts.
Diego Biurrun
2011-05-12
1
-11
/
+20
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-1
/
+2
*
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
[next]