index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
tiff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tiff image decoder uses get_buffer, set CODEC_CAP_DR1
Baptiste Coudurier
2009-06-05
1
-1
/
+1
*
Check combined depth and number of components in TIFF decoder, thus eliminating
Kostya Shishkov
2009-06-02
1
-18
/
+15
*
Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...
Kostya Shishkov
2009-05-06
1
-1
/
+9
*
Remove useless assignment during initialization for some decoders
Kostya Shishkov
2009-04-24
1
-1
/
+0
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Enable faxcompr.
Michael Niedermayer
2008-12-26
1
-9
/
+35
*
Decode TIFF image only after all tags have been decoded
Kostya Shishkov
2008-12-22
1
-44
/
+50
*
Some TIFFs declare -1 for the single strip height
Kostya Shishkov
2008-12-22
1
-0
/
+2
*
Add monochrome TIFF support
Kostya Shishkov
2008-12-22
1
-0
/
+3
*
Calculate line size variable correctly for lower bitdepths and use it for raw...
Kostya Shishkov
2008-12-22
1
-3
/
+3
*
4l: TIFF stores short strings inside tag, do not interpret it is as an offset
Kostya Shishkov
2008-12-17
1
-0
/
+5
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-1
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-15
/
+16
*
TIFF may omit compression tag.
Kostya Shishkov
2007-12-01
1
-0
/
+1
*
use correct type for palette
Måns Rullgård
2007-07-09
1
-3
/
+3
*
kill warnings
Måns Rullgård
2007-07-08
1
-3
/
+4
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
Diego Biurrun
2007-04-04
1
-0
/
+6
*
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
Michael Niedermayer
2007-04-03
1
-42
/
+1
*
Some TIFFs do not set rows per strip for single strip.
Kostya Shishkov
2007-01-25
1
-0
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-3
/
+3
*
Support for 16-bit grayscale
Kostya Shishkov
2006-11-13
1
-0
/
+8
*
Give error about planar RGB
Kostya Shishkov
2006-11-13
1
-0
/
+8
*
Update error message
Kostya Shishkov
2006-11-13
1
-1
/
+1
*
Use table for determining type sizes
Kostya Shishkov
2006-11-13
1
-2
/
+9
*
Decoder can decode many ZLib-packed strips
Kostya Shishkov
2006-11-13
1
-4
/
+0
*
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
Kostya Shishkov
2006-11-13
1
-0
/
+6
*
8-bit images support for TIFF
Kostya Shishkov
2006-11-13
1
-15
/
+69
*
Rows per strip may be >= height
Kostya Shishkov
2006-11-13
1
-1
/
+1
*
Warn about JPEG in TIFF
Kostya Shishkov
2006-11-13
1
-0
/
+4
*
Correctly detect 4-component images
Kostya Shishkov
2006-11-13
1
-2
/
+3
*
LZW decoder as separate module plus TIFF LZW support
Kostya Shishkov
2006-10-26
1
-3
/
+18
*
10l predictor should not skip first line
Kostya Shishkov
2006-10-26
1
-1
/
+1
*
TIFF decoder
Kostya Shishkov
2006-10-13
1
-0
/
+432