1043 Commits (1fe858136b315796dd5349f3b4448a29d1bd6fa1)

Author SHA1 Message Date
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun 681a86aba6 x86: fft: Port to cpuflags 8 years ago
Diego Biurrun e9bb77fb10 x86: h264: Simplify DEQUANT macro with cpuflags 8 years ago
Diego Biurrun 307eb1a8ee x86: vp8dsp: port FILTER_BILINEAR macro to cpuflags 8 years ago
Diego Biurrun 994c4bc107 x86util: Port all macros to cpuflags 8 years ago
Diego Biurrun 6eef263aca x86: Merge align directives into SECTION_RODATA declarations where possible 8 years ago
Diego Biurrun 39e208f4d4 build: Generalize yasm/nasm-related variable names 8 years ago
Diego Biurrun fde7ee8710 x86: hevc: Add missing colons after assembly labels 8 years ago
Diego Biurrun 7abdd026df asm: Consistently uppercase SECTION markers 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Anton Khirnov b4a911c189 mpegvideoenc: make a table const 8 years ago
Diego Biurrun 0a35f128f3 cabac: x86: Give optimizations header a more meaningful name 8 years ago
Diego Biurrun 0361e4dcb4 h264_qpel: x86: Move function with only one instance out of template macro 8 years ago
Diego Biurrun 3cba09e522 x86: Drop stray semicolons after function definitions 8 years ago
Martin Storsjö 2e55e26b40 vp9: Flip the order of arguments in MC functions 8 years ago
Pierre Edouard Lepere 6d5636ad9a hevc: x86: Add add_residual() SIMD optimizations 8 years ago
Diego Biurrun 788544ff0e audiodsp: x86: Remove pointless header file 8 years ago
Diego Biurrun b89804da9b x86: videodsp: Add parentheses to expression to work around warning 8 years ago
Diego Biurrun 6be7944ee2 x86: Add missing colons after assembly labels 8 years ago
Alexandra Hájková 112cee0241 hevc: Add SSE2 and AVX IDCT 8 years ago
Anton Khirnov e4128c08d7 Revert "hevc: x86: Refactor IDCT macro declarations" 8 years ago
Diego Biurrun 5801f9ed24 h264_intrapred: x86: Update comments left behind in 95c89da36e 8 years ago
Diego Biurrun d9dccc0389 hevc: x86: Refactor IDCT macro declarations 8 years ago
Ronald S. Bultje 715f139c9b vp9lpf/x86: make filter_16_h work on 32-bit. 8 years ago
Ronald S. Bultje 8915320db9 vp9lpf/x86: make filter_48/84/88_h work on 32-bit. 8 years ago
Ronald S. Bultje 725a216481 vp9lpf/x86: make filter_44_h work on 32-bit. 8 years ago
Ronald S. Bultje 5bfa96c4b3 vp9lpf/x86: make filter_16_v work on 32-bit. 8 years ago
Ronald S. Bultje b905e8d2fe vp9lpf/x86: make filter_48/84_v work on 32-bit. 8 years ago
Ronald S. Bultje 37637e6590 vp9lpf/x86: make filter_88_v work on 32-bit. 8 years ago
Ronald S. Bultje be10834bd9 vp9lpf/x86: make filter_44_v work on 32-bit. 8 years ago
Ronald S. Bultje 7c62891efe vp9lpf/x86: save one register in SIGN_ADD/SUB. 8 years ago
Ronald S. Bultje c6375a83d1 vp9lpf/x86: store unpacked intermediates for filter6/14 on stack. 8 years ago
Ronald S. Bultje 4ce8ba72f9 vp9lpf/x86: move variable assigned inside macro branch. 8 years ago
Ronald S. Bultje e4961035b2 vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning. 8 years ago
Ronald S. Bultje 683da2788e vp9lpf/x86: remove unused register from ABSSUB_CMP macro. 8 years ago
Ronald S. Bultje 6e74e9636b vp9lpf/x86: slightly simplify 44/48/84/88 h stores. 8 years ago
Ronald S. Bultje 6411c328a2 vp9lpf/x86: make cglobal statement more conservative in register allocation. 8 years ago
Ronald S. Bultje a6e288d624 vp9lpf/x86: save one register in loopfilter surface coverage. 8 years ago
Clément Bœsch 0ed21bdc9e vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. 8 years ago
Clément Bœsch f2e3d706a1 vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). 8 years ago
James Almer 92d47550ea vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16 8 years ago
Clément Bœsch 6bea478158 vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 8 years ago
James Almer 1f451eed60 vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). 8 years ago
Clément Bœsch a692724c58 vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16. 8 years ago
Justin Ruggles b57e38f52c ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm 8 years ago
Justin Ruggles 43717469f9 ac3dsp: Reverse matrix in/out order in downmix() 8 years ago
Hendrik Leppkes 8d1267932c x86/h264_weight: use appropriate register size for weight parameters 8 years ago
Diego Biurrun 2caa93b813 mpegaudiodsp: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago