index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ffv1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]