| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable j. | Michael Niedermayer | 2009-10-28 | 1 | -1/+1 |
* | Split synth filter out of dca.c. | Michael Niedermayer | 2009-10-28 | 1 | -31/+5 |
* | Fix 100l incorrect bitmask check. | Reimar Döffinger | 2009-10-10 | 1 | -1/+1 |
* | dca and aac decoders use float_to_int16_interleave, so check for | David Conrad | 2009-10-08 | 1 | -1/+1 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | DCA: move an aligned array from stack to context | Måns Rullgård | 2009-09-10 | 1 | -5/+5 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC | Kostya Shishkov | 2009-04-21 | 1 | -8/+30 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -4/+4 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add support for parsing and decoding DCA-HD streams. | Kostya Shishkov | 2008-11-29 | 1 | -2/+3 |
* | Proper channel output reordering for the dca decoder. | Benjamin Larsson | 2008-11-15 | 1 | -10/+63 |
* | Comment typo | Benjamin Larsson | 2008-11-11 | 1 | -1/+1 |
* | Remove channel layout table that only should be used by encoders. | Benjamin Larsson | 2008-11-11 | 1 | -17/+0 |
* | Change the dca channel layout, S -> SIDE not BACK. | Benjamin Larsson | 2008-11-02 | 1 | -14/+14 |
* | Change multichannel API define prefix from "CHANNEL_" to "CH_". | Andreas Öman | 2008-11-02 | 1 | -32/+32 |
* | Guess channel layout based on the number of channels if a custom layout is sp... | Benjamin Larsson | 2008-11-01 | 1 | -5/+0 |
* | Add channel layouts for dca. | Benjamin Larsson | 2008-11-01 | 1 | -0/+57 |
* | Fix compilation, remove stray ; | Benjamin Larsson | 2008-10-28 | 1 | -1/+1 |
* | Fix selection of quant step table | Benjamin Larsson | 2008-10-28 | 1 | -2/+4 |
* | Disable codec downmix when not using simd instead of silently produce silence | Benjamin Larsson | 2008-10-26 | 1 | -5/+6 |
* | Fix dca decoder with non simd float2int16 conversion | Benjamin Larsson | 2008-10-26 | 1 | -8/+16 |
* | Fix compilation with TRACE | Benjamin Larsson | 2008-10-26 | 1 | -4/+4 |
* | Remove the cos_mod table that has become unused after replacing the imdct | Michael Niedermayer | 2008-08-30 | 1 | -34/+0 |
* | Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). | Michael Niedermayer | 2008-08-30 | 1 | -28/+37 |
* | Get rid of the 512 sample memmove(). | Michael Niedermayer | 2008-08-30 | 1 | -4/+10 |
* | Half the size of subband_fir_noidea and get rid of memmove & memset of it. | Michael Niedermayer | 2008-08-29 | 1 | -10/+9 |
* | Move t1 and t2 declaration from the QMF code closer to where they are used. | Michael Niedermayer | 2008-08-29 | 1 | -4/+2 |
* | Simplify (drop useless intermediate sum and diff arrays). | Michael Niedermayer | 2008-08-29 | 1 | -10/+3 |
* | 5,1l: samples_chanptr[] should be (const float *) | Andreas Öman | 2008-08-29 | 1 | -1/+1 |
* | dca: Set data_size outside block loop. | Andreas Öman | 2008-08-29 | 1 | -2/+1 |
* | dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte... | Andreas Öman | 2008-08-29 | 1 | -10/+7 |
* | Correct scaling factor in DCA decoder synthesis. | Alexander E. Patrakov | 2008-08-24 | 1 | -1/+1 |
* | Remove redundant FFMIN(). | Michael Niedermayer | 2008-08-23 | 1 | -4/+4 |
* | Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail | Alexander E. Patrakov | 2008-08-23 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Only set channels in the stream if previously unset, fixes resampling crash o... | Benjamin Larsson | 2008-04-10 | 1 | -1/+8 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | Don't use unchecked data from the bitstream. | Benjamin Larsson | 2008-03-06 | 1 | -2/+10 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -6/+6 |
* | Fix const qualifer issues found by -Wcast-qual. | Michael Niedermayer | 2008-02-01 | 1 | -9/+10 |
* | check for request_channels in dca init function | Justin Ruggles | 2008-01-05 | 1 | -0/+7 |
* | Enable proper output from the LFE channel, based on patch from Mathias Rauen ... | Benjamin Larsson | 2008-01-04 | 1 | -1/+1 |
* | Make DCA decoder honor avctx->request_channels in a more advisory way. | Andreas Öman | 2007-12-15 | 1 | -14/+3 |
* | Use the correct "const float *" type for variable instead of casting const away. | Reimar Döffinger | 2007-12-02 | 1 | -3/+3 |