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
*
tiff: check bppcount
Michael Niedermayer
2013-02-19
1
-0
/
+5
*
tiff: Check buffer allocation and pointer increment more carefully in shorts2...
Michael Niedermayer
2013-02-12
1
-5
/
+15
*
tiff: dont leave geotag_count in an invalid state on errors.
Michael Niedermayer
2013-02-10
1
-1
/
+4
*
tiff: check for failure in search_keyval()
Michael Niedermayer
2013-02-10
1
-3
/
+9
*
tiff: in add_string_metadata() check the count more completely
Michael Niedermayer
2013-01-27
1
-1
/
+1
*
tiff: Fix assignments in if()
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
Merge commit '9dbbda235d93d628777b986e502213f1ed390973'
Michael Niedermayer
2013-01-07
1
-27
/
+27
|
\
|
*
tiff: return meaningful error codes.
Anton Khirnov
2013-01-06
1
-27
/
+27
*
|
tiffdec: Use the correct height field.
Piotr Bandurski
2013-01-06
1
-1
/
+1
*
|
tiff: print error for old style LZW
Michael Niedermayer
2013-01-03
1
-0
/
+3
*
|
tiffdec: support LZW compression with inverted FillOrder
Piotr Bandurski
2012-12-20
1
-0
/
+14
*
|
tiff: support zlib with invertedFillOrder
Piotr Bandurski
2012-12-09
1
-2
/
+16
*
|
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
Michael Niedermayer
2012-12-05
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
|
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-05
1
-1
/
+2
|
\
\
|
|
/
|
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
|
tiffdec: better checks for bitstream offsets, fixes out of array reads
Michael Niedermayer
2012-11-29
1
-2
/
+2
*
|
tiffdec: check rps, fix infinite loop.
Michael Niedermayer
2012-11-09
1
-0
/
+5
*
|
tiffdec: check count in metadata reading.
Michael Niedermayer
2012-11-09
1
-2
/
+2
*
|
tiffdec: use checked reads for tget*()
Michael Niedermayer
2012-11-09
1
-4
/
+4
*
|
lavc: add lavfi metadata support.
Clément Bœsch
2012-10-21
1
-4
/
+3
*
|
tiff: run strlen() after setting the pointer
Michael Niedermayer
2012-10-17
1
-1
/
+2
*
|
avoid "0xFF << 24" as it is considered a integer overflow in C99
Michael Niedermayer
2012-10-14
1
-2
/
+2
*
|
Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'
Michael Niedermayer
2012-10-13
1
-3
/
+4
|
\
\
|
|
/
|
*
Move av_reverse table to libavcodec
Diego Biurrun
2012-10-12
1
-3
/
+4
*
|
tiff: fix leak on error return in doubles2str()
Michael Niedermayer
2012-10-11
1
-1
/
+3
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-20
/
+20
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-7
/
+7
|
*
tiffdec: Add support for GRAY16LE.
Alex Converse
2012-09-19
1
-1
/
+1
*
|
tiff: fix "assignment discards qualifiers from pointer target type" warning
Michael Niedermayer
2012-10-08
1
-1
/
+1
*
|
Support decoding of monochrome tiff images without bpp tag.
Carl Eugen Hoyos
2012-09-12
1
-0
/
+2
*
|
tiff/doubles2str: check for truncation
Michael Niedermayer
2012-09-09
1
-1
/
+3
*
|
tiff/doubles2str: factor out component_len
Michael Niedermayer
2012-09-09
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
tiff: read more tags of type string
Paul B Mahol
2012-07-17
1
-0
/
+53
*
|
tiff: add smarter checks if there is enough data left
Paul B Mahol
2012-07-17
1
-13
/
+29
*
|
tiff: port to bytestream2
Paul B Mahol
2012-07-17
1
-106
/
+112
*
|
lavc/tiff: add GeoTIFF support to the TIFF decoder
Thomas Kühnel
2012-07-14
1
-0
/
+319
*
|
tiffdec: PIX_FMT_GRAY16LE support
Paul B Mahol
2012-07-06
1
-1
/
+1
*
|
tiffdec: check overread for packbits
Michael Niedermayer
2012-04-15
1
-0
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-14
1
-107
/
+146
|
\
\
|
|
/
|
*
tiffdec: K&R cosmetics
Alex Converse
2012-04-13
1
-108
/
+147
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
1
-5
/
+10
|
\
\
|
|
/
|
*
tiffdec: Add a malloc check and refactor another.
Alex Converse
2012-04-13
1
-5
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-29
1
-2
/
+1
|
\
\
|
|
/
[next]