summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/mpegvideoenc: fix undefined negative left shiftGanesh Ajjanagadde2015-10-091-1/+1
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-031-12/+16
|\ \ | |/
| * lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-301-9/+15
* | Merge commit 'cf7d2f2d2134c0854edf2db91e7436ac2bc9874f'Hendrik Leppkes2015-09-291-4/+2
|\ \ | |/
| * lavc: Simplify checking quant bias optionVittorio Giovara2015-09-291-4/+2
* | avcodec/mpegvideo_enc: Avoid fine lambda steps in VBV retry code when RD is n...Michael Niedermayer2015-09-221-2/+4
* | avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer2015-09-181-20/+26
* | avcodec/mpegvideo_enc: Add missing entry to non_linear_qscale tableMichael Niedermayer2015-09-181-1/+1
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-1/+1
* | avformat/mpegvideo_enc: Move sponsorship notice to its own comment blockMichael Niedermayer2015-09-091-1/+3
* | Add NOA creditsMichael Niedermayer2015-09-081-0/+2
* | avcodec/mpegvideo_enc: Ignore QMAX if VBV constraints are exceededMichael Niedermayer2015-07-301-2/+6
* | avcodec/mpeg12enc: extend QP range to 28 for non linear quantizersMichael Niedermayer2015-07-301-5/+25
* | avcodec/mpegvideo_enc: export per frame PSNR through side dataMichael Niedermayer2015-07-281-2/+4
* | avcodec/mpegvideo_enc: move ff_side_data_set_encoder_stats() call to after th...Michael Niedermayer2015-07-281-2/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-35/+35
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-35/+35
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-0/+4
|\ \ | |/
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-0/+4
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec: remove unused sd variablesMichael Niedermayer2015-07-221-1/+0
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-5/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-0/+7
|\ \ | |/
| * Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+7
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-2/+1
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-2/+1
* | Merge commit '1f171de8cae9d0c527c5f0bae2a597dbd65fd3a4'Michael Niedermayer2015-07-201-2/+0
|\ \ | |/
| * mpegvideo_enc: Drop unnneded initializationVittorio Giovara2015-07-201-2/+0
* | Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer2015-07-031-2/+8
|\ \ | |/
| * lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-021-2/+8
* | avcodec/mpegvideo_enc: fix undefined shifts in ff_dct_quantize_c()Michael Niedermayer2015-07-011-2/+2
* | Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'Michael Niedermayer2015-06-121-3/+18
|\ \ | |/
| * mpegvideo: Expand macroVittorio Giovara2015-06-121-3/+18
* | Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b'Michael Niedermayer2015-06-121-0/+1
|\ \ | |/
| * mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-121-0/+1
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-121-0/+1
|\ \ | |/
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-0/+1
* | Merge commit 'd1dd0d404c085f4fce7b8358b4aea677761c5d88'Michael Niedermayer2015-06-101-2/+38
|\ \ | |/
| * mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-101-2/+38
* | Merge commit '9bb11be0e5a75782c3139ad058c2b571499aa37d'Michael Niedermayer2015-06-081-2/+9
|\ \ | |/
| * mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-081-2/+9
* | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-081-7/+7
|\ \ | |/
| * mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-7/+7
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
OpenPOWER on IntegriCloud