summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun2014-03-22
* dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-05
* 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