summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-12
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-12
* x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-08
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-08
* x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-08
* x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-08
* x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-07
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-07
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-07
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-07
* x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun2013-05-06
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-02
* x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun2013-04-30
* x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun2013-04-30
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-25
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-23
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-22
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-22
* x86: Remove some duplicate function declarationsDiego Biurrun2013-04-22
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-12
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-12
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-12
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-12
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-26
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-27
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-18
* dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-27
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-27
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-26
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22