Sat, 04 Aug 2007 20:32:57 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 04 Aug 2007 19:19:48 +0000 |
jbr |
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels.
libavcodec
|
Sat, 04 Aug 2007 15:01:21 +0000 |
jbr |
there are only 4 rematrixing bands
libavcodec
|
Sat, 04 Aug 2007 13:52:56 +0000 |
jbr |
cosmetics: use more appropriate names for iterator variables.
libavcodec
|
Sat, 04 Aug 2007 13:41:33 +0000 |
bcoudurier |
move dnxhd data tables to separate file
libavcodec
|
Sat, 04 Aug 2007 13:30:37 +0000 |
jbr |
move some variables to a more local scope.
libavcodec
|
Sat, 04 Aug 2007 13:26:46 +0000 |
jbr |
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code).
libavcodec
|
Sat, 04 Aug 2007 13:26:29 +0000 |
bcoudurier |
dnxhd 120 progressive support
libavcodec
|
Sat, 04 Aug 2007 13:18:30 +0000 |
bcoudurier |
indentation
libavcodec
|
Sat, 04 Aug 2007 13:17:53 +0000 |
bcoudurier |
dnxhd 185 interlaced support
libavcodec
|
Sat, 04 Aug 2007 13:10:16 +0000 |
bcoudurier |
cosmetic
libavcodec
|
Sat, 04 Aug 2007 13:09:08 +0000 |
bcoudurier |
no need to duplicate cid table vars in context
libavcodec
|
Sat, 04 Aug 2007 13:03:12 +0000 |
bcoudurier |
10l, use correct cid table
libavcodec
|
Sat, 04 Aug 2007 12:59:49 +0000 |
bcoudurier |
add coding unit size for interlaced decoding
libavcodec
|
Sat, 04 Aug 2007 12:43:31 +0000 |
bcoudurier |
should be more correct
libavcodec
|
Sat, 04 Aug 2007 12:21:00 +0000 |
michael |
indent
libavcodec
|
Sat, 04 Aug 2007 12:04:41 +0000 |
jbr |
cosmetics: use braces when it makes the code easier to read.
libavcodec
|
Sat, 04 Aug 2007 11:55:10 +0000 |
jbr |
change AC3DecodeContext variable to local variable
libavcodec
|
Sat, 04 Aug 2007 11:39:47 +0000 |
jbr |
use array instead of bitmask
libavcodec
|
Sat, 04 Aug 2007 11:01:11 +0000 |
michael |
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
libavcodec
|
Sat, 04 Aug 2007 03:27:05 +0000 |
jbr |
use table for converting dynamic range codes to scale factors
libavcodec
|
Sat, 04 Aug 2007 03:21:17 +0000 |
jbr |
use floating-point mantissa dequantization tables
libavcodec
|
Sat, 04 Aug 2007 01:14:14 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 04 Aug 2007 01:13:08 +0000 |
jbr |
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off.
libavcodec
|
Sat, 04 Aug 2007 00:12:23 +0000 |
jbr |
simplify coefficient decoding
libavcodec
|
Sat, 04 Aug 2007 00:04:17 +0000 |
jbr |
merge decoding of coupling channel coefficients and regular channel coefficients
libavcodec
|
Fri, 03 Aug 2007 23:53:53 +0000 |
jbr |
split out coupling coefficient reconstruction into a separate function
libavcodec
|
Fri, 03 Aug 2007 16:43:11 +0000 |
diego |
Reduce Theora decoder verbosity.
libavcodec
|
Thu, 02 Aug 2007 20:49:42 +0000 |
michael |
output last frame if seq end code is encountered
libavcodec
|
Thu, 02 Aug 2007 07:42:06 +0000 |
diego |
Remove unused variable.
libavcodec
|