145 Commits (cc69ccb6d44042b1f795da66306116b0964af996)

Author SHA1 Message Date
Nick Brereton cd8bef969a Generate channel layout, reordering for DTS-XXCH extension and, undo embedded downmixes 13 years ago
Nick Brereton 16f6c16ac0 Parse & decode DTS XXCH frames 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
Nick Brereton 8036a69e6b Decode XBR extension in first asset 13 years ago
Michael Niedermayer 8e77c3846e dcadec: fix global array overread. 13 years ago
Kostya Shishkov 681e726865 dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 13 years ago
Ronald S. Bultje 93b53ffb1a dca: don't use av_clip_uintp2(). 13 years ago
Ronald S. Bultje e6ffd997cb dca: prevent accessing static arrays with invalid indexes. 13 years ago
Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 13 years ago
Michael Niedermayer d7bce4a274 dca: dont overread dca_default_coeffs. 13 years ago
Michael Niedermayer 51db9a97e9 dca: Check scale_sum. 13 years ago
Michael Niedermayer d6bc273bac dca: Check LFEScaleIndex. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Michael Niedermayer 53918a1c54 dca: Fix uninitialized variable warnings. 13 years ago
Shitiz Garg f37b4efe03 dca: K&R formatting cosmetics 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Alex Converse 999e7ebd23 dca: Replace oversized unused get_bits() with skip_bits_long(). 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Mans Rullgard 00a856e3f9 dca: ARMv6 optimised decode_blockcode() 13 years ago
Justin Ruggles 272fcc32bb dca: handle errors from dca_decode_block() 13 years ago
Justin Ruggles aae6eead6a dca: return error if the frame header is invalid 13 years ago
Justin Ruggles f44059d260 dca: return proper error codes instead of -1 13 years ago
Carl Eugen Hoyos 246c8dac3e Fix dca decoding for many samples after last commit. 13 years ago
Carl Eugen Hoyos ad2d597292 Be less verbose about dca channel number changes. 13 years ago
Carl Eugen Hoyos 81cd96caee Remove unused dca context variable. 13 years ago
Hendrik Leppkes 7b6ae0e849 dca: allow the channel count to change. 13 years ago
Mans Rullgard d4999e0a79 dca: ARMv6 optimised decode_blockcode() 13 years ago
Mans Rullgard 559c244d42 dca: fix signed overflow in shift 13 years ago
Mans Rullgard bf5d46d8e6 dca: NEON optimised high freq VQ decoding 13 years ago
Mans Rullgard bf00a73ace dca: clear inactive subbands only once in qmf_32_subbands() 13 years ago
Mans Rullgard a92a1b93b4 dca: use vector_fmac_scalar from dsputil 13 years ago
John Stebbins 49c7006c7e dca: set AVCodecContext frame_size for DTS audio 14 years ago
Diego Biurrun be73d76b34 cosmetics: fix some then/than typos 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Justin Ruggles 9aa8193a23 Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
Alexandre Colucci a37f7b6246 Support native DTS channel order when requested. 14 years ago
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