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-05-08avcodec/s3tc: fix alpha decoding when dimensions are not a multiple of 4Tom Butterworth
2015-05-07avcodec/g2meet: Check init_get_bits8() return valueMichael Niedermayer
2015-05-07avcodec/g2meet: Use init_get_bits8()Michael Niedermayer
2015-05-07avcodec: Add av_packet_side_data_name()Michael Niedermayer
2015-05-07avcodec/txd: Fix input size checks for dxt1/3 for dimensions % 4 != 0Michael Niedermayer
2015-05-07avcodec/s3tc: fix decoding when dimensions are not a multiple of 4Tom Butterworth
2015-05-07aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun
2015-05-07avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, uni horiz...Shivraj Patil
2015-05-07avcodec/x86/vp9dsp_init: Fix mix of declaration and statementMichael Niedermayer
2015-05-07avcodec/vp9dsp: Replace assert by av_assert0()Michael Niedermayer
2015-05-07Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer
2015-05-07libvpxdec: add 440 pixfmts.Ronald S. Bultje
2015-05-07avcodec/diracdec: Replace default_bsep[] by multiplicationMichael Niedermayer
2015-05-07lavc/qdrw: Also support real-world qdraw images.Carl Eugen Hoyos
2015-05-07avcodec/tableprint_vlc: Do not define functions to nothingMichael Niedermayer
2015-05-06Merge commit '04070dbca0688ab1e24528ce5c135254a9a79c47'Michael Niedermayer
2015-05-06vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje
2015-05-06vp9: add keyframe profile 2/3 support.Ronald S. Bultje
2015-05-06vp9: parse profile 2/3 bitdepth in frame header.Ronald S. Bultje
2015-05-06vp9: add profile 2/3 to exported profiles.Ronald S. Bultje
2015-05-06Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90'Michael Niedermayer
2015-05-06Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f'Michael Niedermayer
2015-05-06Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162'Michael Niedermayer
2015-05-06lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje
2015-05-06diracdec: check that block length is validAndreas Cadhalpun
2015-05-06dirac: use and forward error codesAndreas Cadhalpun
2015-05-06avcodec/vp8: Suppress empty body warningsMichael Niedermayer
2015-05-06libx265: Fix 'braces around scalar initializer' warningVittorio Giovara
2015-05-06quickdraw: Support direct pixel blocksVittorio Giovara
2015-05-06quickdraw: Switch to greedy parsingVittorio Giovara
2015-05-06quickdraw: Convert to bytestream2Vittorio Giovara
2015-05-06avcodec/diracdec: Fix types and wraparounds in dirac_decode_picture_header()Michael Niedermayer
2015-05-06diracdec: check if reference could not be allocatedAndreas Cadhalpun
2015-05-06diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun
2015-05-05avcodec/diracdec: Move buf[] read after size checkMichael Niedermayer
2015-05-05diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun
2015-05-05vp9: error out if chroma subsampling changes between frames.Ronald S. Bultje
2015-05-05alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-05-05alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-05-05aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun
2015-05-05alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun
2015-05-05aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun
2015-05-05avcodec/mpeg12dec: use the correct dimensions for checking SARMichael Niedermayer
2015-05-05avcodec/x86/deinterlace: use INIT_MMX like other asm code does tooMichael Niedermayer
2015-05-05vp9: add profile namesJames Almer
2015-05-04lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos
2015-05-04avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer
2015-05-04avcodec/ffv1dec: More completely check micro_versionMichael Niedermayer
2015-05-04avcodec/ffv1dec: Check quant table symbols more completelyMichael Niedermayer
2015-05-04avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari