Mercurial > libavcodec.hg
graph
-
Fix sei_ct_type check so it does not mistreat ct_type= unknown. libavcodecWed, 03 Jun 2009 19:24:51 +0000, by michael
-
AAC ADTS to AudioSpecificConfig bitstream filter libavcodecWed, 03 Jun 2009 18:50:46 +0000, by alexc
-
Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. libavcodecWed, 03 Jun 2009 11:20:35 +0000, by reimar
-
Clarify the input AVPacket for avcodec_decode*() libavcodecWed, 03 Jun 2009 10:25:21 +0000, by michael
-
Check combined depth and number of components in TIFF decoder, thus eliminating libavcodecTue, 02 Jun 2009 15:31:51 +0000, by kostya
-
add #if CONFIG_ZLIB_DECODER around zlib_decomp function. libavcodecSun, 31 May 2009 19:51:21 +0000, by reimar
-
mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed libavcodecSun, 31 May 2009 18:17:33 +0000, by reimar
-
lcldec: ensure that the offset for av_memcpy_backptr is valid. libavcodecSun, 31 May 2009 17:44:35 +0000, by reimar
-
Fix memleak due to c->decomp_buf never being freed. libavcodecSun, 31 May 2009 11:47:52 +0000, by reimar
-
Only call inflateEnd when we were actually using the zlib code. libavcodecSun, 31 May 2009 11:42:50 +0000, by reimar
-
avctx->priv_data is initialized to 0, get rid of useless extra initialization. libavcodecSun, 31 May 2009 11:41:49 +0000, by reimar
-
Merge variable declaration and initialization. libavcodecSun, 31 May 2009 11:35:20 +0000, by reimar
-
Use int-size types instead of char where it makes no difference. libavcodecSun, 31 May 2009 11:34:19 +0000, by reimar
-
Take advantage of available input padding to optimize mszh_decomp libavcodecSun, 31 May 2009 11:32:03 +0000, by reimar
-
Change maskbit variable to contain (1 << maskbit) libavcodecSun, 31 May 2009 10:58:20 +0000, by reimar
-
Remove check that thanks to padding is no longer necessary. libavcodecSun, 31 May 2009 10:53:47 +0000, by reimar
-
100l, the compression field in lcl extradata must be interpreted as libavcodecSun, 31 May 2009 10:50:54 +0000, by reimar
-
Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression. libavcodecSun, 31 May 2009 10:42:26 +0000, by reimar
-
Remove unnecessary put_bits/get_bits includes. libavcodecSun, 31 May 2009 10:37:05 +0000, by reimar
-
Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression. libavcodecSun, 31 May 2009 10:35:39 +0000, by reimar