| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/x86/vf_pullup: try to fix build on x64 | Paul B Mahol | 2013-09-17 | 1 | -3/+3 |
* | avfilter: port pullup filter from libmpcodecs | Paul B Mahol | 2013-09-17 | 3 | -0/+221 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-18 | 1 | -5/+5 |
|\ |
|
| * | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -5/+5 |
| * | yadif: restore speed of the C filtering code | James Darnley | 2013-05-14 | 1 | -9/+3 |
* | | lavfi: add spp filter. | Clément Bœsch | 2013-06-14 | 2 | -0/+234 |
* | | Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e' | Michael Niedermayer | 2013-05-09 | 1 | -1/+0 |
|\| |
|
| * | x86: vf_yadif: Remove stray dsputil_mmx #include | Diego Biurrun | 2013-05-08 | 1 | -1/+0 |
* | | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\| |
|
| * | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-23 | 2 | -2/+2 |
|\| |
|
| * | x86: Move some conditional code around to avoid unused variable warnings | Diego Biurrun | 2013-04-22 | 2 | -2/+2 |
| * | lavfi/gradfun: remove rounding to match C and SSE code. | Clément Bœsch | 2013-03-28 | 1 | -2/+2 |
| * | lavfi/gradfun: fix dithering in MMX code. | Clément Bœsch | 2013-03-28 | 1 | -2/+29 |
| * | lavfi/gradfun: fix rounding in MMX code. | Clément Bœsch | 2013-03-28 | 1 | -1/+1 |
| * | hqdn3d: Fix out of array read in LOWPASS | Loren Merritt | 2013-03-13 | 1 | -1/+1 |
* | | yadif: remove an 'm' from the LOAD macro definition | James Darnley | 2013-03-16 | 3 | -41/+41 |
* | | yadif: remove repeated check on width | James Darnley | 2013-03-16 | 3 | -6/+0 |
* | | yadif: cosmetic indentation from previous commits | James Darnley | 2013-03-16 | 1 | -6/+6 |
* | | yadif: x86 assembly for 9 to 14-bit samples | James Darnley | 2013-03-16 | 3 | -2/+305 |
* | | yadif: x86 assembly for 16-bit samples | James Darnley | 2013-03-16 | 3 | -1/+378 |
* | | yadif: restore speed of the C filtering code | James Darnley | 2013-03-13 | 1 | -9/+3 |
* | | Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82' | Michael Niedermayer | 2013-02-16 | 1 | -3/+9 |
|\| |
|
| * | vf_yadif: fix out-of line reads | Anton Khirnov | 2013-02-15 | 1 | -3/+9 |
* | | Merge commit '238614de679a71970c20d7c3fee08a322967ec40' | Michael Niedermayer | 2013-02-06 | 1 | -6/+6 |
|\| |
|
| * | vf_yadif: silence a warning. | Anton Khirnov | 2013-02-06 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-05 | 5 | -4/+4 |
|\| |
|
| * | avfilter: x86: consistent filenames for filter optimizations | Diego Biurrun | 2013-02-04 | 5 | -4/+4 |
* | | avfilter/x86/vf_hqdn3d_init: fix author attribution & project name | Michael Niedermayer | 2013-02-02 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-02 | 2 | -0/+40 |
|\| |
|
| * | vf_hqdn3d: x86: Add proper arch optimization initialization | Diego Biurrun | 2013-02-01 | 2 | -0/+40 |
* | | Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de' | Michael Niedermayer | 2013-01-14 | 1 | -22/+34 |
|\| |
|
| * | yadif: x86: fix build for compilers without aligned stack | Daniel Kang | 2013-01-14 | 1 | -22/+34 |
* | | Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a' | Michael Niedermayer | 2013-01-10 | 4 | -303/+264 |
|\| |
|
| * | yadif: Port inline assembly to yasm | Daniel Kang | 2013-01-09 | 4 | -302/+264 |
* | | lavfi/gradfun: remove rounding to match C and SSE code. | Clément Bœsch | 2012-12-19 | 1 | -2/+2 |
* | | lavfi/gradfun: fix dithering in MMX code. | Clément Bœsch | 2012-12-19 | 1 | -2/+29 |
* | | lavfi/gradfun: fix rounding in MMX code. | Clément Bœsch | 2012-12-19 | 1 | -1/+1 |
* | | Fix compilation with yasm 0.6.2. | Carl Eugen Hoyos | 2012-12-07 | 1 | -0/+2 |
* | | Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56' | Michael Niedermayer | 2012-12-06 | 3 | -0/+199 |
|\| |
|
| * | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 2 | -3/+105 |
| * | x86: af_volume: add SSE2-optimized s16 volume scaling | Justin Ruggles | 2012-12-05 | 3 | -0/+97 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 2 | -4/+6 |
|\| |
|
| * | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 2 | -4/+6 |
* | | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\| |
|
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507' | Michael Niedermayer | 2012-10-13 | 1 | -2/+3 |
|\| |
|
| * | avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) | Diego Biurrun | 2012-10-12 | 1 | -2/+3 |