index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
tiff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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