23 Commits (90ac0e5f29ba4730cd92d3268938b3730823e52b)

Author SHA1 Message Date
Michael Niedermayer 97c00edaa0 avcodec/mlpdsp: Fix signed integer overflow, 2nd try 7 years ago
Michael Niedermayer 4f7f70738e avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output() 7 years ago
Michael Niedermayer 1d04fc94e1 avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 74dc728a2c avcodec/mlp: Fix multiple runtime error: left shift of negative value -1 8 years ago
Ben Avison b01a2562ae truehd: break out part of output_data into platform-specific callback. 11 years ago
Ben Avison 3f4e73afe9 truehd: break out part of rematrix_channels into platform-specific callback. 11 years ago
Ben Avison 87b128d5ef truehd: add hand-scheduled ARM asm version of mlp_filter_channel. 11 years ago
Ben Avison b9eb03416d truehd: break out part of output_data into platform-specific callback. 11 years ago
Ben Avison 4e5aa080bb truehd: break out part of rematrix_channels into platform-specific callback. 11 years ago
Ben Avison 15a29c39d9 truehd: add hand-scheduled ARM asm version of mlp_filter_channel. 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Luca Barbato 2d6caade22 dsputil: split out mlp dsp function 12 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 7de9da9ba7 Move prototypes for various dsputil init functions to dsputil.h 15 years ago
Ramiro Polla cbd7836e88 mlp: Re-enable x86-optimized DSP functions. 16 years ago
Ramiro Polla 364f4a3620 Revert part of r18903: 16 years ago
Ramiro Polla 5624766d18 MLP DSP functions x86-optimized. 16 years ago
Ramiro Polla 13bd2044d3 mlp: Simplify adressing of state and coeffs arrays for both filters by making 16 years ago
Ramiro Polla 42e64bf874 mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. 16 years ago
Ramiro Polla bf4f19dc65 mlpdec: Move MLP's filter_channel() to dsputils. 16 years ago