2008-01-05 |
jbr |
do not set channels before checking request_channels
libavcodec
|
2008-01-05 |
jbr |
use request_channels in liba52 decoder
libavcodec
|
2008-01-05 |
jbr |
cosmetics: indentation
libavcodec
|
2008-01-05 |
jbr |
check for request_channels at codec init
libavcodec
|
2008-01-05 |
jbr |
do not set channels before checking request_channels
libavcodec
|
2008-01-05 |
jbr |
adjust output channels based on AVCodecContext.request_channels in AC3 parser
libavcodec
|
2008-01-05 |
michael |
Drop non key frames before the first key frame.
libavcodec
|
2008-01-04 |
aurel |
improve CRC API
libavcodec
|
2008-01-04 |
banan |
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
libavcodec
|
2008-01-04 |
kostya |
RV30 thirdpel motion compensation support
libavcodec
|
2008-01-04 |
diego |
Change some files to only include the necessary headers.
libavcodec
|
2008-01-04 |
benoit |
Initialize "saved" buffer to zero.
libavcodec
|
2008-01-04 |
jbr |
cosmetics: indentation and add a TODO comment
libavcodec
|
2008-01-03 |
jbr |
only check ac3 crc if AVCodecContext.error_resilience > 0
libavcodec
|
2008-01-03 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
2008-01-03 |
jbr |
remove workaround which is no longer needed due to
libavcodec
|
2008-01-03 |
kostya |
Make decode210() common function.
libavcodec
|
2008-01-03 |
jbr |
add crc check to ac3 decoder
libavcodec
|
2008-01-02 |
diego |
Fix issue #301:
libavcodec
|
2007-12-31 |
kostya |
Direct blocks should use motion vectors from the second reference frame
libavcodec
|
2007-12-30 |
jbr |
simplify
libavcodec
|
2007-12-30 |
jbr |
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
libavcodec
|
2007-12-30 |
jbr |
cosmetics: rename sampling_rate to sample_rate
libavcodec
|
2007-12-30 |
jbr |
do not need to cast a (void *)
libavcodec
|
2007-12-30 |
jbr |
cosmetics: vertical realignment after last commit
libavcodec
|
2007-12-30 |
jbr |
cosmetics: rename all AC3DecodeContext variables from ctx to s
libavcodec
|
2007-12-30 |
jbr |
cosmetics: rename GetBitContext gb to gbc
libavcodec
|
2007-12-30 |
jbr |
remove unused context variable
libavcodec
|
2007-12-29 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavcodec
|
2007-12-28 |
ivo |
remove forgotten debug statement
libavcodec
|
2007-12-28 |
ivo |
Sort properly
libavcodec
|
2007-12-28 |
ivo |
Sun Rasterfile decoder
libavcodec
|