1275 Commits (6d6eabd399eb20b69d10234ef746f2d3d4c72dcb)

Author SHA1 Message Date
Diego Biurrun a3cb865310 x86: dsputil: Move some ifdefs to avoid unused variable warnings 12 years ago
Diego Biurrun 2004c7c8f7 x86: dsputil: cosmetics: Remove two pointless variable indirections 12 years ago
Diego Biurrun c51a3a5bd9 x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations 12 years ago
Diego Biurrun e027032fc6 x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place 12 years ago
Diego Biurrun a89c05500f x86: h264qpel: int --> ptrdiff_t for some line_size parameters 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Christophe Gisquet 2383068cbf x86: sbrdsp: implement SSE2 qmf_pre_shuffle 12 years ago
Ronald S. Bultje 610b18e2e3 x86: qpel: Move fullpel and l2 functions to a separate file 12 years ago
Christophe Gisquet e2946e5c34 x86: sbrdsp: implement SSE qmf_deint_bfly 12 years ago
Christophe Gisquet f4b0d12f5b x86: sbrdsp: Implement SSE neg_odd_64 12 years ago
Christophe Gisquet 37a9708391 x86: sbrdsp: implement SSE neg_odd_64 12 years ago
Carl Eugen Hoyos 670bb1c979 Fix compilation with --enable-decoder=webp --disable-decoder=vp8 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Martin Storsjö a2acadd058 x86: vc1dsp: Fix indentation 12 years ago
Michael Niedermayer 9b9205e760 x86/dsputil.asm: make unaligned bswap actually work 12 years ago
Michael Niedermayer ea7b96af96 avcodec/x86/dsputil_qns_template: use av_assert 12 years ago
Janne Grunau e5c2794a71 x86: consistently use unaligned movs in the unaligned bswap 12 years ago
Martin Storsjö 285ff14413 x86: Change a missed occurrance of int to ptrdiff_t for strides 12 years ago
Martin Storsjö 352dbdb96c x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function 12 years ago
Michael Niedermayer b3e9f266e8 x86/mpegvideo: switch to av_assert 12 years ago
Michael Niedermayer cdbf8409ef x86/h264_qpel: switch to av_assert 12 years ago
Carl Eugen Hoyos d98a5318fd Fix compilation with --disable-mmx. 12 years ago
Michael Niedermayer 0f95534669 h264_qpel: fix another forgotten int stride 12 years ago
Michael Niedermayer c3bb2f7296 dsputil_mmx: remove unused variables 12 years ago
Ronald S. Bultje 3ced55d51c Move x86 half-pel assembly from dsputil to hpeldsp. 12 years ago
Ronald S. Bultje d1293512cf vp3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje d85c9b036e vp3/x86: use full transpose for all IDCTs. 12 years ago
Ronald S. Bultje 6a701306db dsputil: make selectable. 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Ronald S. Bultje 22cc8a103c x86/qpel: move fullpel and l2 functions to separate file. 12 years ago
Diego Biurrun e8c52271c4 Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." 12 years ago
Diego Biurrun ebc701993f x86: dsputil: Drop some unused function #defines 12 years ago
Diego Biurrun 845cfc92f9 x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext 12 years ago
Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
Martin Storsjö 31a23a0dc6 x86: dsputil_mmx: Remove leftover inline assembly fragments 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Matt Wolenetz 82a4a4e7ca Fix Win64 AVX h264_deblock by not using redzone on Win64 12 years ago
Matt Wolenetz 311443f6c7 x86: h264: Don't use redzone in AVX h264_deblock on Win64 12 years ago
Ronald S. Bultje e5ffffe48d h264chroma: Remove duplicate 9/10 bit functions 12 years ago
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 12 years ago
Michael Niedermayer b9237aa7b0 x86/h263_loopfilter: Fix author attribution after code has been moved/splited around 12 years ago
Daniel Kang 9acd23d655 x86: dsputil: Fix h263 loop filter link error in some configurations 12 years ago
Daniel Kang 7a03145ed7 x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param 12 years ago
Ronald S. Bultje 71ae8d50b2 x86/dsputil: fix compilation when h263 decoder/encoder are disabled. 12 years ago
Ronald S. Bultje 972771dcf2 h264chroma: remove duplicate 9/10 bit functions. 12 years ago
Daniel Kang b3f2a3fe3f x86: mpeg4qpel: Make movsxifnidn do the right thing 12 years ago
Ronald S. Bultje c7e3e55429 Move ff_emulated_edge_mc prototypes to videodsp. 12 years ago
Diego Biurrun 5d3d39c72e dsputil: Move fdct function declarations to dct.h 12 years ago