82 Commits (b1f01e85a92d401a9b29c79f23db36b7685e8c09)

Author SHA1 Message Date
Diego Biurrun 1a094af638 fft: Split MDCT bits off from FFT 9 years ago
Diego Biurrun 4c297249ac rdft: arm: Split RDFT initialization into a separate file 9 years ago
Diego Biurrun 15a24614ae build: Add vc1dsp component for more fine-grained dependencies 9 years ago
Vittorio Giovara f5ee23004d configure: Factor out g722dsp module 9 years ago
Vittorio Giovara d42191c78b configure: Factor out vp8dsp module 9 years ago
Vittorio Giovara 5cb4bdb2a0 configure: Factor out rv34dsp module 9 years ago
Vittorio Giovara b075869bc1 configure: Factor out flacdsp module 9 years ago
Anton Khirnov 71f1ad37d8 lavc: do not compile fmtconvert unconditionally 10 years ago
Anton Khirnov d74a8cb7e4 fmtconvert: drop unused functions 10 years ago
Peter Meerwald 702458538d g722: Add ARM NEON implementation for g722_apply_qmf() 10 years ago
Diego Biurrun efd26bedec build: Add explanatory comments to (optimization) blocks in the Makefiles 10 years ago
Ben Avison db7f1c7c5a h264: Move start code search functions into separate source files. 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Diego Biurrun adff0a8166 arm: dsputil: Coalesce all init files 10 years ago
Diego Biurrun f46bb608d9 dsputil: Split off pixel block routines into their own context 11 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Diego Biurrun 054013a0fc dsputil: Move APE-specific bits into apedsp 11 years ago
Peter Ross ac4b32df71 On2 VP7 decoder 11 years ago
Diego Biurrun c3a0b3eb64 arm: build: Maintain decoder objects separate from infrastructure objects 11 years ago
Ben Avison 3b5946bcce truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output. 11 years ago
Ben Avison 15a29c39d9 truehd: add hand-scheduled ARM asm version of mlp_filter_channel. 11 years ago
Diego Biurrun 0e083d7e43 build: Group general components separate from de/encoders in arch Makefiles 11 years ago
Martin Storsjö 44a0a98f92 arm: Add an option for making sure NEON registers aren't clobbered 11 years ago
Mason Carter 832e190632 vc1: arm: Add NEON assembly 11 years ago
Diego Biurrun f0389eb777 arm: fmtconvert: Split armv6 fmtconvert code off from vfp code 11 years ago
Diego Biurrun 8506ff97c9 vp56: Mark VP6-only optimizations as such. 11 years ago
Ben Avison 45e10e5c8d arm: Add assembly version of h264_find_start_code_candidate 11 years ago
Martin Storsjö 8b9eba664e arm: Add VFP-accelerated version of fft16 11 years ago
Martin Storsjö ba6836c966 arm: Add VFP-accelerated version of dca_lfe_fir 11 years ago
Martin Storsjö b63bb251ea arm: Add VFP-accelerated version of imdct_half 11 years ago
Ben Avison 41ef1d360b arm: Add VFP-accelerated version of synth_filter_float 11 years ago
Martin Storsjö 86113667c0 arm: Include hpeldsp_neon.o if h264qpel is enabled 12 years ago
Martin Storsjö efb7968cfe arm: Don't unconditionally build dsputil files 12 years ago
Martin Storsjö 36a7df8cf1 arm: Only build the FFT init files if FFT is enabled 12 years ago
Diego Biurrun 186599ffe0 build: cosmetics: Place unconditional before conditional OBJS lines 12 years ago
Diego Biurrun 9b9b2e9f30 build: arm: cosmetics: Place all OBJS declarations in alphabetical order 12 years ago
Ronald S. Bultje 7384b7a713 arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 33552a5f7b arm: Add mathops.h to ARCH_HEADERS list 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Mans Rullgard b326755989 arm: rename ARMVFP config symbol to VFP 12 years ago
Jean-Baptiste Kempf 507dce2536 arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) 12 years ago
Diego Biurrun ac56ff9cc9 build: non-x86: Only compile mpegvideo optimizations when necessary 12 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 12 years ago