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-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-05-13x86: dsputil: Split inline assembly from init codeDiego Biurrun
2013-05-13x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun
2013-05-08x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun
2013-05-08x86: dsputil: Move constant declarations into separate headerDiego Biurrun
2013-05-08x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun
2013-05-07x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun
2013-05-07x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun
2013-05-07x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun
2013-05-07x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun
2013-05-06x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun
2013-05-02x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun
2013-05-02x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun
2013-05-02x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun
2013-05-02x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun
2013-04-23x86: Factorize duplicated inline assembly snippetsMartin Storsjö
2013-04-22x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun
2013-04-15x86: Move constants to the only place where they are usedRonald S. Bultje
2013-04-12x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-23vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-13x86: Remove some leftover declarations for non-existent functionsDiego Biurrun
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-06-23x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard
2012-06-23x86: move some inline asm macros to the only places they are usedMans Rullgard
2012-05-10rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-03Fix compilation on x86-32 with --disable-optimizations,Daniel Kang
2010-12-24For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje
2010-09-03Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje
2010-09-02Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje
2010-08-30Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-07-31Convert deinterlacing MMX code to YASMVitor Sessak
2010-07-21Add header declarations for mmx/sse constants missing themDavid Conrad
2010-07-16VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje
2010-07-12Make ff_pw_4 128 bitsDavid Conrad
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-07x86: move function prototypes to header filesMåns Rullgård
2009-08-29Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård
2009-02-13convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs