summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpegvideo: remove VLAsRonald S. Bultje2012-07-04
* flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-19
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-22
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-01
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-19
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-16
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Rename ff_parse() to ff_parse_expr().Stefano Sabatini2010-04-12
* Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini2010-04-11
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-11
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Remove 2 useless assignments from ff_rate_control_init() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable in modify_qscale() found by CSA.Michael Niedermayer2009-04-17
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* mark read-only data as constStefan Gehrer2008-06-24
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Missing constReimar Döffinger2008-02-19
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-11
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-29
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun2007-07-03
* misc spelling fixesDiego Biurrun2007-06-12
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-31
* typos/grammarDiego Biurrun2007-04-07
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* update ratecontrol to new ff_eval APIOded Shimon2006-10-27
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-27
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26