25 Commits (7f6e05cdfd1242a6774e89283b6e2cefde191590)

Author SHA1 Message Date
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Peter Ross ccfcddb3f2 Bink version 'b' audio decoder 14 years ago
Peter Ross 8a8c283edd binkaudio: simplify frame_len_bits and frame_len calculation 14 years ago
Peter Ross a304def1dc binkaudio: remove unnecessary loop 14 years ago
Peter Ross 582ac86d19 binkaudio: perform band table scaling in decode_init 14 years ago
Peter Ross 71f88b1f38 binkaudio: remove unused copy of AVCodecContext* 14 years ago
Peter Ross 9806fbd535 binkaudio: fix channel count check 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Vitor Sessak c2b774a04e Make code using 1d-DCT consistent with the API change 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Peter Ross b41ec742ea Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Peter Ross 54063e37c1 Perform coefficient transformations in Bink Audio DCT decoder (issue1770) 15 years ago
Peter Ross c8c77d8d97 Use reported_size to truncate final Bink Audio frame 15 years ago
Daniel Verkamp e0ae359115 Fix compilation of binkaudio_rdft when dct is disabled 15 years ago
Daniel Verkamp abafc87c46 Update binkaudio to new DECLARE_ALIGNED syntax 15 years ago
Peter Ross c0d3f516cb Bink Audio decoder 15 years ago