Wed, 06 May 2009 06:49:04 +0000 |
kostya |
Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message
libavcodec
|
Fri, 24 Apr 2009 14:09:24 +0000 |
kostya |
Remove useless assignment during initialization for some decoders
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
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Fri, 26 Dec 2008 18:42:26 +0000 |
michael |
Enable faxcompr.
libavcodec
|
Mon, 22 Dec 2008 06:50:18 +0000 |
kostya |
Decode TIFF image only after all tags have been decoded
libavcodec
|
Mon, 22 Dec 2008 06:47:51 +0000 |
kostya |
Some TIFFs declare -1 for the single strip height
libavcodec
|
Mon, 22 Dec 2008 06:43:14 +0000 |
kostya |
Add monochrome TIFF support
libavcodec
|
Mon, 22 Dec 2008 06:39:31 +0000 |
kostya |
Calculate line size variable correctly for lower bitdepths and use it for raw data copying
libavcodec
|
Wed, 17 Dec 2008 17:39:35 +0000 |
kostya |
4l: TIFF stores short strings inside tag, do not interpret it is as an offset
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
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 14:28:22 +0000 |
michael |
const
libavcodec
|
Sat, 01 Dec 2007 15:41:35 +0000 |
kostya |
TIFF may omit compression tag.
libavcodec
|
Mon, 09 Jul 2007 00:08:47 +0000 |
mru |
use correct type for palette
libavcodec
|
Sun, 08 Jul 2007 23:15:04 +0000 |
mru |
kill warnings
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Wed, 04 Apr 2007 11:43:08 +0000 |
diego |
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
libavcodec
|
Tue, 03 Apr 2007 13:43:57 +0000 |
michael |
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
libavcodec
|
Thu, 25 Jan 2007 06:44:53 +0000 |
kostya |
Some TIFFs do not set rows per strip for single strip.
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Mon, 13 Nov 2006 11:39:28 +0000 |
kostya |
Support for 16-bit grayscale
libavcodec
|
Mon, 13 Nov 2006 11:38:42 +0000 |
kostya |
Give error about planar RGB
libavcodec
|
Mon, 13 Nov 2006 11:36:22 +0000 |
kostya |
Update error message
libavcodec
|
Mon, 13 Nov 2006 11:34:46 +0000 |
kostya |
Use table for determining type sizes
libavcodec
|
Mon, 13 Nov 2006 11:27:36 +0000 |
kostya |
Decoder can decode many ZLib-packed strips
libavcodec
|
Mon, 13 Nov 2006 11:20:50 +0000 |
kostya |
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
libavcodec
|
Mon, 13 Nov 2006 05:32:10 +0000 |
kostya |
8-bit images support for TIFF
libavcodec
|
Mon, 13 Nov 2006 05:30:50 +0000 |
kostya |
Rows per strip may be >= height
libavcodec
|
Mon, 13 Nov 2006 05:29:45 +0000 |
kostya |
Warn about JPEG in TIFF
libavcodec
|
Mon, 13 Nov 2006 05:28:55 +0000 |
kostya |
Correctly detect 4-component images
libavcodec
|
Thu, 26 Oct 2006 04:15:48 +0000 |
kostya |
LZW decoder as separate module plus TIFF LZW support
libavcodec
|
Thu, 26 Oct 2006 04:06:08 +0000 |
kostya |
10l predictor should not skip first line
libavcodec
|
Fri, 13 Oct 2006 10:48:29 +0000 |
kostya |
TIFF decoder
libavcodec
|