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
2013-11-01Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'"Clément Bœsch
2013-11-01avfilter/x86/vf_gradfun_init: fix some consts & related warningsMichael Niedermayer
2013-11-01Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'Michael Niedermayer
2013-11-01Merge commit 'ee80cf741a44115758e62399b7bde08d33161151'Michael Niedermayer
2013-10-31gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun
2013-10-31avfilter: x86: K&R formatting cosmeticsDiego Biurrun
2013-10-24avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer
2013-10-24Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-10-23Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun
2013-09-17avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-06-14lavfi: add spp filter.Clément Bœsch
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-05-09Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'Michael Niedermayer
2013-05-08x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-03-28lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch
2013-03-28lavfi/gradfun: fix dithering in MMX code.Clément Bœsch
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
2013-03-17yadif: remove an 'm' from the LOAD macro definitionJames Darnley
2013-03-17yadif: remove repeated check on widthJames Darnley
2013-03-17yadif: cosmetic indentation from previous commitsJames Darnley
2013-03-17yadif: x86 assembly for 9 to 14-bit samplesJames Darnley
2013-03-17yadif: x86 assembly for 16-bit samplesJames Darnley
2013-03-14yadif: restore speed of the C filtering codeJames Darnley
2013-03-13hqdn3d: Fix out of array read in LOWPASSLoren Merritt
2013-02-16Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'Michael Niedermayer
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov
2013-02-06Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer
2013-02-06vf_yadif: silence a warning.Anton Khirnov
2013-02-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-04avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun
2013-02-02avfilter/x86/vf_hqdn3d_init: fix author attribution & project nameMichael Niedermayer
2013-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun
2013-01-14Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de'Michael Niedermayer
2013-01-14yadif: x86: fix build for compilers without aligned stackDaniel Kang
2013-01-10Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'Michael Niedermayer
2013-01-09yadif: Port inline assembly to yasmDaniel Kang
2012-12-19lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch
2012-12-19lavfi/gradfun: fix dithering in MMX code.Clément Bœsch
2012-12-19lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
2012-12-07Fix compilation with yasm 0.6.2.Carl Eugen Hoyos