summaryrefslogtreecommitdiffstats
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-181-2/+2
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+1
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-181-5/+5
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-181-3/+3
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-181-3/+3
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-181-1/+1
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-011-2/+2
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-5/+5
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-261-1/+0
* ratecontrol: K&R cosmetic formattingLuca Barbato2013-01-121-486/+591
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-10/+14
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-12/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* mpegvideo: remove VLAsRonald S. Bultje2012-07-041-2/+2
* flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-191-12/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-221-0/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-5/+5
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-33/+33
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-8/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 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
OpenPOWER on IntegriCloud