35 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Diego Biurrun 76b19a3984 Fix a number of incorrect intmath.h #includes. 13 years ago
  Justin Ruggles 182821cff4 dca: decode directly to the user-provided AVFrame 13 years ago
  Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 13 years ago
  Michael Niedermayer 02d6d05339 dcadec: check xch_base_channel against channel_order_tab. 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Michael Niedermayer ff7e2342bb dcadec: fix reading from prior to an array 13 years ago
  Michael Niedermayer 3b2cd83a82 dcadec: check lfe field 13 years ago
  Michael Niedermayer 5d47850bbd dcadec: skip QMF on unused channels 13 years ago
  Michael Niedermayer 42dde253ec dcadec: fix av_log level 13 years ago
  Michael Niedermayer a0212ecf84 dcadec: check layout & channel count for consistency. 13 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 13 years ago
  Justin Ruggles 8ac0f6767b dcadec: allow the decoder to change the channel layout mid-stream 13 years ago
  Nick Brereton 09ea482d5d Fix #1827, segfault with XXCH samples when downsampling. 13 years ago
  Michael Niedermayer b4e6265136 dcadec: skip QMF on unused channels 13 years ago
  Justin Ruggles 61d5313d94 dca: allocate a secondary buffer for extra channels when downmixing 13 years ago
  Justin Ruggles 64c312aa29 dcadec: use float planar sample format 13 years ago
  Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 13 years ago
  Michael Niedermayer 36c2694d83 dcadec: fix "set but not used" variable 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 13 years ago
  Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 13 years ago
  Diego Biurrun 13a79cf84e dca: Rename dca.c ---> dcadec.c 13 years ago
  Nick Brereton e03077c432 Fix DCA-XXCH extension scaling for embedded downmixes. 13 years ago
  Nick Brereton 73154feec1 Fix ordering of XXCH downmix coefficients. 13 years ago
  Hendrik Leppkes 65219c3851 dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR. 13 years ago
  Michael Niedermayer e8e733adcc dca: favor native over ffmpeg in table name 13 years ago
  Michael Niedermayer 84d73e9d5d dca: fix project reference in table name 13 years ago
  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 14 years ago
  Michael Niedermayer 8e77c3846e dcadec: fix global array overread. 14 years ago
  Kostya Shishkov 681e726865 dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 14 years ago
  Ronald S. Bultje 93b53ffb1a dca: don't use av_clip_uintp2(). 14 years ago
  Ronald S. Bultje e6ffd997cb dca: prevent accessing static arrays with invalid indexes. 14 years ago
  Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 14 years ago
  Michael Niedermayer d7bce4a274 dca: dont overread dca_default_coeffs. 14 years ago
  Michael Niedermayer 51db9a97e9 dca: Check scale_sum. 14 years ago
  Michael Niedermayer d6bc273bac dca: Check LFEScaleIndex. 14 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
  Michael Niedermayer 53918a1c54 dca: Fix uninitialized variable warnings. 14 years ago
  Shitiz Garg f37b4efe03 dca: K&R formatting cosmetics 14 years ago
  Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 14 years ago
  Alex Converse 999e7ebd23 dca: Replace oversized unused get_bits() with skip_bits_long(). 14 years ago
  Mans Rullgard cc276c85d1 Make channel layout masks unsigned 14 years ago
  Mans Rullgard 00a856e3f9 dca: ARMv6 optimised decode_blockcode() 14 years ago
  Justin Ruggles 272fcc32bb dca: handle errors from dca_decode_block() 14 years ago
  Justin Ruggles aae6eead6a dca: return error if the frame header is invalid 14 years ago
  Justin Ruggles f44059d260 dca: return proper error codes instead of -1 14 years ago