You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
..
Makefile build: miscellaneous cosmetics 9 years ago
ac3dsp.asm x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belong 11 years ago
ac3dsp_init.c x86: ac3dsp: Drop forward declaration for nonexisting function 9 years ago
apedsp.asm x86inc: Drop SECTION_TEXT macro 9 years ago
apedsp_init.c dsputil: Move APE-specific bits into apedsp 11 years ago
audiodsp.asm x86inc: Drop SECTION_TEXT macro 9 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 x86inc: Drop SECTION_TEXT macro 9 years ago
bswapdsp_init.c dsputil: Split bswap*_buf() off into a separate context 11 years ago
cabac.h cosmetics: Fix spelling mistakes 9 years ago
cavsdsp.c x86: cavs: Remove an unneeded scratch buffer 10 years ago
constants.c
constants.h
dca.h
dcadsp.asm dca: remove unused decode_hf function and quant_d tables 9 years ago
dcadsp_init.c dca: remove unused decode_hf function and quant_d tables 9 years ago
dct32.asm x86inc: Drop SECTION_TEXT macro 9 years ago
dct_init.c x86: dct: Disable dct32_float_sse on x86-64 9 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: Split MDCT bits off from FFT 9 years ago
fft.h fft: Split MDCT bits off from FFT 9 years ago
fft_init.c fft: Split MDCT bits off from FFT 9 years ago
fmtconvert.asm x86: use emms after ff_int32_to_float_fmul_scalar_sse 9 years ago
fmtconvert_init.c fmtconvert: drop unused functions 10 years ago
fpel.asm
fpel.h
fpel_mmx.c
h263_loopfilter.asm x86inc: Drop SECTION_TEXT macro 9 years ago
h263dsp_init.c
h264_chromamc.asm cosmetics: Fix spelling mistakes 9 years ago
h264_chromamc_10bit.asm
h264_deblock.asm x86inc: Support arbitrary stack alignments 9 years ago
h264_deblock_10bit.asm Update Fiona's name in copyright statements. 11 years ago
h264_i386.h cosmetics: Fix spelling mistakes 9 years ago
h264_idct.asm
h264_idct_10bit.asm
h264_intrapred.asm x86: h264_intrapred: Don't treat 32-bit integers as 64-bit 10 years ago
h264_intrapred_10bit.asm
h264_intrapred_init.c Update Fiona's name in copyright statements. 11 years ago
h264_qpel.c h264_qpel: Use the correct header 10 years ago
h264_qpel_8bit.asm
h264_qpel_10bit.asm
h264_weight.asm h264_weight: Fix SSSE3 biweight code with weights of 128 10 years ago
h264_weight_10bit.asm
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_deblock: Fix compilation with nasm 10 years ago
hevc_mc.asm hevcdsp: use a macro for .rodata section 9 years ago
hevcdsp_init.c x86: hevc: Fix linking with both yasm and optimizations disabled 9 years ago
hpeldsp.asm x86inc: Drop SECTION_TEXT macro 9 years ago
hpeldsp.h
hpeldsp_init.c lavc: AV-prefix all codec flags 9 years ago
hpeldsp_mmx.c
hpeldsp_rnd_template.c Add missing headers to make template files compile (more) standalone 11 years ago
huffyuvdsp.asm x86inc: Drop SECTION_TEXT macro 9 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
idctdsp.h dsputil: Split off IDCT bits into their own context 11 years ago
idctdsp_init.c xvididct: Ensure that the scantable permutation is always set correctly 10 years ago
idctdsp_mmx.c dsputil: Split off IDCT bits into their own context 11 years ago
imdct36.asm x86inc: Drop SECTION_TEXT macro 9 years ago
inline_asm.h cosmetics: Fix spelling mistakes 9 years ago
lpc.c
mathops.h x86: Put COPY3_IF_LT under HAVE_6REGS 10 years ago
mdct.h fft: Split MDCT bits off from FFT 9 years ago
mdct_init.c fft: Split MDCT bits off from FFT 9 years ago
me_cmp.asm dsputil: Split motion estimation compare bits off into their own context 10 years ago
me_cmp_init.c lavc: AV-prefix all codec flags 9 years ago
mlpdsp.c
mpegaudiodsp.c
mpegvideo.c cosmetics: Fix spelling mistakes 9 years ago
mpegvideodsp.c dsputil: Split off global motion compensation bits into a separate context 11 years ago
mpegvideoenc.c mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
mpegvideoenc_qns_template.c dsputil: Split off *_8x8basis to a separate context 11 years ago
mpegvideoenc_template.c mpegvideo: Make sure mpegutils.h is included where needed 9 years ago
mpegvideoencdsp.asm dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
mpegvideoencdsp_init.c lavc: AV-prefix all codec flags 9 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 x86inc: Drop SECTION_TEXT macro 9 years ago
pngdsp_init.c
proresdsp.asm x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
proresdsp_init.c idct: Convert IDCT permutation #defines to an enum 10 years ago
qpel.asm
qpeldsp.asm x86inc: Drop SECTION_TEXT macro 9 years ago
qpeldsp_init.c qpeldsp: Mark source pointer in qpel_mc_func function pointer const 10 years ago
rnd_template.c
rv34dsp.asm
rv34dsp_init.c
rv40dsp.asm cosmetics: Fix spelling mistakes 9 years ago
rv40dsp_init.c qpeldsp: Mark source pointer in qpel_mc_func function pointer const 10 years ago
sbrdsp.asm x86inc: Drop SECTION_TEXT macro 9 years ago
sbrdsp_init.c
simple_idct.c idctdsp: Add global function pointers for {add|put}_pixels_clamped functions 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
v210enc.asm v210: Add avx2 version of the 10-bit line encoder 9 years ago
v210enc_init.c v210: Use separate sample_factors 9 years ago
vc1dsp.asm
vc1dsp.h
vc1dsp_init.c
vc1dsp_mmx.c cosmetics: Fix spelling mistakes 9 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 lavc: AV-prefix all codec flags 9 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
xvididct.h cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs 10 years ago
xvididct_init.c xvid: Add C IDCT 10 years ago
xvididct_mmx.c x86: xvid: K&R formatting cosmetics 10 years ago
xvididct_sse2.c x86: xvid: K&R formatting cosmetics 10 years ago