Author | SHA1 | Message | Date |
---|---|---|---|
|
dfc2c4d900 |
lavf: use designated initialisers for all (de)muxers.
It's more readable and less prone to breakage. |
14 years ago |
|
4d012eb541 |
xwma: Fix wrong printf format expression.
Also add inttypes.h #include for PRId64 macros. This fixes the following warnings: libavformat/xwma.c:147: warning: too many arguments for format libavformat/xwma.c:151: warning: too many arguments for format |
14 years ago |
|
ef8b54fc88 |
xwma demuxer: typos
Signed-off-by: Diego Biurrun <diego@biurrun.de> |
14 years ago |
|
ca402f32e3 |
handle malloc failures in ff_get_wav_header
ff_get_wav_header is reading data from a WAVE file and then uses it (without validation) to malloc a buffer. It then proceeded to read data into the buffer, without verifying that the allocation succeeded. To address this, change ff_get_wav_header to return an error if allocation failed, and adapted all calling code to handle that error. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> |
14 years ago |
|
ad4c50347a |
add xWMA demuxer
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> |
14 years ago |