52 Commits (43d995e865f77adef1573b158452982a56814908)

Author SHA1 Message Date
James Almer ec98f80af4 x86/dsputil: move some mmx init code inside dsputil_init_mmx() 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Diego Biurrun 054013a0fc dsputil: Move APE-specific bits into apedsp 11 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
Christophe Gisquet 86ae0da60c x86: hpeldsp: propagate changes across codecs 11 years ago
James Almer 1d36defe94 x86/dsputil: port ff_vector_clipf_sse to yasm 11 years ago
James Almer 80ee2dfcf6 x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm 11 years ago
James Almer 7b05267239 x86/dsputil: port clear_block functions to yasm 11 years ago
Christophe Gisquet d1a32c3f49 x86: kill fpel_mmx.c 11 years ago
Diego Biurrun 6655c933a8 x86: dsputil: Move fpel declarations to a separate header 11 years ago
Diego Biurrun 322a1dda97 dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros 11 years ago
Diego Biurrun 5169e68895 dsputil: Propagate bit depth information to all (sub)init functions 11 years ago
Diego Biurrun db3f61a04f x86: dsputil_init: Drop some unnecessary parentheses 11 years ago
Diego Biurrun 441b093915 x86: dsputil_init: K&R formatting cosmetics 11 years ago
Diego Biurrun 17608f6ee3 x86: Add some more missing headers 11 years ago
Michael Niedermayer f70d7eb20c Move add/diff_int16 to lossless_videodsp 11 years ago
Michael Niedermayer a493f8541d avcodec/x86/dsp: add_int16_mmx / add_int16_sse2 11 years ago
Diego Biurrun aab40bbfd5 x86: dsputil: Simplify xvmc deprecation conditional 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Diego Biurrun cf7860db60 x86: dsputil: Suppress deprecation warnings for XvMC bits 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Diego Biurrun 0338c39698 dsputil: Split off H.263 bits into their own H263DSPContext 11 years ago
Michael Niedermayer c35d29a9c8 avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init 11 years ago
Michael Niedermayer ab8cbfe0dd avcodec/x86/dsputil_init: remove duplicated sse2 idct init 11 years ago
Michael Niedermayer 1bf8fa75ee avcodec/x86/dsputil_init: fix cpu flag checks 11 years ago
Carl Eugen Hoyos 8fe1fb41ac Fix compilation with --disable-mmx. 11 years ago
Diego Biurrun 6369ba3c9c x86: avcodec: Use convenience macros to check for CPU flags 11 years ago
Diego Biurrun a64f6a04ac dsputil: x86: Hide arch-specific initialization details 12 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 12 years ago
Michael Niedermayer b791a0831b avcodec/x86/dsputil_init: only use xvid idct for lowres=0 12 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun 245b76a108 x86: dsputil: Split inline assembly from init code 12 years ago
Diego Biurrun 46bb456853 x86: dsputil: Refactor pixels16 wrapper functions with a macro 12 years ago
Diego Biurrun f243bf7aa2 x86: dsputil: Remove unused argument from QPEL_OP macro 12 years ago
Diego Biurrun 71469f3b63 x86: dsputil: Move constant declarations into separate header 12 years ago
Diego Biurrun ed880050ed x86: dsputil: Group all assembly constants together in constants.c 12 years ago
Diego Biurrun 8761466760 x86: dsputil: Move ff_pd assembly constants to the only place they are used 12 years ago
Diego Biurrun 1b343cedd7 x86: dsputil: Remove unused ff_pb_3F constant 12 years ago
Diego Biurrun 63bac48f73 x86: dsputil: Move rv40-specific functions where they belong 12 years ago
Diego Biurrun 92f8e06ecb x86: dsputil hpeldsp: Move shared template functions into separate object 12 years ago
Diego Biurrun 7edaf4edb5 x86: rnd_template: Eliminate pointless OP_AVG macro indirection 12 years ago
Diego Biurrun 9e5e76ef9e x86: More specific ifdefs for dsputil/hpeldsp init functions 12 years ago
Diego Biurrun bf7c3c6b15 x86: dsputil: Move cavs and vc1-specific functions where they belong 12 years ago
Diego Biurrun 9328062321 x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c 12 years ago
Diego Biurrun 9c112a6158 x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c 12 years ago
Diego Biurrun 9b3a04d306 x86: Move duplicated put_pixels{8|16}_mmx functions into their own file 12 years ago
Diego Biurrun 97c56ad796 x86: dsputil: Remove a set of pointless #ifs around function declarations 12 years ago
Diego Biurrun 85f2f82af6 x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarations 12 years ago
Martin Storsjö 74685f6783 x86: Rename dsputil_rnd_template.c to rnd_template.c 12 years ago