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-10-18aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov
2016-08-02x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4}James Almer
2016-02-29x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu
2016-02-24Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis
2016-02-19build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun
2016-02-06x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3}James Almer
2016-02-06dirac_dwt: Make x86 files/functions names consistentTimothy Gu
2016-02-06diracdsp: Make x86 files/functions names consistentTimothy Gu
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86
2016-01-31avcodec/dca: remove old decoderfoo86
2016-01-25avcodec/synth_filter: split off remaining code from dcadec filesJames Almer
2016-01-18x86: build: Group all encoder objects togetherDiego Biurrun
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-10-22x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer
2015-10-21huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu
2015-10-13vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.Ronald S. Bultje
2015-10-13x86: simple_idct(_put): 10bits versionsChristophe Gisquet
2015-10-09avcodec/takdec: add x86 SIMD for rest of decorrelation modesPaul B Mahol
2015-10-07x86/alacdsp: add simd optimized functionsJames Almer
2015-10-03vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje
2015-10-03vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.Ronald S. Bultje
2015-09-30x86/hevc_sao: move 10/12bit functions into a separate fileJames Almer
2015-09-17vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje
2015-09-17vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje
2015-09-05Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'Hendrik Leppkes
2015-08-28lavc: Drop deprecated deinterlace moduleVittorio Giovara
2015-07-31x86/aacpsdsp: add SSE and SSE3 optimized functionsJames Almer
2015-07-17Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer
2015-07-17Merge commit '5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418'Michael Niedermayer
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-07-17configure: Factor out rv34dsp moduleVittorio Giovara
2015-06-13avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}James Almer
2015-03-14x86: xvid_idct: port MMX iDCT to yasmChristophe Gisquet
2015-03-13x86: xvid_idct: port SSE2 iDCT to yasmChristophe Gisquet
2015-03-01Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-16x86/g722dsp: add ff_g722_apply_qmf_sse2James Almer
2015-02-02x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-26v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-23Fix standalone compilation of the apng decoder on x86.Carl Eugen Hoyos
2014-11-23avcodec/x86/Makefile: fix orderMichael Niedermayer
2014-10-03x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer
2014-09-25x86/idctdsp: port {put,add}_pixels_clamped to yasmJames Almer
2014-08-27Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer
2014-08-27cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun
2014-08-20x86: hevc: adding transform_addPierre Edouard Lepere
2014-08-15Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-13lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley