2481 Commits (f4a71eec3252a17adebcb9caa5cfaf12af528ff6)

Author SHA1 Message Date
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
Paul B Mahol b69c91bbee avcodec/x86: add cfhdenc SIMD 4 years ago
James Almer f1a894f9d3 avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functions 4 years ago
Andreas Rheinhardt 585b764f95 avcodec/x86/constants: Remove unused ff_pw_17 4 years ago
Andreas Rheinhardt 7825cc392a avcodec/x86/diracdsp_init: Reuse macro 4 years ago
Andreas Rheinhardt 0f317eb8e7 avcodec/x86/diracdsp_init: Simplify macro 4 years ago
Andreas Rheinhardt 68bd6c7dac avcodec/x86/diracdsp_init: Make functions only used here static 4 years ago
Andreas Rheinhardt 3a80b1ac12 avcodec/x86/diracdsp_init: Remove unused MMX functions 4 years ago
Andreas Rheinhardt 4f3d8cb554 avcodec/cabac_functions, x86/cabac: Include stddef.h 4 years ago
Lynne 9e05421dbe
ac3enc_fixed: drop unnecessary fixed-point DSP code 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt ead3134150 avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe 4 years ago
James Almer 1a35fffaf2 x86/cfhddsp: zero extend int arguments 5 years ago
Paul B Mahol 4aac742505 avcodec/x86/cfhddsp: try to fix build on x32 5 years ago
Paul B Mahol 389cc142fb avcodec/cfhd: add x86 SIMD 5 years ago
James Almer 2c844c9828 x86/h264_deblock: fix warning about trailing empty parameter 5 years ago
Martin Storsjö 353aecbb28 pixblockdsp, avdct: Add get_pixels_unaligned 5 years ago
Linjie Fu 8b8492452d lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8 5 years ago
Linjie Fu e9abef437f lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8 5 years ago
Linjie Fu 0da14ed09e lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8 5 years ago
Michael Niedermayer 24af459d1e avcodec/x86/diracdsp: Fix high bits on Windows x86_64 5 years ago
Michael Niedermayer 0694b60b7b avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32() 5 years ago
Peter Ross fd17218558 vp4: prevent unaligned memory access in loop filter 5 years ago
James Almer 1faedb9a11 x85/opusdsp: enable the functions on all FMA3 CPUs 6 years ago
James Almer 80444e23ac x86/opusdps: clear the high bits from some gprs 6 years ago
James Almer 58d167bcd5 avcodec/Makefile: add missing pngdsp dependency to the lscr decoder 6 years ago
James Almer b41d8ab2e6 x86/v210dec: use named registers 6 years ago
James Almer abf1aa87ab x86/v210dec: don't reserve more xmm regs than needed 6 years ago
James Almer b0e29357ba x86/v210dec: remove duplicate load instruction 6 years ago
James Darnley 46f1718cd9 avcodec/x86/v210: fix operands of vpblendd used in new avx2 code 6 years ago
Michael Stoner ebd6fb23c5 libavcodec Adding ff_v210_planar_unpack AVX2 6 years ago
Lynne 4b7166c9d5 x86/opusdsp: replace loads with shuffles 6 years ago
Lynne b43b8d337d x86/opusdsp: fix WIN64 return value 6 years ago
Lynne 605e330310 x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis 6 years ago
Lynne 5468c1d075 celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled 6 years ago
Lynne 4a2c651620 x86/opus_dsp: rename to celt_pvq 6 years ago