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-10-06Merge commit '2ddb35b91131115c094d90e04031451023441b4d'Michael Niedermayer
2013-10-05x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-05-14Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer
2013-05-14Merge commit '245b76a108585b6fb52eebc2626c472d6fa530dc'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: Split inline assembly from init codeDiego Biurrun
2013-05-13x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun
2013-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-09Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57'Michael Niedermayer
2013-05-09Merge commit 'ed880050edf061b38d3e39e25657c59ad9108b27'Michael Niedermayer
2013-05-09Merge commit '87614667606b42476f9017d79faf12b45a0bd77c'Michael Niedermayer
2013-05-08x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun
2013-05-08x86: dsputil: Move constant declarations into separate headerDiego Biurrun
2013-05-08Merge commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917'Michael Niedermayer
2013-05-08Merge commit '63bac48f734fc69cca2ef2cfada92cd9a222734d'Michael Niedermayer
2013-05-08Merge commit '92f8e06ecb431a427ea13d794e5a6bc927a034d2'Michael Niedermayer
2013-05-08Merge commit '7edaf4edb5c3c04f34ad1242680cbc32d11f4087'Michael Niedermayer
2013-05-08x86: dsputil: Group all assembly constants together in constants.cDiego 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: 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-06Merge commit '9e5e76ef9ea803432ef2782a3f528c3f5bab621e'Michael Niedermayer
2013-05-06x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun
2013-05-03Merge commit 'bf7c3c6b157f7938578f964b62cffd5e504940be'Michael Niedermayer
2013-05-03Merge commit '932806232108872655556100011fe369125805d3'Michael Niedermayer
2013-05-03Merge commit '9b3a04d30691e85b77e63f75f5f26a93c3a000cd'Michael Niedermayer
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-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-30Merge commit '85f2f82af66fade2f5af2a03c5011d7de1b6e295'Michael Niedermayer
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-26x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö
2013-04-24Merge commit '6a8561dbd7c078eb75985f7011ad1ad3fda9e223'Michael Niedermayer
2013-04-23x86: Factorize duplicated inline assembly snippetsMartin Storsjö
2013-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-22Merge commit '78fa0bd0f7067868943c0899907e313414492426'Michael Niedermayer
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-15x86: Move constants to the only place where they are usedRonald S. Bultje