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-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-05-13x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun
2013-04-30x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-20x86: Remove unused inline asm instruction definesMartin Storsjö
2013-04-12x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun
2013-04-12x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun
2013-03-24x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö
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-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-29x86: Simplify some arch conditionalsDiego Biurrun
2013-01-26x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun
2013-01-24x86: h264qpel: add cpu flag checks for init functionJanne Grunau
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2012-11-25x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang
2012-11-25x86: h264: Remove 3dnow QPEL codeDaniel Kang
2012-11-05x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-28x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun