928 Commits (e2bd03a14a4e3366df0b1ee8e284a97165be1f3c)

Author SHA1 Message Date
Vittorio Giovara b7a4127a45 h264_qpel: Use the correct header 10 years ago
Michael Niedermayer 5e87080f2c h264_weight: Fix SSSE3 biweight code with weights of 128 10 years ago
James Almer d68c05380c x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
Michael Niedermayer e4610300de x86: cavs: Remove an unneeded scratch buffer 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Luca Barbato 48aef27f52 x86: Put COPY3_IF_LT under HAVE_6REGS 10 years ago
Anton Khirnov 71f1ad37d8 lavc: do not compile fmtconvert unconditionally 10 years ago
Anton Khirnov d74a8cb7e4 fmtconvert: drop unused functions 10 years ago
Carl Eugen Hoyos 36a6fb989b hevc_deblock: Fix compilation with nasm 10 years ago
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Vittorio Giovara 9c12c6ff95 motion_est: convert stride to ptrdiff_t 10 years ago
Henrik Gramner 2d91abade2 x86: h264_intrapred: Don't treat 32-bit integers as 64-bit 10 years ago
Pascal Massimino 7a1d6ddd2c xvid: Add C IDCT 10 years ago
Diego Biurrun 95c0cec03a idctdsp: Add global function pointers for {add|put}_pixels_clamped functions 10 years ago
Diego Biurrun 8d27bf1cff x86: xvid: K&R formatting cosmetics 10 years ago
Diego Biurrun dcb7c868ec cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs 10 years ago
Diego Biurrun 1f156af427 x86: xvid_idct: Drop unused definitions 10 years ago
Diego Biurrun efd26bedec build: Add explanatory comments to (optimization) blocks in the Makefiles 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
Diego Biurrun d35b94fbab avcodec: Rename xvidmmx IDCT to xvid 10 years ago
Diego Biurrun 84d173d3de xvididct: Ensure that the scantable permutation is always set correctly 10 years ago
Diego Biurrun a786c8259d idct: Split off Xvid IDCT 10 years ago
Diego Biurrun 4f8cf0dc4e x86: build: Restore ordering of OBJS lines 10 years ago
Pierre Edouard Lepere 1a880b2fb8 hevc: SSE2 and SSSE3 loop filters 10 years ago
Diego Biurrun 7fb993d338 qpeldsp: Mark source pointer in qpel_mc_func function pointer const 10 years ago
Diego Biurrun 81b9bf3192 dct-test: Move arch-specific bits into arch-specific subdirectories 10 years ago
Diego Biurrun 5dcc201505 simple_idct: Move x86-specific declarations to a header in the x86 directory 10 years ago
Diego Biurrun 85cabb8d00 fdct: Move x86-specific declarations to a header in the x86 directory 10 years ago
Diego Biurrun 9e0b29911f x86: dnxhdenc: Eliminate some unnecessary ifdefs 10 years ago
Diego Biurrun 8b0dd4942a idctdsp: prettyprinting cosmetics 10 years ago
Diego Biurrun b4987f7219 idct: Convert IDCT permutation #defines to an enum 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Diego Biurrun c23ce454b3 x86: dsputil: Coalesce all init files 10 years ago
Diego Biurrun acf91215c7 x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection 10 years ago
Diego Biurrun 1173320249 dsputil: Drop unused bit_depth parameter from all init functions 11 years ago
Diego Biurrun f46bb608d9 dsputil: Split off pixel block routines into their own context 11 years ago
Diego Biurrun a9aee08d90 dsputil: Split off FDCT bits into their own context 11 years ago
Diego Biurrun 3c650efb81 dsputil: Move draw_edges() to mpegvideoencdsp 11 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
Diego Biurrun 8d686ca59d dsputil: Split off *_8x8basis to a separate context 11 years ago
Diego Biurrun b0de1c7663 x86: build: Only compile FDCT code if MMX is enabled 11 years ago
Diego Biurrun 12f129e545 x86: Unconditionally compile blockdsp and svq1enc init files 11 years ago
Diego Biurrun 009331303a x86: huffyuvdsp: Move inline assembly to init file 11 years ago
Diego Biurrun 391ecc961c x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercase 11 years ago
Diego Biurrun 79793f8337 Update Fiona's name in copyright statements. 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun d2869aea04 dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory 11 years ago
Diego Biurrun 5ab03e41e5 x86: h264dsp: Fix link failure with optimizations disabled 11 years ago
Diego Biurrun fab9df63a3 dsputil: Split off global motion compensation bits into a separate context 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago