2007-05-05 |
diego |
Fix warning:
libavcodec
|
2007-05-05 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
2007-05-04 |
diego |
Move H.261 parser to its own file.
libavcodec
|
2007-05-04 |
kostya |
100l to myself. Do not include stuff unneeded by parser
libavcodec
|
2007-05-04 |
kostya |
Typo
libavcodec
|
2007-05-04 |
kostya |
Move some declarations into header
libavcodec
|
2007-05-04 |
diego |
Rename oggvorbis decoder to libvorbis.
libavcodec
|
2007-05-04 |
diego |
Move VC1 parser to its own file.
libavcodec
|
2007-05-03 |
diego |
Move dca parser to its own file.
libavcodec
|
2007-05-03 |
diego |
Give libamr decoders/encoders a lib prefix in the name.
libavcodec
|
2007-05-03 |
diego |
Rename dts_decoder to libdts_decoder.
libavcodec
|
2007-05-02 |
diego |
Remove unused variable.
libavcodec
|
2007-05-02 |
jbr |
cosmetics: indention after last commit
libavcodec
|
2007-05-02 |
jbr |
use downmixing coefficients in dca decoder.
libavcodec
|
2007-05-02 |
jbr |
enable multichannel output in dca decoder.
libavcodec
|
2007-05-02 |
kostya |
1000l to myself - DCA decoder should not be registered in video codecs section
libavcodec
|
2007-05-02 |
benoit |
add the possibility to choose aac profile
libavcodec
|
2007-05-02 |
diego |
cosmetics: Group all external library decoders and encoders together.
libavcodec
|
2007-05-02 |
benoit |
patch so that the deprecated items show up correctly
libavcodec
|
2007-05-02 |
benoit |
make mpeg decoder handle mid-stream changes in resolution
libavcodec
|
2007-05-02 |
benoit |
add some comments
libavcodec
|
2007-04-29 |
gpoirier |
prevent going out of the buffer if the nal size does not fit in the buffer.
libavcodec
|
2007-04-29 |
alex |
check for channels<=0 and print a reasonable error message
libavcodec
|
2007-04-29 |
ivo |
add V.Flash PTX decoder
libavcodec
|