Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Thu, 10 Apr 2008 06:15:17 +0000 |
banan |
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Thu, 06 Mar 2008 14:22:02 +0000 |
banan |
Don't use unchecked data from the bitstream.
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Fri, 01 Feb 2008 01:40:46 +0000 |
michael |
Fix const qualifer issues found by -Wcast-qual.
libavcodec
|
Sat, 05 Jan 2008 21:23:57 +0000 |
jbr |
check for request_channels in dca init function
libavcodec
|
Fri, 04 Jan 2008 20:02:10 +0000 |
banan |
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
libavcodec
|
Sat, 15 Dec 2007 07:01:33 +0000 |
andoma |
Make DCA decoder honor avctx->request_channels in a more advisory way.
libavcodec
|
Sun, 02 Dec 2007 21:12:43 +0000 |
reimar |
Use the correct "const float *" type for variable instead of casting const away.
libavcodec
|
Thu, 06 Sep 2007 14:55:13 +0000 |
kostya |
Set data_size to zero when DCA header parse failed
libavcodec
|
Thu, 23 Aug 2007 20:28:28 +0000 |
reimar |
Add request_channels member to AVCodecContext so we now have a proper
libavcodec
|
Thu, 24 May 2007 04:08:48 +0000 |
kostya |
fix dca_bitalloc_index decoder init
libavcodec
|
Thu, 24 May 2007 04:02:47 +0000 |
kostya |
Fix dca.c compilation with #define TRACE
libavcodec
|
Fri, 18 May 2007 10:06:07 +0000 |
banan |
Better error reporting.
libavcodec
|
Sat, 05 May 2007 12:18:14 +0000 |
diego |
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
libavcodec
|
Thu, 03 May 2007 23:50:24 +0000 |
diego |
Move dca parser to its own file.
libavcodec
|
Wed, 02 May 2007 20:42:44 +0000 |
jbr |
cosmetics: indention after last commit
libavcodec
|
Wed, 02 May 2007 20:33:32 +0000 |
jbr |
use downmixing coefficients in dca decoder.
libavcodec
|
Wed, 02 May 2007 20:31:32 +0000 |
jbr |
enable multichannel output in dca decoder.
libavcodec
|
Fri, 27 Apr 2007 12:41:55 +0000 |
michael |
fix exploitable buffer overflow
libavcodec
|
Tue, 24 Apr 2007 17:31:39 +0000 |
kostya |
1000l to myself as used VLC indexes were totally wrong
libavcodec
|
Wed, 04 Apr 2007 11:51:08 +0000 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavcodec
|
Tue, 27 Feb 2007 06:30:40 +0000 |
kostya |
DCA decoder
libavcodec
|