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
2016-12-28avcodec/libopenjpegdec: Set key frame metadataMichael Bradshaw
2016-12-27wmavoice: protect against zero-energy in adaptive gain control.Ronald S. Bultje
2016-12-27wmavoice: move overflow handling to common code.Ronald S. Bultje
2016-12-27wmavoice: reindent.Ronald S. Bultje
2016-12-27wmavoice: disable bitstream checking.Ronald S. Bultje
2016-12-27wmavoice: move wmavoice_flush() up.Ronald S. Bultje
2016-12-26avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol
2016-12-26avcodec/ylc: add frame threading supportPaul B Mahol
2016-12-26avcodec/ylc: do not leak memory at uninitPaul B Mahol
2016-12-26avcodec/magicyuv: export colorspace and color_range for YUVPaul B Mahol
2016-12-26NVENC: Update check for LookaheadRuta Gadkari
2016-12-26avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()James Almer
2016-12-26avcodec/error_resilience: Move variable initialization down, remove unneeded ...Michael Niedermayer
2016-12-25avcodec/error_resilience: Merge surrounding status checksMichael Niedermayer
2016-12-25avcodec/error_resilience: Factor block parity check outMichael Niedermayer
2016-12-24avcodec/pixlet: simplify lowpass_prediction() functionPaul B Mahol
2016-12-24avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel...Paul B Mahol
2016-12-24avcodec/pixlet: make sure scaling factors are not zeroPaul B Mahol
2016-12-24avcodec/pixlet: avoid some overflowsPaul B Mahol
2016-12-24avcodec/pixlet: fix undefined behaviour in postprocess_chromaPaul B Mahol
2016-12-23avcodec/utvideodec: add SIMD support for median prediction for planar formatsPaul B Mahol
2016-12-23avcodec/asvdec: return correct value in case of errorPaul B Mahol
2016-12-23avcodec/pixlet: check out of bounds pfx valuePaul B Mahol
2016-12-23avcodec/pixlet: remove unnecessary double to float conversionJames Almer
2016-12-23avcodec: add Apple Pixlet decoderPaul B Mahol
2016-12-22avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol
2016-12-22avcodec/wmaprodec: cleanup extradata dumpingPaul B Mahol
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