Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Tue, 13 Oct 2009 20:13:28 +0000 |
reimar |
Remove unnecessary calls to avcodec_check_dimensions, the check is already
libavcodec
|
Sun, 31 May 2009 19:51:21 +0000 |
reimar |
add #if CONFIG_ZLIB_DECODER around zlib_decomp function.
libavcodec
|
Sun, 31 May 2009 18:17:33 +0000 |
reimar |
mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed
libavcodec
|
Sun, 31 May 2009 17:44:35 +0000 |
reimar |
lcldec: ensure that the offset for av_memcpy_backptr is valid.
libavcodec
|
Sun, 31 May 2009 11:47:52 +0000 |
reimar |
Fix memleak due to c->decomp_buf never being freed.
libavcodec
|
Sun, 31 May 2009 11:42:50 +0000 |
reimar |
Only call inflateEnd when we were actually using the zlib code.
libavcodec
|
Sun, 31 May 2009 11:41:49 +0000 |
reimar |
avctx->priv_data is initialized to 0, get rid of useless extra initialization.
libavcodec
|
Sun, 31 May 2009 11:35:20 +0000 |
reimar |
Merge variable declaration and initialization.
libavcodec
|
Sun, 31 May 2009 11:34:19 +0000 |
reimar |
Use int-size types instead of char where it makes no difference.
libavcodec
|
Sun, 31 May 2009 11:32:03 +0000 |
reimar |
Take advantage of available input padding to optimize mszh_decomp
libavcodec
|
Sun, 31 May 2009 10:58:20 +0000 |
reimar |
Change maskbit variable to contain (1 << maskbit)
libavcodec
|
Sun, 31 May 2009 10:53:47 +0000 |
reimar |
Remove check that thanks to padding is no longer necessary.
libavcodec
|
Sun, 31 May 2009 10:50:54 +0000 |
reimar |
100l, the compression field in lcl extradata must be interpreted as
libavcodec
|