2667 Commits (b08776e3ae9a5315c19e8619ca71921006c1abe1)

Author SHA1 Message Date
Andreas Rheinhardt ee551a21dd avcodec/x86/blockdsp: Remove obsolete MMX functions 3 years ago
Andreas Rheinhardt bfb28b5ce8 avcodec/x86/idctdsp: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt b2437a45af avcodec/x86/xvididct: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 3d151bab32 avcodec/x86/sbrdsp: Remove obsolete SSE function 3 years ago
Andreas Rheinhardt 4618f36a24 avcodec/x86/h264dsp_init: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 55d8618a47 avcodec/x86/mpegvideoencdsp: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 542765ce3e avcodec/x86/me_cmp: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 9bc527126c avcodec/x86/h264_intrapred: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 3221aba879 avcodec/x86/cavsdsp: Remove obsolete MMX(EXT), 3dnow functions 3 years ago
Andreas Rheinhardt 9abf906800 avcodec/x86/rv40dsp_init: Remove obsolete MMX(EXT), 3dnow functions 3 years ago
Andreas Rheinhardt 338f8fd232 avcodec/x86/hevcdsp_init: Remove obsolete MMXEXT functions 3 years ago
Andreas Rheinhardt d402ec6be9 avcodec/x86/fdct: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 7284ab789d avcodec/x86/mpegvideoenc: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt d29a9c2aa6 avcodec/x86/diracdsp: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt 3d716d38ab avcodec/x86/audiodsp_init: Remove obsolete MMX(EXT) functions 3 years ago
Andreas Rheinhardt fd98594a88 avcodec/x86/ac3dsp_init: Remove obsolete 3dnow, MMX(EXT), SSE functions 3 years ago
Andreas Rheinhardt e02ffed004 avcodec/x86/vc1dsp_init: Remove obsolete 3dnow, MMX(EXT) functions 3 years ago
Andreas Rheinhardt 6d3f771588 avcodec/x86/lpc, vp8dsp_init: Remove redundant checks 3 years ago
Andreas Rheinhardt 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 3 years ago
Andreas Rheinhardt 8678b75bda avcodec/x86/h264_qpel_8bit: Remove unused function 3 years ago
Andreas Rheinhardt 1799e27020 avcodec/x86/rv34dsp: Remove unused ff_rv34_idct_dc_mmxext 3 years ago
Andreas Rheinhardt 50a8cbb23e avcodec/x86/fpel: Remove unused ff_avg_pixels4_mmx 3 years ago
Andreas Rheinhardt 5eee930726 avcodec/x86/hevcdsp_init: Remove unnecessary inclusion of get_bits.h 3 years ago
Andreas Rheinhardt 03cbec7bdc avcodec/x86/qpeldsp: Remove unused ff_put_no_rnd_pixels16_l2_3dnow 3 years ago
Ronald S. Bultje 6e13c30a8f vp9: don't overread by 4 pixels in ff_vp9_avg4_mmxext(). 3 years ago
Semen Belozerov 3a7e9caf92 avcodec/vp9: ipred_hd_16x16_16 avx2 implementation 3 years ago
Andreas Rheinhardt 104abea646 avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h 3 years ago
Semen Belozerov e71d5156c8 avcodec/vp9: ipred_vl_16x16_16 avx2 implementation 3 years ago
Felix LeClair 987d2c1083 avcodec/x86/hevc_mc: Fix AVX-512-VNNI_hevc_qpel_filters_avx512icl 3 years ago
Wu Jianhua 037fa0437d avcodec/x86/hevc_mc: add qpel_h64_8_avx512icl 3 years ago
Wu Jianhua 68437bf169 avcodec/x86/hevc_mc: add qpel_h32_8_avx512icl 3 years ago
Wu Jianhua 6fbb8cc8ad avcodec/x86/hevc_mc: add qpel_h4_8_avx512icl 3 years ago
Wu Jianhua c1790b60d6 avcodec/x86/hevc_mc: add qpel_h16_8_avx512icl 3 years ago
Wu Jianhua d4cd8830bd avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512icl 3 years ago
Martin Storsjö db54426975 vc1dsp: Change remaining stride parameters to ptrdiff_t 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt 84f16bb5e6 avutil/avassert: Don't include avutil.h 3 years ago
Andreas Rheinhardt 155cd6baa4 Remove obsolete version.h inclusions 3 years ago
Anton Khirnov be95df12bb lavc/mpeg*: drop the XvMC hwaccel code 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Anton Khirnov 359912f0df lavc/x86/h264_qpel: stop unnecessarily including h264dec 3 years ago
Andreas Rheinhardt 645f705d6a av(codec|device): Don't cast pointers to int 3 years ago
Christopher Degawa 8990c5869e get_cabac_inline_x86: Don't inline if 32-bit clang on windows 4 years ago
Andreas Rheinhardt afc95a10ac avcodec/h264dsp, h264idct: Fix lengths of array parameters 4 years ago
Andreas Rheinhardt 25c8507818 Remove/replace some unnecessary avcodec.h inclusions 4 years ago
Andreas Rheinhardt 4608f7cc6a Remove unnecessary mem.h inclusions 4 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 4 years ago
Andreas Rheinhardt 7c1f347b18 avcodec: Remove deprecated old encode/decode APIs 4 years ago
Andreas Rheinhardt f3c197b129 Include attributes.h directly 4 years ago