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
|
Sun, 31 May 2009 10:44:42 +0000 |
reimar |
One more use for FFMIN.
libavcodec
|
Sun, 31 May 2009 10:42:26 +0000 |
reimar |
Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression.
libavcodec
|
Sun, 31 May 2009 10:38:17 +0000 |
reimar |
Mark srcptr as const in mszh_decomp
libavcodec
|
Sun, 31 May 2009 10:37:05 +0000 |
reimar |
Remove unnecessary put_bits/get_bits includes.
libavcodec
|
Sun, 31 May 2009 10:35:39 +0000 |
reimar |
Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression.
libavcodec
|
Sun, 31 May 2009 10:31:37 +0000 |
reimar |
Remove useless & 0x1f
libavcodec
|
Sun, 31 May 2009 10:28:40 +0000 |
reimar |
Document padding requirements of mszh_decomp srcptr buffer
libavcodec
|
Sun, 31 May 2009 10:26:58 +0000 |
reimar |
Use srcptr_end variable to avoid having to update both srcptr and srclen.
libavcodec
|
Sun, 31 May 2009 10:23:38 +0000 |
reimar |
Change buffer size checks to avoid the undefined overflow case.
libavcodec
|
Sun, 31 May 2009 10:16:28 +0000 |
reimar |
Simply use memcpy instead of AV_RN32/AV_WN32 combination.
libavcodec
|
Sun, 31 May 2009 10:14:27 +0000 |
reimar |
Fix decoding of multithread-encoded lcl files on big-endian.
libavcodec
|
Sun, 31 May 2009 10:05:21 +0000 |
reimar |
Remove another useless ()
libavcodec
|
Sun, 31 May 2009 10:01:26 +0000 |
reimar |
Correct calculation of compressed input length.
libavcodec
|
Sun, 31 May 2009 09:59:46 +0000 |
reimar |
Add sanity check for mthread_inlen, avoids crashes due to invalid reads.
libavcodec
|
Sun, 31 May 2009 09:57:42 +0000 |
reimar |
Use FFMIN
libavcodec
|
Sun, 31 May 2009 09:51:46 +0000 |
reimar |
Factor out zlib decompression code to avoid massive code duplication,
libavcodec
|
Sun, 31 May 2009 09:28:29 +0000 |
reimar |
Use FFALIGN
libavcodec
|
Sun, 31 May 2009 09:27:07 +0000 |
reimar |
Move variable into block where it is used, avoiding a unused variable
libavcodec
|
Sun, 31 May 2009 09:23:54 +0000 |
reimar |
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG.
libavcodec
|
Sun, 31 May 2009 09:19:21 +0000 |
reimar |
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible
libavcodec
|
Sun, 31 May 2009 09:16:06 +0000 |
reimar |
lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.
libavcodec
|
Sun, 31 May 2009 09:12:17 +0000 |
reimar |
Get rid of extradata casts, it already has the right uint8_t * type
libavcodec
|
Sun, 31 May 2009 09:09:32 +0000 |
reimar |
Make lcldec produce YUV output when the input file is coded like that, instead
libavcodec
|
Sat, 30 May 2009 11:20:07 +0000 |
reimar |
Use memcpy instead of per-pixel copy loop for rgb lcl format
libavcodec
|
Sat, 30 May 2009 09:07:10 +0000 |
reimar |
Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style.
libavcodec
|
Fri, 29 May 2009 20:15:38 +0000 |
reimar |
Use av_clip_uint8 instead of equivalent but unoptimzed code,
libavcodec
|
Wed, 27 May 2009 18:59:24 +0000 |
heydowns |
Use AV_R/WN32 instead of direct integer copying.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 26 Jan 2009 22:51:16 +0000 |
diego |
Fix filenames in Doxygen comments.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Tue, 19 Feb 2008 21:46:40 +0000 |
reimar |
Remove duplicate ;
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Thu, 12 Jul 2007 22:55:35 +0000 |
mru |
indent
libavcodec
|
Thu, 12 Jul 2007 22:55:34 +0000 |
mru |
remove useless LclDecContext.avctx field
libavcodec
|
Thu, 12 Jul 2007 22:40:33 +0000 |
mru |
split lcl.c into lcldec.c, lclenc.c, lcl.h
libavcodec
base
lcl.c@995ffe6af9f8
|