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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-03-26avcodec/x86/hpeldsp_init: Put CONFIG_* first in if()Michael Niedermayer
2014-05-26x86: hpeldsp: propagate changes across codecsChristophe Gisquet
2014-05-24x86: hpeldsp: implement SSSE3 version of _xy2Christophe Gisquet
2014-05-24x86: hpeldsp: implement SSE2 put_pixels16_xy2Christophe Gisquet
2014-05-24x86: hpeldsp: implement SSE2 versionsChristophe Gisquet
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-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-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-26x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun
2014-03-23Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f'Michael Niedermayer
2014-03-23Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b'Michael Niedermayer
2014-03-23Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer
2014-03-22x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun
2014-03-22x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun
2014-03-22dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun
2014-03-14Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer
2014-03-14Merge commit '17608f6ee3d2088cdb8d1e704276d8b34f01160d'Michael Niedermayer
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-03-13x86: Add some more missing headersDiego Biurrun
2014-01-09Merge commit '4c642d8d98703faf52983243098f35865e15b312'Michael Niedermayer
2014-01-09x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun
2013-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-04x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun
2013-08-30Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-14Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer
2013-05-14Merge commit '46bb456853b197f4562de7acf5d42abf11ded9be'Michael Niedermayer
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-05-08Merge commit '92f8e06ecb431a427ea13d794e5a6bc927a034d2'Michael Niedermayer
2013-05-08Merge commit '7edaf4edb5c3c04f34ad1242680cbc32d11f4087'Michael Niedermayer
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-06Merge commit '110796739ab32854dc0b6b0a1c95e6ae98889062'Michael Niedermayer
2013-05-06Merge commit '9e5e76ef9ea803432ef2782a3f528c3f5bab621e'Michael Niedermayer
2013-05-06x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun
2013-05-06x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun
2013-05-03Merge commit '932806232108872655556100011fe369125805d3'Michael Niedermayer
2013-05-03Merge commit '9b3a04d30691e85b77e63f75f5f26a93c3a000cd'Michael Niedermayer
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