| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ratecontrol: remove unneeded statement | Michael Niedermayer | 2014-07-31 | 1 | -1/+0 |
* | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683' | Michael Niedermayer | 2014-05-01 | 1 | -2/+2 |
|\ |
|
| * | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -2/+2 |
* | | avcodec/ratecontrol: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -5/+5 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -5/+5 |
* | | avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit | Michael Niedermayer | 2014-03-21 | 1 | -5/+6 |
* | | avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit | Michael Niedermayer | 2014-03-21 | 1 | -2/+2 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | avcodec/ratecontrol: give some trivial tips in case of buffer underflows | Michael Niedermayer | 2013-09-08 | 1 | -0/+3 |
* | | avcodec/ratecontrol: silence "warning: expected_bits may be used uninitialize... | Michael Niedermayer | 2013-05-20 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6' | Michael Niedermayer | 2013-01-12 | 1 | -490/+597 |
|\| |
|
| * | ratecontrol: K&R cosmetic formatting | Luca Barbato | 2013-01-12 | 1 | -486/+591 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | ratecontrol: Fix assertion failure on mismatching 2pass file. | Michael Niedermayer | 2012-11-24 | 1 | -1/+4 |
* | | rc: fix 10l typo in rc_max_available_vbv_use calculation | Michael Niedermayer | 2012-11-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -22/+14 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -10/+14 |
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -12/+0 |
* | | ratecontrol: change a commented printf to av_log | Michael Niedermayer | 2012-09-11 | 1 | -1/+1 |
* | | ratecontrol: fix get_fps() argument | Michael Niedermayer | 2012-09-11 | 1 | -1/+1 |
* | | ratecontrol: Dynamically choose a default for rc_max_available_vbv_use | Michael Niedermayer | 2012-09-11 | 1 | -0/+7 |
* | | ratecontrol: correct predictor in case of stuffing | Michael Niedermayer | 2012-09-11 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -5/+2 |
|\| |
|
| * | mpegvideo: remove VLAs | Ronald S. Bultje | 2012-07-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -12/+0 |
|\| |
|
| * | flvdec: remove incomplete, disabled seeking code | Diego Biurrun | 2012-06-19 | 1 | -12/+0 |
* | | ratecontrol: Use ticks_per_frame to calculate fps. | Michael Niedermayer | 2012-04-12 | 1 | -5/+9 |
* | | RC: Fix initial buffer occupancy. | Michael Niedermayer | 2012-01-22 | 1 | -0/+2 |
* | | Fix all GNU %Ld | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+2 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | | ratecontrol: replace VLAs with malloc/free | Mans Rullgard | 2011-10-22 | 1 | -2/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -0/+2 |
|\| |
|
| * | ratecontrol: update last_qscale_for sooner | Luca Barbato | 2011-09-22 | 1 | -0/+2 |
* | | rc: finetune convergence failure fix | Michael Niedermayer | 2011-09-09 | 1 | -1/+1 |
* | | rc: fix convergence failure | Michael Niedermayer | 2011-09-09 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -5/+5 |
|\| |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -5/+5 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -33/+33 |