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
/
tiffenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tiff: support encoding and decoding 64bit images
Carl Eugen Hoyos
2014-12-18
1
-1
/
+2
*
tiff: set the correct return value when check_size() fails
Vittorio Giovara
2014-12-15
1
-1
/
+3
*
tiff: Check the check_size() return value and forward it
Luca Barbato
2014-12-15
1
-23
/
+40
*
tiffenc: initialize return value
Vittorio Giovara
2014-11-24
1
-1
/
+1
*
tiff: Use av_mallocz_array
Luca Barbato
2014-11-11
1
-2
/
+2
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
tiffenc: fix packet size calculation
Tristan Matthews
2014-06-17
1
-3
/
+5
*
tiff: use a better name and enum values for PhotometricInterpretation
Justin Ruggles
2014-04-12
1
-10
/
+10
*
tiff: Support rgba encoding
Carl Eugen Hoyos
2014-03-16
1
-0
/
+2
*
tiffenc: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-11
/
+25
*
tiff: K&R formatting cosmetics
Diego Biurrun
2013-06-02
1
-154
/
+154
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-2
/
+2
*
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Luca Barbato
2012-11-13
1
-2
/
+2
*
lavc: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-20
/
+20
*
tiffenc: Check av_malloc() results.
Alex Converse
2012-10-01
1
-1
/
+15
*
tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.
Alex Converse
2012-10-01
1
-23
/
+17
*
tiffenc: Add support for little endian RGB48 and GRAY16
Alex Converse
2012-09-19
1
-3
/
+19
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-4
/
+4
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...
Martin Storsjö
2012-04-07
1
-6
/
+6
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-4
/
+4
*
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-04-04
1
-1
/
+1
*
Remove unnecessary AVFrame pointer casts.
Diego Biurrun
2012-03-01
1
-1
/
+1
*
tiffenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-13
/
+22
*
tiffenc: properly forward error codes in encode_frame().
Anton Khirnov
2012-02-23
1
-12
/
+12
*
lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.
Anton Khirnov
2012-01-27
1
-16
/
+0
*
tiffenc: deprecate using compression_level
Anton Khirnov
2011-11-24
1
-0
/
+6
*
tiffenc: add a private option for selecting compression algorithm
Anton Khirnov
2011-11-23
1
-1
/
+25
*
tiffenc: initialize forgotten avctx.
Jean First
2011-10-12
1
-0
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-10
/
+5
*
doxygen: consistently place brief description
Diego Biurrun
2011-07-14
1
-1
/
+2
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
use lzw compression in gif encoder
Baptiste Coudurier
2009-12-03
1
-2
/
+4
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
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
-4
/
+4
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
set coded_frame
Michael Niedermayer
2008-05-28
1
-0
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-1
/
+1
*
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-2
/
+2
*
Add a missing comma in tiff_encoder.pix_fmts
Stefano Sabatini
2008-04-08
1
-1
/
+1
*
Fix warning:
Reimar Döffinger
2008-02-02
1
-1
/
+1
[next]