Sat, 07 Jun 2008 22:30:39 +0000 |
jbr |
cosmetics: add and align references to spec variable names
libavcodec
|
Sat, 07 Jun 2008 22:30:35 +0000 |
jbr |
cosmetics: vertical align
libavcodec
|
Sat, 07 Jun 2008 22:30:31 +0000 |
jbr |
use macro constants for array sizes in decode context
libavcodec
|
Sat, 07 Jun 2008 22:30:26 +0000 |
jbr |
cosmetics: vertical align
libavcodec
|
Sat, 07 Jun 2008 22:30:22 +0000 |
jbr |
cosmetics: reorder decode context fields into logical groups
libavcodec
|
Sat, 07 Jun 2008 22:30:16 +0000 |
jbr |
move the decode context and some macro constants to a new file, ac3dec.h
libavcodec
|
Sat, 07 Jun 2008 22:30:09 +0000 |
jbr |
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.
libavcodec
|
Sat, 07 Jun 2008 22:30:03 +0000 |
jbr |
add more gain levels and adjust mix level tables accordingly.
libavcodec
|
Sat, 07 Jun 2008 22:29:54 +0000 |
jbr |
pass bap table to ff_ac3_bit_alloc_calc_bap()
libavcodec
|
Sat, 07 Jun 2008 22:29:45 +0000 |
jbr |
set default mix levels regardless of bitstream id
libavcodec
|
Sat, 07 Jun 2008 22:29:38 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sat, 07 Jun 2008 22:29:27 +0000 |
jbr |
skip unsupported frame types and substream id's
libavcodec
|
Sat, 07 Jun 2008 22:29:19 +0000 |
jbr |
read frame type from header info into decode context
libavcodec
|
Sat, 07 Jun 2008 22:29:11 +0000 |
jbr |
get substreamid from ac3 parser
libavcodec
|
Sat, 07 Jun 2008 22:29:03 +0000 |
jbr |
get the number of blocks from the ac3 parser and use in the ac3 decoder.
libavcodec
|