| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Set data_size to zero when DCA header parse failed | Limin Wang | 2007-09-06 | 1 | -0/+1 |
* | Add request_channels member to AVCodecContext so we now have a proper | Reimar Döffinger | 2007-08-23 | 1 | -0/+1 |
* | fix dca_bitalloc_index decoder init | Sergey Vlasov | 2007-05-24 | 1 | -1/+1 |
* | Fix dca.c compilation with #define TRACE | Sergey Vlasov | 2007-05-24 | 1 | -0/+2 |
* | Better error reporting. | Benjamin Larsson | 2007-05-18 | 1 | -2/+4 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | Move dca parser to its own file. | Diego Biurrun | 2007-05-03 | 1 | -108/+1 |
* | cosmetics: indention after last commit | Justin Ruggles | 2007-05-02 | 1 | -4/+4 |
* | use downmixing coefficients in dca decoder. | Justin Ruggles | 2007-05-02 | 1 | -19/+34 |
* | enable multichannel output in dca decoder. | Justin Ruggles | 2007-05-02 | 1 | -3/+19 |
* | fix exploitable buffer overflow | Michael Niedermayer | 2007-04-27 | 1 | -0/+3 |
* | 1000l to myself as used VLC indexes were totally wrong | Kostya Shishkov | 2007-04-24 | 1 | -6/+6 |
* | changes some function declarations from () to (void) as per ansi c. | Stefan Huehner | 2007-04-04 | 1 | -1/+1 |
* | DCA decoder | Kostya Shishkov | 2007-02-27 | 1 | -0/+1322 |