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
/
ratecontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: Deprecate avctx.rc_strategy
Vittorio Giovara
2015-07-08
1
-4
/
+12
*
ratecontrol: Check memory allocation
Vittorio Giovara
2015-05-31
1
-1
/
+10
*
mpegvideo: Drop flags and flags2
Vittorio Giovara
2015-05-22
1
-7
/
+7
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-5
/
+6
*
lavc: make lmax/lmin into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-2
/
+2
*
lavc: make border_masking into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-1
/
+1
*
lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...
Anton Khirnov
2014-10-18
1
-5
/
+5
*
lavc: make rc_eq into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-3
/
+3
*
lavc: make rc_qmod_* into private options of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-3
/
+3
*
lavc: make rc_qsquish a private option of mpegvideo encoders
Anton Khirnov
2014-10-18
1
-1
/
+1
*
lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
Anton Khirnov
2014-05-01
1
-2
/
+2
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-5
/
+5
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-2
/
+3
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Fix a number of incorrect intmath.h #includes.
Diego Biurrun
2013-02-26
1
-1
/
+0
*
ratecontrol: K&R cosmetic formatting
Luca Barbato
2013-01-12
1
-486
/
+591
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
avcodec: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-10
/
+14
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-12
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
mpegvideo: remove VLAs
Ronald S. Bultje
2012-07-04
1
-2
/
+2
*
flvdec: remove incomplete, disabled seeking code
Diego Biurrun
2012-06-19
1
-12
/
+0
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-2
/
+2
*
ratecontrol: update last_qscale_for sooner
Luca Barbato
2011-09-22
1
-0
/
+2
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-5
/
+5
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-33
/
+33
*
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Remove some disabled printf debug cruft.
Diego Biurrun
2011-04-29
1
-8
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-08
1
-3
/
+3
*
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
Stefano Sabatini
2010-06-05
1
-4
/
+4
*
Make ff_parse_expr() and ff_parse_and_eval_expr() return an int
Stefano Sabatini
2010-06-01
1
-4
/
+4
*
Change eval API to take parent log context and log level offset.
Michael Niedermayer
2010-05-19
1
-3
/
+2
*
Change the order of parameters for ff_eval_expr() and
Stefano Sabatini
2010-05-16
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Rename ff_parse() to ff_parse_expr().
Stefano Sabatini
2010-04-12
1
-1
/
+1
*
Rename ff_parse_eval() to ff_eval_expr().
Stefano Sabatini
2010-04-11
1
-1
/
+1
*
Rename ff_eval_free() to ff_free_expr().
Stefano Sabatini
2010-04-11
1
-1
/
+1
*
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2010-03-08
1
-0
/
+1
*
Remove 2 useless assignments from ff_rate_control_init() found by CSA.
Michael Niedermayer
2009-04-17
1
-4
/
+1
*
Remove unused variable in modify_qscale() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Implement the fields rc_max_available_vbv_use and
Baptiste Coudurier
2008-11-29
1
-2
/
+2
*
Add (additional) const to many global tables.
Reimar Döffinger
2008-10-02
1
-1
/
+1
*
Fix rc_eq mem leak.
Michael Niedermayer
2008-08-16
1
-1
/
+1
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-2
/
+2
*
cosmetics: XviD is now called Xvid.
Diego Biurrun
2008-05-27
1
-1
/
+1
*
Fix typo in variable name: blured --> blurred.
Diego Biurrun
2008-03-22
1
-6
/
+6
[next]