Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-30avcodec/mpegvideo_enc: Ignore QMAX if VBV constraints are exceededMichael Niedermayer
2015-07-30avcodec/mpeg12enc: extend QP range to 28 for non linear quantizersMichael Niedermayer
2015-07-28avcodec/mpegvideo_enc: export per frame PSNR through side dataMichael Niedermayer
2015-07-28avcodec/mpegvideo_enc: move ff_side_data_set_encoder_stats() call to after th...Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-27Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-22avcodec: remove unused sd variablesMichael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '1f171de8cae9d0c527c5f0bae2a597dbd65fd3a4'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20mpegvideo_enc: Drop unnneded initializationVittorio Giovara
2015-07-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-07-01avcodec/mpegvideo_enc: fix undefined shifts in ff_dct_quantize_c()Michael Niedermayer
2015-06-12Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'Michael Niedermayer
2015-06-12Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b'Michael Niedermayer
2015-06-12Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer
2015-06-12mpegvideo: Expand macroVittorio Giovara
2015-06-12mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara
2015-06-12mpegvideo: h263: Move all tables to a single fileVittorio Giovara
2015-06-10Merge commit 'd1dd0d404c085f4fce7b8358b4aea677761c5d88'Michael Niedermayer
2015-06-10mpegvideo: Move block permutation function where is usedVittorio Giovara
2015-06-08Merge commit '9bb11be0e5a75782c3139ad058c2b571499aa37d'Michael Niedermayer
2015-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-08mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-06-01Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-25avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() outMichael Niedermayer
2015-05-25avcodec/mpegvideo_enc: Update the buffer size as more slices are mergedMichael Niedermayer
2015-05-22Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer
2015-05-22Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer
2015-05-22Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara