138 Commits (bc00da27010ed9e5dbe47e5b6fae3dcddb999d78)

Author SHA1 Message Date
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
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 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
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
Justin Ruggles 9aa8193a23 Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Diego Biurrun 43fb279f56 Replace more FFmpeg instances by Libav or ffmpeg. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anssi Hannula 7e06e0ede3 dca: use EXT_AUDIO_ID field to determine core extensions 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 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 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 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