..
Makefile
x86: dsputil: Fix h263 loop filter link error in some configurations
12 years ago
ac3dsp.asm
x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly
12 years ago
ac3dsp_init.c
ac3dec: make downmix() take array of pointers to channel data
12 years ago
cabac.h
…
cavsdsp.c
Remove unnecessary dsputil.h #includes
12 years ago
dct32.asm
build: Drop AVX assembly ifdefs
12 years ago
deinterlace.asm
x86: yasm: Use complete source path for macro helper %includes
12 years ago
dnxhdenc.c
Add av_cold attributes to arch-specific init functions
12 years ago
dsputil.asm
Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."
12 years ago
dsputil_avg_template.c
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
12 years ago
dsputil_mmx.c
x86: dsputil: Drop some unused function #defines
12 years ago
dsputil_mmx.h
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
12 years ago
dsputil_qns_template.c
…
dsputil_rnd_template.c
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
12 years ago
dsputilenc.asm
Drop DCTELEM typedef
12 years ago
dsputilenc_mmx.c
dsputil: Move fdct function declarations to dct.h
12 years ago
fdct.c
dsputil: Move fdct function declarations to dct.h
12 years ago
fft.asm
build: Drop AVX assembly ifdefs
12 years ago
fft.h
…
fft_init.c
Remove unnecessary dsputil.h #includes
12 years ago
fmtconvert.asm
x86: SPLATD: port to cpuflags
12 years ago
fmtconvert_init.c
Remove unnecessary dsputil.h #includes
12 years ago
h263_loopfilter.asm
x86: dsputil: Fix h263 loop filter link error in some configurations
12 years ago
h264_chromamc.asm
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
12 years ago
h264_chromamc_10bit.asm
x86: mmx2 ---> mmxext in asm constructs
12 years ago
h264_deblock.asm
x86: h264: Don't use redzone in AVX h264_deblock on Win64
12 years ago
h264_deblock_10bit.asm
x86: mmx2 ---> mmxext in asm constructs
12 years ago
h264_i386.h
…
h264_idct.asm
Drop DCTELEM typedef
12 years ago
h264_idct_10bit.asm
x86: mmx2 ---> mmxext in asm constructs
12 years ago
h264_intrapred.asm
x86: h264_intrapred: Fix C function names in comments
12 years ago
h264_intrapred_10bit.asm
x86: mmx2 ---> mmxext in asm constructs
12 years ago
h264_intrapred_init.c
Add av_cold attributes to arch-specific init functions
12 years ago
h264_qpel.c
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
12 years ago
h264_qpel_8bit.asm
Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."
12 years ago
h264_qpel_10bit.asm
x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
12 years ago
h264_weight.asm
x86: h264_weight: port to cpuflags
12 years ago
h264_weight_10bit.asm
x86: h264_weight_10bit: port to cpuflags
12 years ago
h264chroma_init.c
h264chroma: Remove duplicate 9/10 bit functions
12 years ago
h264dsp_init.c
Add av_cold attributes to arch-specific init functions
12 years ago
hpeldsp.asm
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
12 years ago
idct_mmx_xvid.c
Drop DCTELEM typedef
12 years ago
idct_sse2_xvid.c
Remove unnecessary dsputil.h #includes
12 years ago
idct_xvid.h
Drop DCTELEM typedef
12 years ago
imdct36.asm
x86: include x86inc.asm in x86util.asm
12 years ago
lpc.c
Add av_cold attributes to arch-specific init functions
12 years ago
mathops.h
…
mlpdsp.c
Add av_cold attributes to arch-specific init functions
12 years ago
motion_est.c
Remove unnecessary dsputil.h #includes
12 years ago
mpeg4qpel.asm
x86: mpeg4qpel: Make movsxifnidn do the right thing
12 years ago
mpegaudiodec.c
dsputil: Move LOCAL_ALIGNED macros to libavutil
12 years ago
mpegvideo.c
Remove unnecessary dsputil.h #includes
12 years ago
mpegvideoenc.c
dsputil: Move fdct function declarations to dct.h
12 years ago
mpegvideoenc_template.c
Drop DCTELEM typedef
12 years ago
pngdsp.asm
x86: mmx2 ---> mmxext in asm constructs
12 years ago
pngdsp_init.c
Add av_cold attributes to arch-specific init functions
12 years ago
proresdsp.asm
Drop DCTELEM typedef
12 years ago
proresdsp_init.c
Drop DCTELEM typedef
12 years ago
rv34dsp.asm
Drop DCTELEM typedef
12 years ago
rv34dsp_init.c
Remove unnecessary dsputil.h #includes
12 years ago
rv40dsp.asm
x86: mmx2 ---> mmxext in asm constructs
12 years ago
rv40dsp_init.c
rv34: Drop now unnecessary dsputil dependencies
12 years ago
sbrdsp.asm
x86: sbrdsp: Implement SSE qmf_post_shuffle
12 years ago
sbrdsp_init.c
Add av_cold attributes to arch-specific init functions
12 years ago
simple_idct.c
Remove unnecessary dsputil.h #includes
12 years ago
vc1dsp.asm
x86: PABSW: port to cpuflags
12 years ago
vc1dsp.h
…
vc1dsp_init.c
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
12 years ago
vc1dsp_mmx.c
x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext
12 years ago
videodsp.asm
lavc: introduce VideoDSPContext
12 years ago
videodsp_init.c
Add av_cold attributes to arch-specific init functions
12 years ago
vorbisdsp.asm
vorbisdsp: convert x86 simd functions from inline asm to yasm.
12 years ago
vorbisdsp_init.c
Add av_cold attributes to arch-specific init functions
12 years ago
vp3dsp.asm
vp3: integrate clear_blocks with idct of previous block.
12 years ago
vp3dsp_init.c
Drop DCTELEM typedef
12 years ago
vp8dsp.asm
Drop DCTELEM typedef
12 years ago
vp8dsp_init.c
Drop DCTELEM typedef
12 years ago
vp56_arith.h
…
vp56dsp.asm
x86: yasm: Use complete source path for macro helper %includes
12 years ago
vp56dsp_init.c
Remove unnecessary dsputil.h #includes
12 years ago
w64xmmtest.c
…