Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add downmixing support to libfaad decoder | Justin Ruggles | 2008-01-05 | 1 | -3/+4 |
| | | | | Originally committed as revision 11422 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | do not set channels before checking request_channels | Justin Ruggles | 2008-01-05 | 1 | -1/+2 |
| | | | | Originally committed as revision 11414 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | adjust output channels based on AVCodecContext.request_channels in AC3 parser | Justin Ruggles | 2008-01-05 | 1 | -0/+7 |
| | | | | Originally committed as revision 11412 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-01-03 | 1 | -1/+1 |
| | | | | Originally committed as revision 11387 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | remove workaround which is no longer needed due to | Justin Ruggles | 2008-01-03 | 1 | -7/+0 |
| | | | | | | AVCodecContext.request_channels Originally committed as revision 11386 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | factorize code and add safety check to prevent memcpying negative amounts | Michael Niedermayer | 2007-10-13 | 1 | -13/+8 |
| | | | | Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: rename for consistency after previous aac and ac3 parsers move | Aurelien Jacobs | 2007-05-08 | 1 | -2/+2 |
| | | | | Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 1 | -0/+91 |
Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk |