summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-14Merge commit '206895708ea2b464755d340e44501daf9a07c310'Michael Niedermayer3-20/+25
2013-10-14Merge commit '15748773bf33c110e6e2e9526c7ba5478274c74c'Michael Niedermayer1-1/+1
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis3-20/+25
2013-10-14avresample/x86: Switch operand order for mulpsDerek Buitenhuis1-1/+1
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-239/+237
2013-07-17Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun34-237/+235
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer10-365/+362
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun10-362/+359
2013-01-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-34/+174
2013-01-09Merge commit '1fb8f6a44f06e48386450fe0363aefc02583d24a'Michael Niedermayer7-12/+140
2013-01-08x86: lavr: add SSE2 quantize() for ditheringJustin Ruggles5-0/+102
2013-01-08x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles2-0/+86
2013-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-26/+9
2013-01-05x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles1-26/+9
2012-11-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-5/+22
2012-11-18x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32Ronald S. Bultje1-1/+9
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun9-109/+0
2012-11-09x86: PALIGNR: port to cpuflagsDiego Biurrun6-64/+9
2012-11-06x86: avresample: Add missing colons to assembly labelsDiego Biurrun1-2/+2
2012-10-30x86: yasm: Use complete source path for macro helper %includesDiego Biurrun34-34/+34
2012-10-30x86: include x86inc.asm in x86util.asmDiego Biurrun37-36/+5
2012-10-13lavr: handle clipping in the float to s32 conversionJustin Ruggles1-1/+7
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun21-156/+133
2012-08-30x86: Split inline and external assembly #ifdefsDiego Biurrun24-141/+130
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun9-18/+17
2012-08-24lavr: x86: optimized 6-channel flt to fltp conversionJustin Ruggles2-0/+72
2012-08-24lavr: x86: optimized 2-channel flt to fltp conversionJustin Ruggles2-0/+41
2012-08-24lavr: x86: optimized 6-channel flt to s16p conversionJustin Ruggles2-0/+87
2012-08-24lavr: x86: optimized 2-channel flt to s16p conversionJustin Ruggles2-0/+55
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles3-0/+110
2012-08-24lavr: x86: optimized 2-channel s16 to fltp conversionJustin Ruggles2-0/+48
2012-08-24lavr: x86: optimized 6-channel s16 to s16p conversionJustin Ruggles2-0/+74
2012-08-24lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles3-0/+71
2012-08-24lavr: x86: optimized 2-channel fltp to flt conversionJustin Ruggles2-0/+44
2012-08-24lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles2-0/+129
2012-08-24lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles2-0/+52
2012-08-24lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles2-0/+121
2012-08-24lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles2-0/+58
2012-08-24lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles2-0/+137
2012-08-24lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles2-0/+50
2012-08-07x86: add colons after labelsMans Rullgard18-115/+115
2012-07-27lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macroJustin Ruggles1-1/+2
2012-07-27lavr: add x86-optimized mixing functionsJustin Ruggles3-3/+427
2012-07-26x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje6-53/+12
2012-07-25lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles1-0/+5
2012-06-26lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypesJustin Ruggles1-3/+6
2012-06-25lavr: x86: merge some branchesJustin Ruggles1-8/+4
2012-06-18lavr: Add x86-optimized function for flt to s32 conversionJustin Ruggles2-0/+49
[next]