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-07-22libx264: Increase x264 opts character limit to 4096Sasi Inguva
2016-07-22libvpxenc,cosmetics: rename common fns vp8 -> vpxJames Zern
2016-07-22libvpxdec,cosmetics: rename common fns vp8 -> vpxJames Zern
2016-07-22avcodec/huffman: beautify: add space between #include and filename.Yong Lei
2016-07-22avcodec/ffv1dec: Test extradata_size instead of extradata for better robustnessMichael Niedermayer
2016-07-20x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32James Almer
2016-07-20libavcodec/dnxhd: add dnxhr profilesMark Reid
2016-07-20libavcodec/libvpx: Add VPx alpha decode supportVignesh Venkatasubramanian
2016-07-20avcodec/h264_slice: Move h264_init_ps() call into h264_field_start()Michael Niedermayer
2016-07-20avcodec/h264: remove list_count and ref_count clearingMichael Niedermayer
2016-07-20fate: add test for avfftPetru Rares Sincraian
2016-07-19lavc/h264: fix spacing before commentClément Bœsch
2016-07-18avcodec/ccaption_dec: default rollup to row 10Aman Gupta
2016-07-18avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta
2016-07-17avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-07-16avcodec/dnxhddata: replace % by &Michael Niedermayer
2016-07-16libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid
2016-07-15Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1Pavel Koshevoy
2016-07-14Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'Clément Bœsch
2016-07-14lavc/truemotion2rt: mark AVPacket* as constClément Bœsch
2016-07-14Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'Clément Bœsch
2016-07-14lavc/codec_desc: move a few codecs out of the image codecs listClément Bœsch
2016-07-14Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'Clément Bœsch
2016-07-14dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residueRostislav Pehlivanov
2016-07-14dirac_vlc: add a SET_RESIDUE macro and fix recent regressionRostislav Pehlivanov
2016-07-14diracdec: fix unchecked byte lengthRostislav Pehlivanov
2016-07-14diracdec: fix maximum quantization index checksRostislav Pehlivanov
2016-07-14dirac_vlc: remove redundant macro declarationRostislav Pehlivanov
2016-07-14dirac_vlc: fix undefined shiftsRostislav Pehlivanov
2016-07-13libavcodec/exr : cosmetics, rename variable in b44_uncompress funcMartin Vignali
2016-07-13libvpx: Enable vp9 alpha encodingVignesh Venkatasubramanian
2016-07-12avcodec/dirac_vlc: Fix avutil.h includeMichael Niedermayer
2016-07-12avcodec/dirac_vlc: Fix mixed declaration and statementsMichael Niedermayer
2016-07-12diracdec: fix #coeffs -> byte conversionRostislav Pehlivanov
2016-07-12diracdsp_init: add missing ARCH_X86_64 checkRostislav Pehlivanov
2016-07-12diracdec: do not memset the entire coefficient buffer for HQ picturesRostislav Pehlivanov
2016-07-12diracdec: do not allocate and free slice parameters every frameRostislav Pehlivanov
2016-07-12diracdec: implement a LUT-based Golomb code parserRostislav Pehlivanov
2016-07-12diracdec: rewrite HQ slice decodingRostislav Pehlivanov
2016-07-12diractab: expose the maximum quantization index as a macroRostislav Pehlivanov
2016-07-12diracdec: decode HQ profile slices in rowsRostislav Pehlivanov
2016-07-12diracdec: simplify golomb parsing and dequantizationRostislav Pehlivanov
2016-07-12diracdsp: add SIMD for the 10 bit version of put_signed_rect_clampedRostislav Pehlivanov
2016-07-12diracdsp: add dequantization SIMDRostislav Pehlivanov
2016-07-12lavc/Makefile: Fix standalone compilation of the lame encoder.Carl Eugen Hoyos
2016-07-11vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje
2016-07-11avcodec/iff: Check that there are enough bytes in dgb before readingMichael Niedermayer
2016-07-11avcodec/iff: remove useless ()Michael Niedermayer
2016-07-11avcodec/mediacodecdec_h264: Fix occured typoMichael Niedermayer