Wed, 09 Jan 2008 08:38:28 +0000 |
andoma |
Fix a bug causing the generated stream to be corrupt if the buffer
libavcodec
|
Tue, 08 Jan 2008 23:44:48 +0000 |
jbr |
used defined name for testing error resilience level
libavcodec
|
Tue, 08 Jan 2008 23:08:51 +0000 |
diego |
Fix random typos.
libavcodec
|
Tue, 08 Jan 2008 00:25:25 +0000 |
michael |
Randomly change the amount of noise if nothing is explicitly set.
libavcodec
|
Mon, 07 Jan 2008 12:48:42 +0000 |
benoit |
Mark the ff_svq1_frame_size_table as constant.
libavcodec
|
Mon, 07 Jan 2008 12:47:14 +0000 |
benoit |
Move wmv1_scantable to .rodata section by making it an array of arrays.
libavcodec
|
Mon, 07 Jan 2008 12:43:04 +0000 |
benoit |
Mark the tables in g726.c as constant.
libavcodec
|
Mon, 07 Jan 2008 12:40:39 +0000 |
benoit |
Remove unused symbol.
libavcodec
|
Mon, 07 Jan 2008 00:18:02 +0000 |
jbr |
split out init of downmix coeffs into a separate function that can be called
libavcodec
|
Sun, 06 Jan 2008 23:56:19 +0000 |
jbr |
remove unneeded variable from AC3DecodeContext
libavcodec
|
Sun, 06 Jan 2008 23:33:30 +0000 |
jbr |
make sure that the last coupling band stops at the end of the coupling range
libavcodec
|
Sun, 06 Jan 2008 20:15:24 +0000 |
jbr |
fix phase flag processing for the case when coupling coordinates are reused
libavcodec
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavcodec
|
Sun, 06 Jan 2008 11:47:53 +0000 |
kostya |
Fractional parts of motion vectors should be accounted separately too
libavcodec
|
Sat, 05 Jan 2008 21:23:57 +0000 |
jbr |
check for request_channels in dca init function
libavcodec
|
Sat, 05 Jan 2008 21:08:20 +0000 |
jbr |
add downmixing support to libfaad decoder
libavcodec
|
Sat, 05 Jan 2008 18:40:49 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Sat, 05 Jan 2008 18:39:55 +0000 |
jbr |
move E-AC3 header parsing to ff_ac3_parse_header()
libavcodec
|
Sat, 05 Jan 2008 17:04:57 +0000 |
jbr |
remove unneeded variables from AC3HeaderInfo
libavcodec
|
Sat, 05 Jan 2008 16:47:40 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|
Sat, 05 Jan 2008 16:45:25 +0000 |
jbr |
use request_channels in liba52 decoder
libavcodec
|
Sat, 05 Jan 2008 15:23:39 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 05 Jan 2008 15:22:53 +0000 |
jbr |
check for request_channels at codec init
libavcodec
|
Sat, 05 Jan 2008 15:18:15 +0000 |
jbr |
do not set channels before checking request_channels
libavcodec
|