1392 Commits (221dc52d03e113bd394ea3c6746d4b5506bd7dd1)

Author SHA1 Message Date
Clément Bœsch 8b4190da93 vp9/x86: add AVX for itxfm and lpf. 11 years ago
Michael Niedermayer cb613657ee avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact again 11 years ago
Diego Biurrun 46bacb5cc6 x86: Consistently use cpu flag detection macros in places that still miss it 11 years ago
Clément Bœsch af68bd1c06 vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3(). 11 years ago
Clément Bœsch e11ceea68f vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X. 11 years ago
Clément Bœsch c9aa0b8f70 vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X. 11 years ago
Clément Bœsch 7c55ee6168 vp9/x86: merge IDCT coef macros. 11 years ago
Diego Biurrun 4c642d8d98 x86: hpeldsp: Add missing av_cold attribute to init function 11 years ago
Diego Biurrun b0be1ae792 x86: avcodec: Add a bunch of missing #includes for av_cold 11 years ago
Ronald S. Bultje c6fe984f2f vp9/x86: make STORE_2X2 macro local. 11 years ago
Ronald S. Bultje 04a187fb2a vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct. 11 years ago
Ronald S. Bultje 37b001d14d vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct. 11 years ago
Ronald S. Bultje e84d14df10 vp9/x86: idct_32x32_add_ssse3. 11 years ago
Anton Khirnov a03a642d5c h264: do not use 422 functions for monochrome 11 years ago
Ronald S. Bultje 18175baa54 vp9/x86: 16px MC functions (64bit only). 11 years ago
Ronald S. Bultje 0d9375fc90 vp9/x86: 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38). 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
Anton Khirnov dfc50ac85e x86: mpegvideo: move denoise_dct asm to mpegvideoenc 11 years ago
Ronald S. Bultje 8d4c616fc0 vp9/x86: idct_add_16x16_ssse3. 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Ronald S. Bultje 92436e8ad9 vp9: implement top/left half (4x4) sub-8x8-IDCT. 11 years ago
Ronald S. Bultje b2045c44a9 vp9: split pre-load of 11585x2 out of 1d idct macro. 11 years ago
Ronald S. Bultje f9a0d4c6e0 vp9: minor refactorings in idct ssse3 assembly. 11 years ago
Ronald S. Bultje 8729964b99 vp9: split x86 assembly in two files. 11 years ago
Diego Biurrun 3d7c84747d x86: Initialize mmxext after amd3dnow optimizations 11 years ago
Diego Biurrun 7ffaa19570 dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo 11 years ago
Diego Biurrun cf7860db60 x86: dsputil: Suppress deprecation warnings for XvMC bits 11 years ago
Clément Bœsch 616da59542 avcodec/x86/vp9dsp: merge a few SWAP together. 11 years ago
Clément Bœsch e0434cfcfc avcodec/x86: remove 3 sub in pred4x4_tm_vp8_8. 11 years ago
Clément Bœsch d28c79b003 avcodec/x86/vp9dsp: use EXTERNAL_* macros. 11 years ago
Ronald S. Bultje 72ca830f51 lavc: VP9 decoder 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 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
Clément Bœsch 87434cf373 avcodec/vp9: add ff_vp9_idct_idct_{4x4,8x8}_ssse3(). 11 years ago
Diego Biurrun e2b5b09789 x86: rv40dsp: Use PAVGB instruction macro where appropriate 11 years ago
Mikulas Patocka 694d997afe x86: hpeldsp: Use PAVGB instruction macro where necessary 11 years ago
Mikulas Patocka 074155360d avcodec/x86/hpeldsp: fix crash on AMD K6-3+ 11 years ago
Diego Biurrun 1700b4e678 x86: vp8dsp: Split loopfilter code into a separate file 11 years ago
Michael Niedermayer fa6fa2162b avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0 11 years ago
Ronald S. Bultje 960490c0b2 avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. 11 years ago
Ronald S. Bultje cd86eb265f avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead of '&&'. 11 years ago
Michael Niedermayer 41efb8d9a7 avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMPILER 11 years ago
Ronald S. Bultje 1b3a7e1f42 avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86 simd as such. 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
Ronald S. Bultje 20d78a8606 libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instructions on x86-32. 11 years ago
Ronald S. Bultje ad75d2b590 x86: Fix compilation with nasm on PPC & OS/2 11 years ago
Ronald S. Bultje ba9c557b92 avcodec/x86/vp9dsp: Fix compilation with nasm. 11 years ago