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
2014-01-20avcodec/x86/dsp: add_int16_mmx / add_int16_sse2Michael Niedermayer
2014-01-18vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer
2014-01-17vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer
2014-01-16vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx).Ronald S. Bultje
2014-01-16vp9/x86: simplify a few mc inits.Clément Bœsch
2014-01-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-15x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun
2014-01-15vp9/x86: add AVX for itxfm and lpf.Clément Bœsch
2014-01-14avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact againMichael Niedermayer
2014-01-14Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2014-01-12vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3().Clément Bœsch
2014-01-12vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X.Clément Bœsch
2014-01-12vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X.Clément Bœsch
2014-01-12vp9/x86: merge IDCT coef macros.Clément Bœsch
2014-01-09Merge commit '4c642d8d98703faf52983243098f35865e15b312'Michael Niedermayer
2014-01-09Merge commit 'b0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b'Michael Niedermayer
2014-01-09x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun
2014-01-09x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun
2014-01-08vp9/x86: make STORE_2X2 macro local.Ronald S. Bultje
2014-01-08vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct.Ronald S. Bultje
2014-01-08vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct.Ronald S. Bultje
2014-01-08vp9/x86: idct_32x32_add_ssse3.Ronald S. Bultje
2014-01-06Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2013-12-27vp9/x86: 16px MC functions (64bit only).Ronald S. Bultje
2013-12-26vp9/x86: 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38).Ronald S. Bultje
2013-12-23Convert XvMC to hwaccel v3Ivan Kalvachev
2013-12-21Merge commit 'dfc50ac85e9d68a771b556297b7c411650206f3b'Michael Niedermayer
2013-12-20x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov
2013-12-14vp9/x86: idct_add_16x16_ssse3.Ronald S. Bultje
2013-12-09Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-12-07vp9: implement top/left half (4x4) sub-8x8-IDCT.Ronald S. Bultje
2013-12-07vp9: split pre-load of 11585x2 out of 1d idct macro.Ronald S. Bultje
2013-12-07vp9: minor refactorings in idct ssse3 assembly.Ronald S. Bultje
2013-12-07vp9: split x86 assembly in two files.Ronald S. Bultje
2013-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-04x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun
2013-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-02dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun
2013-11-29Merge commit 'cf7860db608df7c76471d8b61f07abbd5aad8dd5'Michael Niedermayer
2013-11-28x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun
2013-11-22avcodec/x86/vp9dsp: merge a few SWAP together.Clément Bœsch
2013-11-18avcodec/x86: remove 3 sub in pred4x4_tm_vp8_8.Clément Bœsch
2013-11-16avcodec/x86/vp9dsp: use EXTERNAL_* macros.Clément Bœsch
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: VP9 decoderRonald S. Bultje
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer