summaryrefslogtreecommitdiffstats
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6'Michael Niedermayer2013-01-121-490/+597
|\
| * ratecontrol: K&R cosmetic formattingLuca Barbato2013-01-121-486/+591
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | ratecontrol: Fix assertion failure on mismatching 2pass file.Michael Niedermayer2012-11-241-1/+4
* | rc: fix 10l typo in rc_max_available_vbv_use calculationMichael Niedermayer2012-11-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-22/+14
|\ \ | |/
| * 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
* | ratecontrol: change a commented printf to av_logMichael Niedermayer2012-09-111-1/+1
* | ratecontrol: fix get_fps() argumentMichael Niedermayer2012-09-111-1/+1
* | ratecontrol: Dynamically choose a default for rc_max_available_vbv_useMichael Niedermayer2012-09-111-0/+7
* | ratecontrol: correct predictor in case of stuffingMichael Niedermayer2012-09-111-1/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-5/+2
|\ \ | |/
| * mpegvideo: remove VLAsRonald S. Bultje2012-07-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-12/+0
|\ \ | |/
| * flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-191-12/+0
* | ratecontrol: Use ticks_per_frame to calculate fps.Michael Niedermayer2012-04-121-5/+9
* | RC: Fix initial buffer occupancy.Michael Niedermayer2012-01-221-0/+2
* | Fix all GNU %LdMichael Niedermayer2011-12-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-2/+2
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* | ratecontrol: replace VLAs with malloc/freeMans Rullgard2011-10-221-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-0/+2
|\ \ | |/
| * ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-221-0/+2
* | rc: finetune convergence failure fixMichael Niedermayer2011-09-091-1/+1
* | rc: fix convergence failureMichael Niedermayer2011-09-091-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-5/+5
|\ \ | |/
| * 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
* | 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-8/+0
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud