2009-03-27 |
ramiro |
mlpdec: output_shift can be any value from -8 to 7.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: output_shift is signed
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: Split read_channel_params() into its own function.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: Split read_matrix_params() into its own function.
libavcodec
|
2009-03-27 |
kostya |
Merge some cases for reading raw data with different bit depths in BMP
libavcodec
|
2009-03-26 |
diego |
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
libavcodec
|
2009-03-26 |
ramiro |
Use intptr_t when casting pointers to int.
libavcodec
|
2009-03-25 |
diego |
fft-test does not depend on fdctref.o.
libavcodec
|
2009-03-25 |
diego |
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
libavcodec
|
2009-03-24 |
jbr |
cosmetics: add an @return to documentation for decode_frame_header()
libavcodec
|
2009-03-24 |
superdump |
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also
libavcodec
|
2009-03-24 |
jbr |
flacdec: split frame header decoding and validation into a separate
libavcodec
|
2009-03-23 |
gb |
Add MPEG-2 bitstream decoding through VA API.
libavcodec
|
2009-03-23 |
benoit |
Move av_class to AVResampleContext instead of ReSampleContext.
libavcodec
|
2009-03-23 |
alexc |
AAC: Ignore cc_domain for independent (time domain) coupling.
libavcodec
|
2009-03-22 |
stefano |
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: white space
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: separate the pure frame header parsing code from
libavcodec
|
2009-03-22 |
diego |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
libavcodec
|
2009-03-22 |
diego |
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders
libavcodec
|
2009-03-22 |
stefano |
Make the pixel formats which were defined as macros:
libavcodec
|
2009-03-22 |
jbr |
flacdec: allow sample rate to change mid-stream, but log a warning
libavcodec
|
2009-03-22 |
diego |
Add rule for building API example programs.
libavcodec
|
2009-03-22 |
stefano |
Factorize: use the X_NE() macro in avcodec_get_pix_fmt().
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: indentation
libavcodec
|
2009-03-22 |
stefano |
Implement X_NE() macro.
libavcodec
|
2009-03-22 |
jbr |
flacdec: change frame bps validation to return an error value if bps
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: add some braces to if/else statements
libavcodec
|
2009-03-22 |
jbr |
flacdec: skip frame when allocated data size is too small
libavcodec
|
2009-03-22 |
jbr |
10l: don't check against current layout until after validating ch_mode.
libavcodec
|
2009-03-22 |
jbr |
flacdec: give a more accurate error message when validating channel
libavcodec
|
2009-03-22 |
stefano |
Export to pixdesc.h the av_pix_fmt_descriptors array.
libavcodec
|