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
2016-12-20avcodec/magicyuv: add 10 bit supportPaul B Mahol
2016-12-18avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol
2016-12-18opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov
2016-12-17lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy
2016-12-17avcodec/mips: version 1 of vc1dsp optimizations for loongson mmiZhou Xiaoyong
2016-12-16avcodec/h263dec: Return the correct error code in explode modeMichael Niedermayer
2016-12-16avcodec/smvjpegdec: return the packet size instead of 0Michael Niedermayer
2016-12-16avcodec/tdsc: return the packet size instead of 0Michael Niedermayer
2016-12-16avcodec/screenpresso: return the packet size instead of 0Michael Niedermayer
2016-12-16avcodec/rscc: return the packet size instead of 0Michael Niedermayer
2016-12-15tiff: fix overflows when calling av_reduceAndreas Cadhalpun
2016-12-14Bump for psd demuxer and decoderMichael Niedermayer
2016-12-14libavcodec : add decoder for Photoshop PSD image filesMartin Vignali
2016-12-13libvpxenc: Don't spam level errors for VP8 encodesAlex Converse
2016-12-13avcodec/mips: version 1 of wmv2dsp optimizations for loongson mmiZhou Xiaoyong
2016-12-13avcodec/mips: version 1 of vp8dsp optimizations for loongson mmiZhou Xiaoyong
2016-12-12avcodec/cuvid: fix compilation with msvc11Timo Rothenpieler
2016-12-11avcodec: Add max_pixels optionsMichael Niedermayer
2016-12-10libavcodec/tests: Add avpacket test to .gitignoreDerek Buitenhuis
2016-12-10opus_parser: make ParseContext the first element in OpusParseContextAndreas Cadhalpun
2016-12-10opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun
2016-12-10avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMichael Niedermayer
2016-12-09avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()Michael Niedermayer
2016-12-09h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis
2016-12-09avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer
2016-12-09avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer
2016-12-09aacdec: Rename elem_type_prev to che_prev_type.Alex Converse
2016-12-09aacdec: Allow SBR after DRC.Alex Converse
2016-12-08aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö
2016-12-08avcodec/golomb: Consume invalid data in get_ur_golomb_jpegls()Michael Niedermayer
2016-12-08avcodec/h264: resolve assert being triggered when stack is not alignedJames Darnley
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-12-07avcodec/wavpack: Treat the first block coding too many channels as an errorMichael Niedermayer
2016-12-07avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop filterJames Darnley
2016-12-07avcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock/loop filterJames Darnley
2016-12-07whitespace changes after last commitJames Darnley
2016-12-07avcodec/h264: clean up and expand x86 function definitionsJames Darnley
2016-12-07qsvdec: Fix memory leakTimothy Gu
2016-12-07omx: Fix OOM checkTimothy Gu
2016-12-06Added test for libavcodec/avpacket.cThomas Turner
2016-12-06avcodec/vaapi-vp9: add support for profile 2 (bpp > 8)Mathieu Velten
2016-12-06avcodec/vp9: move bpp to the shared context for use in hwaccelMathieu Velten
2016-12-06truemotion1: fix leaking frame on init failureAndreas Cadhalpun
2016-12-06vaapi_encode: Write sequence header as extradataMark Thompson
2016-12-04avcodec/flacdec: Fix undefined shift in decode_subframe()Michael Niedermayer
2016-12-04avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer
2016-12-04avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer
2016-12-04avcodec/flac: Check bps in ff_flac_parse_streaminfo()Michael Niedermayer
2016-12-03avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()Michael Niedermayer
2016-12-03avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_cMichael Niedermayer