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
2022-06-22avcodec/x86/rv34dsp: Remove obsolete MMX functionAndreas Rheinhardt
2017-02-02x86/rv34dsp: add ff_rv34_idct_dc_add_sse2James Almer
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2014-01-09Merge commit 'b0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b'Michael Niedermayer
2014-01-09x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-04-28rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET
2012-01-16rv34: Intra 16x16 handlingChristophe GISQUET
2012-01-12rv34: DC-only inverse transformChristophe GISQUET