summaryrefslogtreecommitdiffstats
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-3/+3
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-4/+4
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-011-4/+4
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-191-3/+2
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-161-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Rename ff_parse() to ff_parse_expr().Stefano Sabatini2010-04-121-1/+1
* Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini2010-04-111-1/+1
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-111-1/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-0/+1
* Remove 2 useless assignments from ff_rate_control_init() found by CSA.Michael Niedermayer2009-04-171-4/+1
* Remove unused variable in modify_qscale() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-291-2/+2
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-1/+1
* Fix rc_eq mem leak.Michael Niedermayer2008-08-161-1/+1
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-271-1/+1
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-221-6/+6
* cosmetics: typo fixesDiego Biurrun2008-03-221-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-33/+33
* Missing constReimar Döffinger2008-02-191-1/+1
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-1/+1
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-111-1/+16
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-291-0/+2
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-1/+1
* CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun2007-07-031-3/+3
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-311-0/+4
* typos/grammarDiego Biurrun2007-04-071-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-2/+2
* update ratecontrol to new ff_eval APIOded Shimon2006-10-271-54/+61
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-291-0/+1
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-291-0/+1
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-271-2/+3
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-261-0/+6
* second pass encoding changes:Corey Hickey2006-09-051-6/+39
* seems the output of that code is never usedMichael Niedermayer2006-09-041-27/+0
* error message spelling typoCorey Hickey2006-09-041-1/+1
* fabs is better then abs for floats ...Michael Niedermayer2006-05-291-1/+1
* fix frametypes with xvid_rcMichael Niedermayer2006-03-181-2/+3
* make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey2006-03-171-2/+6
* 10l forgot #ifdef CONFIG_XVIDMichael Niedermayer2006-01-251-1/+6
* xvid ratecontrol supportMichael Niedermayer2006-01-241-5/+16
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* better f_code guessing in 2nd passMichael Niedermayer2005-12-221-0/+11
OpenPOWER on IntegriCloud