Tue, 07 Sep 2010 19:15:29 +0000 |
stefano |
Use new imgutils.h API names, fix deprecation warnings.
libavcodec
|
Fri, 06 Aug 2010 09:37:04 +0000 |
stefano |
Remove use of the deprecated function avcodec_check_dimensions(), use
libavcodec
|
Sat, 26 Jun 2010 14:34:15 +0000 |
mru |
pcx: convert VLAs to malloc/free
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Tue, 27 Oct 2009 15:05:24 +0000 |
benoit |
Fix indentation.
libavcodec
|
Tue, 27 Oct 2009 15:04:35 +0000 |
benoit |
Only memset for palettes of 16 elements.
libavcodec
|
Sat, 03 Oct 2009 05:18:32 +0000 |
pross |
Support decoding of uncompressed PCX scanlines
libavcodec
|
Fri, 05 Jun 2009 08:29:29 +0000 |
bcoudurier |
pcx decoder use get_buffer, set CODEC_CAP_DR1
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
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Mon, 12 May 2008 19:04:08 +0000 |
cehoyos |
Correct type for pcx_rle_decode().
libavcodec
|
Tue, 29 Apr 2008 21:31:21 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 13:58:41 +0000 |
michael |
const
libavcodec
|
Thu, 27 Dec 2007 11:49:28 +0000 |
ivo |
remove useless cast
libavcodec
|
Wed, 26 Dec 2007 22:17:46 +0000 |
ivo |
PC Paintbrush PCX image decoder
libavcodec
|