Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-14x86inc: FMA3/4 SupportJason Garrett-Glaser
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis
2013-01-19x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2013-01-15x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun
2013-01-15x86: ABSB2: port to cpuflagsDiego Biurrun
2013-01-15x86: ABSB: port to cpuflagsDiego Biurrun
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun
2013-01-06x86: ABS1: port to cpuflagsDiego Biurrun
2012-12-05float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-11x86inc: Set program_name outside of x86inc.asmDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-05x86: PABSW: port to cpuflagsDiego Biurrun
2012-11-02x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun
2012-11-02x86: PMINUB: port to cpuflagsDiego Biurrun
2012-11-02x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun
2012-10-31x86: Fix assembly with NASMDave Yeo
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-05-29x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje