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-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-07x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun
2013-05-06x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun
2013-05-06x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabledDiego Biurrun
2013-05-06x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2013-05-03x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet
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-30x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun
2013-04-30x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun
2013-04-30x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun
2013-04-29x86: hpeldsp: Remove unused macro definitionsDiego Biurrun
2013-04-26x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun
2013-04-26x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö
2013-04-24x86: Get rid of duplication between *_rnd_template.cMartin Storsjö
2013-04-23x86: Factorize duplicated inline assembly snippetsMartin Storsjö
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-04-22x86: cavs: Refactor duplicate dspfunc macroDiego Biurrun
2013-04-22x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun
2013-04-22x86: Remove some duplicate function declarationsDiego Biurrun
2013-04-20x86: Remove unused inline asm instruction definesMartin Storsjö
2013-04-20x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15x86: Move constants to the only place where they are usedRonald S. Bultje
2013-04-12x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun
2013-04-12x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun
2013-04-12x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun
2013-04-12x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun
2013-04-12x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-04-08x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje
2013-04-06x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-26x86: vc1dsp: Fix indentationMartin Storsjö
2013-03-25x86: consistently use unaligned movs in the unaligned bswapJanne Grunau
2013-03-24x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö
2013-03-24x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-03-01Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun
2013-02-27x86: dsputil: Drop some unused function #definesDiego Biurrun
2013-02-27x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun