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-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
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-29Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'Michael Niedermayer
2015-04-28h263: Convert function to macroVittorio Giovara
2015-04-20Merge commit '3d71b1f8f09fccea7158e868fb9bd81b81205449'Michael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-20mpegvideo_enc: Simplify picture allocationVittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-12Merge commit 'a72d93daa09ffbad2771f1450820941055eaf210'Michael Niedermayer
2015-03-12mpegvideo_enc: Check AVCodecContext allocationVittorio Giovara
2015-03-05rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-03-03avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-02-12avcodec/mpegvideo_enc: correctly initialize chroma_intra_matrix for MPEG1/2Michael Niedermayer
2015-02-12avcodec/mpegvideo_enc: Consider chroma_intra_matrix in dct_quantize_trellis_c()Michael Niedermayer
2015-02-11avcodec/mjpegenc: support trellis quantizationMichael Niedermayer
2015-02-11avcodec/mpegvideo_enc: Add intra_chroma_ac_vlc_length, it will be needed for ...Michael Niedermayer
2015-02-01avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculationMichael Niedermayer
2015-01-29Merge commit '302ca6b20ed01ac584f5b15d5bca3d3a92b7a77a'Michael Niedermayer
2015-01-29mpegvideo_enc: initialize the encoding contextVittorio Giovara
2015-01-24Merge commit '2a06c2a03e1205aaeede5af850b9271752ddd4cf'Michael Niedermayer
2015-01-23mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutionsMichael Niedermayer
2015-01-17Fix precission typosMichael Niedermayer
2015-01-07Merge commit '1c6183233d56fb27a4a154e7e64ecab98bd877f1'Michael Niedermayer