160 Commits (eea08efc0df3cc488bcbcdb844fc50ac3d87ec5b)

Author SHA1 Message Date
Reimar Döffinger 636ee66f1c Fix data_size handling for AC3 and dca decoders. 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Reimar Döffinger bde9671795 dca: allow selecting float output at runtime. 14 years ago
Diego Biurrun 43fb279f56 Replace more FFmpeg instances by Libav or ffmpeg. 14 years ago
clsid2 0e09997fa4 Libavcodec AC3/E-AC3/DTS decoders now output floating point data. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anssi Hannula 853daff682 dca: use EXT_AUDIO_ID field to determine core extensions 14 years ago
Anssi Hannula 7e06e0ede3 dca: use EXT_AUDIO_ID field to determine core extensions 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov fbdcdaee6e Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Gianluigi Tiesi 8a92ec71b3 dca: avoid C99 declaration in for() expression 14 years ago
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Gianluigi Tiesi e86e858111 dca: avoid C99 declaration in for() expression 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Justin Ruggles 79ce107847 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 733dbe7d18 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles b5ec638343 cosmetics: indentation and spacing 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
Anssi Hannula 6345dfcfd0 dca: add profile names 14 years ago
Anssi Hannula cf9cb1f99a dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA 14 years ago
Anssi Hannula f4096bf6ee dca: add profile names 14 years ago
Anssi Hannula 8f4a5d225c dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA 14 years ago
Justin Ruggles d425a03b59 cosmetics: reindent 14 years ago
Daniel Kang 1360f07e22 Add check for changing number of channels in DCA. 14 years ago
Anssi Hannula 39f4d32908 Fix reading over the end of the allocated buffer. 14 years ago
Anssi Hannula f5a2d285f9 Export dca profile information. 14 years ago
Anssi Hannula df1c694c58 Verify FSIZE96 when encountering X96 sync code. 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 14 years ago
Nick Brereton ace7f813cd dca: fix dynrange coefficient in xch 15 years ago
Nick Brereton df9844937f DCA: fix multichannel -> 2 channel downmix. 15 years ago
Nick Brereton 08634e7bda Setup correct channel value when downmixing is required. 15 years ago
Christophe Gisquet f2401c214d Use math constant instead of hardcoded rounded value for sqrt(0.5). 15 years ago
Nick Brereton b12b16c5d3 Fix side channels when XCh extension is present. 15 years ago
Nick Brereton d0a1885018 Move XCH parameters into context structure. 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Nick Brereton 0712c230ae DCA: Occasionally a false XCH sync word can turn up after the core DTS data, 15 years ago
Benjamin Larsson 324a94b022 DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing 15 years ago
Nick Brereton d1177cb589 Support DTS-ES extension (XCh) in dca: Cosmetic cleanup 15 years ago
Nick Brereton 774e9acfa7 Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension 15 years ago
Nick Brereton 3d5a9ba1af Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings 15 years ago
Nick Brereton 6baef06e8f Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code 15 years ago
Nick Brereton 77b4b7c383 Support DTS-ES extension (XCh) in dca: move subband_samples into context structure 15 years ago