]> git.sesse.net Git - ffmpeg/history - libavcodec/ratecontrol.c
xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.
[ffmpeg] / libavcodec / ratecontrol.c
2011-05-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-02 Stefano Sabatinireplace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
2011-05-02 Stefano Sabatinireplace deprecated av_get_pict_type_char() with av_get_...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-05-02 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-30 Michael NiedermayerMerge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-28 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...
2010-06-01 Stefano SabatiniMake ff_parse_expr() and ff_parse_and_eval_expr() retur...
2010-05-19 Michael NiedermayerChange eval API to take parent log context and log...
2010-05-16 Stefano SabatiniChange the order of parameters for ff_eval_expr() and
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-12 Stefano SabatiniRename ff_parse() to ff_parse_expr().
2010-04-11 Stefano SabatiniRename ff_parse_eval() to ff_eval_expr().
2010-04-11 Stefano SabatiniRename ff_eval_free() to ff_free_expr().
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2009-04-17 Michael NiedermayerRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 Michael NiedermayerRemove unused variable in modify_qscale() found by...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-29 Baptiste CoudurierImplement the fields rc_max_available_vbv_use and
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-06-24 Stefan Gehrermark read-only data as const
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-03-22 Diego BiurrunFix typo in variable name: blured --> blurred.
2008-03-22 Diego Biurruncosmetics: typo fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-19 Reimar DöffingerMissing const
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-09-11 Michael Niedermayerfix timestamps used for ratecontrol
2007-07-29 Michael Niedermayerprevent assert failure with negative quant_offset
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-03 Diego BiurrunCONFIG_XVID --> CONFIG_LIBXVID
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-31 Michael Niedermayercheck qblur > 1 (prevent assert failure / segfault)
2007-04-07 Diego Biurruntypos/grammar
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2006-10-27 Oded Shimonupdate ratecontrol to new ff_eval API
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-29 Panagiotis IssarisMove the ratecontrol related code from mpegvideo.h...
2006-09-29 Panagiotis IssarisPull out the ff_eval* from the mpegvideo header, as...
2006-09-27 Panagiotis IssarisMake ratecontrol use ff_eval2().
2006-09-26 Panagiotis IssarisHandle possible failure of ff_eval.
2006-09-05 Corey Hickeysecond pass encoding changes:
2006-09-04 Michael Niedermayerseems the output of that code is never used
2006-09-04 Corey Hickeyerror message spelling typo
2006-05-29 Michael Niedermayerfabs is better then abs for floats ...
2006-03-18 Michael Niedermayerfix frametypes with xvid_rc
2006-03-17 Corey Hickeymake ff_rate_control_init() bail out if rc_strategy...
2006-01-25 Michael Niedermayer10l forgot #ifdef CONFIG_XVID
2006-01-24 Michael Niedermayerxvid ratecontrol support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
next