index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ffv1.c
Age
Commit message (
Expand
)
Author
2014-03-13
ffv1: Drop bogus dependency on dsputil
Diego Biurrun
2013-11-16
ffv1: use the AVFrame API properly.
Anton Khirnov
2013-09-17
ffv1: Make sure at least one slice context is initialized
Martin Storsjö
2013-05-04
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2012-10-20
ffv1: update to ffv1 version 3
Luca Barbato
2012-10-20
ffv1: split decoder and encoder
Luca Barbato
2012-10-16
ffv1: K&R formatting cosmetics
Luca Barbato
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-01
avcodec: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-12
ffv1: Fix size mismatch in encode_line.
Alex Converse
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-04-04
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-02-23
ffv1enc: switch to encode2().
Anton Khirnov
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2011-09-09
ffv1: Fixed size given to init_get_bits() in decoder.
Laurent Aimar
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-03
ffv1: remove unused tables
Mans Rullgard
2011-06-13
ffv1: fix undefined behavior with insane widths.
Michael Niedermayer
2011-05-12
Replace int_fast integer types with their sized standard posix counterparts.
Diego Biurrun
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-21
Introduce slice threads flag.
Ronald S. Bultje
2011-03-20
ffv1: allocate correct size for sample buffer
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-12-12
Fix indention of one forgotten line in ffv1.c
Michael Niedermayer
2010-11-04
Fix FFv1 decoder buffer releasing.
Stefano Sabatini
2010-10-28
Fix 10l leak in ffv1.
Michael Niedermayer
2010-10-28
Try to find a bit better initial states in ffv1 2pass.
Michael Niedermayer
2010-10-28
Keep track of how many slices*gops where encoded in ffv1 2 pass.
Michael Niedermayer
2010-10-28
factorize variable declaration in ffv1.
Michael Niedermayer
2010-10-26
FFV1 initial state 2pass code.
Michael Niedermayer
2010-10-26
Read & write initial_states for ffv1
Michael Niedermayer
2010-10-26
Add initial_states array to ffv1.
Michael Niedermayer
2010-10-26
Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...
Michael Niedermayer
2010-10-26
Optimize state initialization in ffv1 clear_state().
Michael Niedermayer
2010-10-26
Only allocate stats_out when needed in ffv1
Michael Niedermayer
2010-10-26
Factorize litteral constents in ffv1 into STATS_OUT_SIZE.
Michael Niedermayer
2010-10-26
Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...
Michael Niedermayer
2010-10-26
Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.
Michael Niedermayer
2010-10-26
Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...
Michael Niedermayer
2010-10-24
Move ffv1 state transition table sorting to its own function.
Michael Niedermayer
2010-10-24
Fix the case with swaping states 127 and 129 in ffv1
Michael Niedermayer
2010-10-24
Optimize state transition table sorting in ffv1
Michael Niedermayer
2010-10-24
2 pass mode for ffv1 to optimally order the range coder states.
Michael Niedermayer
2010-10-24
Factorize state_transition init out.
Michael Niedermayer
2010-10-19
Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
Michael Niedermayer
[next]