| Commit message (Expand) | Author | Age | Files | Lines |
* | dca: use EXT_AUDIO_ID field to determine core extensions | Anssi Hannula | 2011-02-24 | 1 | -20/+49 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -2/+2 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -2/+5 |
* | dca: avoid C99 declaration in for() expression | Gianluigi Tiesi | 2011-02-01 | 1 | -1/+3 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -2/+2 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -7/+6 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -28/+19 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | dca: add profile names | Anssi Hannula | 2011-01-21 | 1 | -0/+10 |
* | dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA | Anssi Hannula | 2011-01-21 | 1 | -5/+2 |
* | cosmetics: reindent | Justin Ruggles | 2011-01-18 | 1 | -1/+1 |
* | Add check for changing number of channels in DCA. | Daniel Kang | 2011-01-18 | 1 | -0/+9 |
* | Fix reading over the end of the allocated buffer. | Anssi Hannula | 2011-01-09 | 1 | -1/+15 |
* | Export dca profile information. | Anssi Hannula | 2011-01-06 | 1 | -3/+351 |
* | Verify FSIZE96 when encountering X96 sync code. | Anssi Hannula | 2011-01-06 | 1 | -3/+9 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -20/+21 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Add the CODEC_CAP_CHANNEL_CONF capability code and add | Benjamin Larsson | 2010-10-02 | 1 | -0/+1 |
* | dca: fix dynrange coefficient in xch | Nick Brereton | 2010-07-31 | 1 | -1/+1 |
* | DCA: fix multichannel -> 2 channel downmix. | Nick Brereton | 2010-07-27 | 1 | -14/+33 |
* | Setup correct channel value when downmixing is required. | Nick Brereton | 2010-07-27 | 1 | -5/+6 |
* | Use math constant instead of hardcoded rounded value for sqrt(0.5). | Christophe Gisquet | 2010-07-12 | 1 | -2/+2 |
* | Fix side channels when XCh extension is present. | Nick Brereton | 2010-07-12 | 1 | -0/+14 |
* | Move XCH parameters into context structure. | Nick Brereton | 2010-07-12 | 1 | -6/+11 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | DCA: Occasionally a false XCH sync word can turn up after the core DTS data, | Nick Brereton | 2010-07-05 | 1 | -1/+7 |
* | DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa... | Benjamin Larsson | 2010-07-05 | 1 | -3/+3 |
* | Support DTS-ES extension (XCh) in dca: Cosmetic cleanup | Nick Brereton | 2010-06-22 | 1 | -23/+23 |
* | Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension | Nick Brereton | 2010-06-22 | 1 | -64/+131 |
* | Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ... | Nick Brereton | 2010-06-22 | 1 | -34/+71 |
* | Support DTS-ES extension (XCh) in dca: move original code around to allow reu... | Nick Brereton | 2010-06-22 | 1 | -91/+110 |
* | Support DTS-ES extension (XCh) in dca: move subband_samples into context stru... | Nick Brereton | 2010-06-22 | 1 | -5/+7 |
* | Fix typo in macro name. | Nick Brereton | 2010-06-20 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -4/+0 |
* | DCA: indent | Måns Rullgård | 2010-04-13 | 1 | -19/+19 |
* | DCA: optimise dca_subsubframe() | Måns Rullgård | 2010-04-13 | 1 | -19/+13 |
* | DCA: break out lfe_interpolation_fir() inner loops to a function | Måns Rullgård | 2010-04-12 | 1 | -21/+9 |
* | DCA: use FASTDIV in decode_blockcode() | Måns Rullgård | 2010-04-12 | 1 | -2/+4 |
* | DCA: simplify lfe_interpolation_fir() | Måns Rullgård | 2010-04-12 | 1 | -10/+19 |
* | DCA: use a local variable for loop boundary | Måns Rullgård | 2010-04-12 | 1 | -1/+2 |
* | DCA: use some type-punning in qmf_32_subbands() | Måns Rullgård | 2010-04-12 | 1 | -2/+3 |
* | Make synth_filter a function pointer | Måns Rullgård | 2010-04-10 | 1 | -1/+3 |
* | DCA: align some arrays | Måns Rullgård | 2010-04-10 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -3/+3 |
* | Fixed a segfault in the DCA decoder with corrupted streams. | Laurent Aimar | 2010-02-26 | 1 | -0/+4 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -3/+3 |
* | Remove unused variable j. | Michael Niedermayer | 2009-10-28 | 1 | -1/+1 |