..
Makefile
hevc: SSE2 and SSSE3 loop filters
10 years ago
ac3dsp.asm
x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belong
11 years ago
ac3dsp_init.c
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
11 years ago
apedsp.asm
dsputil: Move APE-specific bits into apedsp
11 years ago
apedsp_init.c
dsputil: Move APE-specific bits into apedsp
11 years ago
audiodsp.asm
dsputil: Split audio operations off into a separate context
11 years ago
audiodsp.h
dsputil: Split audio operations off into a separate context
11 years ago
audiodsp_init.c
dsputil: Split audio operations off into a separate context
11 years ago
audiodsp_mmx.c
dsputil: Split audio operations off into a separate context
11 years ago
blockdsp.c
x86: Unconditionally compile blockdsp and svq1enc init files
11 years ago
bswapdsp.asm
dsputil: Split bswap*_buf() off into a separate context
11 years ago
bswapdsp_init.c
dsputil: Split bswap*_buf() off into a separate context
11 years ago
cabac.h
x86: cabac: Use correct #includes to make header compile standalone
11 years ago
cavsdsp.c
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
10 years ago
constants.c
…
constants.h
…
dca.h
x86: dca: Add missing multiple inclusion guards
11 years ago
dcadsp.asm
x86/synth_filter: remove the fma3 version ifdefs
11 years ago
dcadsp_init.c
x86/synth_filter: remove the fma3 version ifdefs
11 years ago
dct-test.c
dct-test: Move arch-specific bits into arch-specific subdirectories
10 years ago
dct32.asm
…
dct_init.c
…
deinterlace.asm
Update dsputil- and SIMD-related comments to match reality more closely
11 years ago
dnxhdenc.asm
DNxHD: convert inline asm to yasm
11 years ago
dnxhdenc_init.c
x86: dnxhdenc: Eliminate some unnecessary ifdefs
10 years ago
fdct.c
fdct: Move x86-specific declarations to a header in the x86 directory
10 years ago
fdct.h
fdct: Move x86-specific declarations to a header in the x86 directory
10 years ago
fdctdsp_init.c
fdct: Move x86-specific declarations to a header in the x86 directory
10 years ago
fft.asm
…
fft.h
…
fft_init.c
…
fmtconvert.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
fmtconvert_init.c
…
fpel.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
fpel.h
x86: dsputil: Move fpel declarations to a separate header
11 years ago
fpel_mmx.c
x86: dsputil: Move fpel declarations to a separate header
11 years ago
h263_loopfilter.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h263dsp_init.c
…
h264_chromamc.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_chromamc_10bit.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_deblock.asm
Update Fiona's name in copyright statements.
11 years ago
h264_deblock_10bit.asm
Update Fiona's name in copyright statements.
11 years ago
h264_i386.h
…
h264_idct.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_idct_10bit.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_intrapred.asm
Update Fiona's name in copyright statements.
11 years ago
h264_intrapred_10bit.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_intrapred_init.c
Update Fiona's name in copyright statements.
11 years ago
h264_qpel.c
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
10 years ago
h264_qpel_8bit.asm
…
h264_qpel_10bit.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_weight.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264_weight_10bit.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
h264chroma_init.c
x86: Drop some unnecessary YASM ifdefs
11 years ago
h264dsp_init.c
x86: h264dsp: Fix link failure with optimizations disabled
11 years ago
hevc_deblock.asm
hevc: SSE2 and SSSE3 loop filters
10 years ago
hevcdsp_init.c
hevc: SSE2 and SSSE3 loop filters
10 years ago
hpeldsp.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
hpeldsp.h
x86: dsputil: Move hpeldsp-related declarations to a separate header
11 years ago
hpeldsp_init.c
x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_init
11 years ago
hpeldsp_mmx.c
x86: dsputil: Move hpeldsp-related declarations to a separate header
11 years ago
hpeldsp_rnd_template.c
Add missing headers to make template files compile (more) standalone
11 years ago
huffyuvdsp.asm
dsputil: Split off HuffYUV decoding bits into their own context
11 years ago
huffyuvdsp_init.c
x86: huffyuvdsp: Move inline assembly to init file
11 years ago
huffyuvencdsp_mmx.c
dsputil: Split off HuffYUV encoding bits into their own context
11 years ago
idct_mmx_xvid.c
dsputil: Split off IDCT bits into their own context
11 years ago
idct_sse2_xvid.c
dsputil: Split off IDCT bits into their own context
11 years ago
idct_xvid.h
…
idctdsp.h
dsputil: Split off IDCT bits into their own context
11 years ago
idctdsp_init.c
simple_idct: Move x86-specific declarations to a header in the x86 directory
10 years ago
idctdsp_mmx.c
dsputil: Split off IDCT bits into their own context
11 years ago
imdct36.asm
…
inline_asm.h
x86: dsputil: Move inline assembly macros to a separate header
11 years ago
lpc.c
Update dsputil- and SIMD-related comments to match reality more closely
11 years ago
mathops.h
…
me_cmp.asm
dsputil: Split motion estimation compare bits off into their own context
10 years ago
me_cmp_init.c
dsputil: Split motion estimation compare bits off into their own context
10 years ago
mlpdsp.c
…
mpegaudiodsp.c
Update dsputil- and SIMD-related comments to match reality more closely
11 years ago
mpegvideo.c
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
11 years ago
mpegvideodsp.c
dsputil: Split off global motion compensation bits into a separate context
11 years ago
mpegvideoenc.c
x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercase
11 years ago
mpegvideoenc_qns_template.c
dsputil: Split off *_8x8basis to a separate context
11 years ago
mpegvideoenc_template.c
fdct: Move x86-specific declarations to a header in the x86 directory
10 years ago
mpegvideoencdsp.asm
dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
11 years ago
mpegvideoencdsp_init.c
dsputil: Move draw_edges() to mpegvideoencdsp
11 years ago
pixblockdsp.asm
dsputil: Split off pixel block routines into their own context
11 years ago
pixblockdsp_init.c
dsputil: Split off pixel block routines into their own context
11 years ago
pngdsp.asm
…
pngdsp_init.c
…
proresdsp.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
proresdsp_init.c
idct: Convert IDCT permutation #defines to an enum
10 years ago
qpel.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
qpeldsp.asm
dsputil: Split off quarterpel bits into their own context
11 years ago
qpeldsp_init.c
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
10 years ago
rnd_template.c
x86: dsputil: Move inline assembly macros to a separate header
11 years ago
rv34dsp.asm
…
rv34dsp_init.c
…
rv40dsp.asm
Update Fiona's name in copyright statements.
11 years ago
rv40dsp_init.c
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
10 years ago
sbrdsp.asm
x86: Make function prototype comments in assembly code consistent
11 years ago
sbrdsp_init.c
…
simple_idct.c
simple_idct: Move x86-specific declarations to a header in the x86 directory
10 years ago
simple_idct.h
simple_idct: Move x86-specific declarations to a header in the x86 directory
10 years ago
svq1enc.c
x86: Unconditionally compile blockdsp and svq1enc init files
11 years ago
vc1dsp.asm
…
vc1dsp.h
…
vc1dsp_init.c
x86: dsputil: Move fpel declarations to a separate header
11 years ago
vc1dsp_mmx.c
x86: dsputil: Move fpel declarations to a separate header
11 years ago
videodsp.asm
…
videodsp_init.c
…
vorbisdsp.asm
…
vorbisdsp_init.c
x86: Drop some unnecessary YASM ifdefs
11 years ago
vp3dsp.asm
…
vp3dsp_init.c
Remove a number of unnecessary dsputil.h #includes
11 years ago
vp6dsp.asm
…
vp6dsp_init.c
…
vp8dsp.asm
Update Fiona's name in copyright statements.
11 years ago
vp8dsp_init.c
Update Fiona's name in copyright statements.
11 years ago
vp8dsp_loopfilter.asm
Update Fiona's name in copyright statements.
11 years ago
vp9dsp.asm
…
vp9dsp_init.c
…
vp56_arith.h
…
w64xmmtest.c
…