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-05x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun
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-08x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun
2013-05-08x86: dsputil: Move constant declarations into separate headerDiego Biurrun
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-06x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun
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: 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-26x86: Rename dsputil_rnd_template.c to 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: 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
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-10dsputil: Make dsputil selectableRonald S. Bultje
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
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
2013-02-27x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö
2013-02-18x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang
2013-02-07dsputil: x86: Convert h263 loop filter to yasmDaniel Kang
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-27dsputil: add missing HAVE_YASM guardDaniel Kang
2013-01-27dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang
2013-01-26x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-23vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje