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-05-23x86/diracdsp: mark all functions as yasmJames Almer
2014-05-23x86/dsputil: port ff_vector_clipf_sse to yasmJames Almer
2014-05-22x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnowChristophe Gisquet
2014-05-22x86: hpeldsp: mark _xy2 versions as approximateChristophe Gisquet
2014-05-22x86: hpeldsp: kill hpeldsp_mmx.cChristophe Gisquet
2014-05-22x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasmJames Almer
2014-05-22x86/dsputil: port clear_block functions to yasmJames Almer
2014-05-21avcodec/x86/hpeldsp_init: remove redundant if()Michael Niedermayer
2014-05-21hpeldsp: fix build without inline asmHendrik Leppkes
2014-05-21x86: kill fpel_mmx.cChristophe Gisquet
2014-05-20x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer
2014-05-19x86/hevc_deblock: remove some duplicated instructionsJames Almer
2014-05-18x86: hevc_mc: specify coefficients registersChristophe Gisquet
2014-05-17Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos
2014-05-17x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer
2014-05-17x86/hevc_deblock: fix label namesJames Almer
2014-05-17x86/hevc_deblock: fix usage of ABS1James Almer
2014-05-17x86/hevc_deblock: merge movs with other instructionsJames Almer
2014-05-16avcodec/x86/hevc: updated to use x86util macrosplepere
2014-05-16avcodec/x86/hevc: added DBF assembly functionsplepere
2014-05-16avcodec/x86/dsputil_mmx: Fix build with clang-usanMichael Niedermayer
2014-05-16x86: sbrdsp: implement SSE qmf_deint_negChristophe Gisquet
2014-05-12hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRsHendrik Leppkes
2014-05-10hevcdsp: include stddef.h for ptrdiff_t definitionJames Almer
2014-05-10hevcdsp: add missing header includeJames Almer
2014-05-09avcodec/x86/hevcdsp_init: fix build failure with --disable-mmxMichael Niedermayer
2014-05-09hvcodec/x86/hevcdsp: make macros more modular to support functions that are n...plepere
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-05-06avcodec/x86/hevcdsp_init: fix SSE4 checksMichael Niedermayer
2014-05-06avcodec/x86/Makefile: remove duplicate lineMichael Niedermayer
2014-05-06avcodec/x86/hevcdsp_init: fix build on 32bitMichael Niedermayer
2014-05-06HEVC : added assembly MC functionsplepere
2014-05-06x86/mpegaudiodsp.c: msvc compilation error without sse/avx_externalMatt Oliver
2014-05-05avcodec/lossless_videodsp: fix incompatible pointer type warningMichael Niedermayer
2014-05-03x86/cavdsp: prevent named constraints appearing twice.Matt Oliver
2014-04-25x86/mpegaudiodsp: define apply_window_mp3 as SSEJames Almer
2014-04-22vc1dsp: fix build without inline asmHendrik Leppkes
2014-04-20avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.Clément Bœsch
2014-04-20avcodec/x86/vp9lpf: merge a few movs with other instructions.Clément Bœsch
2014-04-20vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet
2014-04-19vp9/x86: simplify FILTER_INIT.Clément Bœsch
2014-04-19vp9/x86: clarify mixed splatb.Clément Bœsch
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-19Use MANGLE in cavsdsp.c to save two registers using gcc.Carl Eugen Hoyos
2014-04-17x86/dsputil: use HADDD where applicableJames Almer
2014-04-17x86: move horizontal add macros to x86utilJames Almer
2014-04-14avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer
2014-04-13x86/synth_filter: remove the fma3 version ifdefsJames Almer
2014-04-11DNxHD: convert inline asm to yasmTimothy Gu
2014-04-11DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu