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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-25Merge remote-tracking branch 'rbultje/vp9-simd'Michael Niedermayer
2014-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-25Merge commit '0e1ad2f591b87e944550c15b54e54f8189743289'Michael Niedermayer
2014-01-25vp9: fix memory corruption if header decoding fails after size change.Ronald S. Bultje
2014-01-25vp9/x86: use explicit register for relative stack references.Ronald S. Bultje
2014-01-25vp9/x86: iwht4x4 (lossless) mmx.Ronald S. Bultje
2014-01-25vp9/x86: 4x4 iadst SIMD (ssse3) variants.Ronald S. Bultje
2014-01-25vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants.Ronald S. Bultje
2014-01-25avcodec/dvbsubdec: Remove unused display_list_sizeMichael Niedermayer
2014-01-25Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freein...Wim Vander Schelden
2014-01-24dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov
2014-01-24dxtory: add more compressed and uncompressed modesKostya Shishkov
2014-01-24avcodec/mpeg12dec: fix mis-indented lineMichael Niedermayer
2014-01-24avcodec/mpeg12dec: Disable the checked bitstream readerMichael Niedermayer
2014-01-24avcodec/mpeg12dec: Check for overread in mpeg_decode_slice()Michael Niedermayer
2014-01-24avcodec/mpeg12dec: check block index in mpeg2_fast_decode_block_non_intra()Michael Niedermayer
2014-01-24avcodec/mpeg12dec: Optimize mpeg1_decode_block_intra()Michael Niedermayer
2014-01-24avcodec/mpeg12dec: check for overread in mpeg1_fast_decode_block_inter()Michael Niedermayer
2014-01-24avcodec/mpeg12dec: Make mpeg2_fast_decode_block_intra() more robust by breaki...Michael Niedermayer
2014-01-24vp9: fix bugs in updating coef probabilities with parallelmode=1Guillaume Martres
2014-01-24vp9: fix mvref finding to adhere to bug in libvpx.Ronald S. Bultje
2014-01-24avcodec/vc1: fix type of tmpMichael Niedermayer
2014-01-24avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra...Michael Niedermayer
2014-01-24avcodec/mjpegenc: Use av_frame_clone() instead of av_frame_ref()Michael Niedermayer
2014-01-24avcodec/libopenjpegenc: Check the return code of av_frame_ref()Michael Niedermayer
2014-01-24avcodec/h264_cabac: Fix use with the checked bitstream-readerMichael Niedermayer
2014-01-23Cinepak encoder: adding option handling for flexibilityaddr-see-the-website@aetey.se
2014-01-23avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer
2014-01-23avcodec/lossless_videodsp: Pass AVCodecContext to initMichael Niedermayer
2014-01-23avcodec/bitstream: assert that no integer overflow happened when writing code...Michael Niedermayer
2014-01-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-23avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasmMichael Niedermayer
2014-01-23avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext to int16Michael Niedermayer
2014-01-23avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bitMichael Niedermayer
2014-01-22avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2Michael Niedermayer
2014-01-22mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö
2014-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-22avcodec/cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se
2014-01-22Adding Cinepak encoderTomas Härdin
2014-01-22bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun
2014-01-22h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau
2014-01-22Merge commit 'e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d'Michael Niedermayer
2014-01-22Merge commit '025fd76e1a2623c858d8c686a73cc30980a314b0'Michael Niedermayer
2014-01-22Merge commit 'e91a3f1bdba9b4945e42c191d2e35e9844625fb4'Michael Niedermayer
2014-01-21Merge commit 'ade4ecb42d2dacd18d04eb8df2afa8131e5ad653'Michael Niedermayer
2014-01-21Merge commit '766df7ca89a2398e71182f5f2b46053e3aa9bd69'Michael Niedermayer
2014-01-21lossless_videodsp.asm: fix compilation.Reimar Döffinger
2014-01-21lavc: do not force the emu edge flagAnton Khirnov
2014-01-21dxtory: change error code for unexpected slice configurationKostya Shishkov
2014-01-21dxtory: correctly handle YUV slices with average odd heightKostya Shishkov