summaryrefslogtreecommitdiff
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAgeFilesLines
* tiff: Return more meaningful error codesHimangi Saraogi2015-03-301-5/+8
* lavc/tiffenc: Support encoding ya16le.Carl Eugen Hoyos2015-01-221-2/+3
* avcodec/tiffenc: remove double ;;Clément Bœsch2015-01-181-2/+2
* Merge commit '3a3790b8f8b56ee6abc93ccac280eb693675e294'Michael Niedermayer2014-12-191-4/+4
|\
| * tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-181-1/+2
* | avcodec/tiffenc: Consistently use ADD_ENTRY1()Michael Niedermayer2014-12-151-2/+2
* | Merge commit '10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0'Michael Niedermayer2014-12-151-1/+3
|\ \ | |/
| * tiff: set the correct return value when check_size() failsVittorio Giovara2014-12-151-1/+3
* | Merge commit '3c27275c1309190f2d6ed69140b67d014215b6c9'Michael Niedermayer2014-12-151-23/+40
|\ \ | |/
| * tiff: Check the check_size() return value and forward itLuca Barbato2014-12-151-23/+40
* | Merge commit '0562887a984388fdc7a9b71c9374ff9c756fb4f1'Michael Niedermayer2014-11-241-1/+1
|\ \ | |/
| * tiffenc: initialize return valueVittorio Giovara2014-11-241-1/+1
* | libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-11-181-1/+1
* | Merge commit 'c9c7d59b7d26f0328d612995dd9256337ae1cbfb'Michael Niedermayer2014-11-121-0/+4
|\ \ | |/
| * tiff: Use av_mallocz_arrayLuca Barbato2014-11-111-2/+2
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/tiffenc: properly compute packet sizeChristophe Gisquet2014-10-221-3/+3
* | Merge commit '49106844929b7b71ac719064d640f8aa56c89b1f'Michael Niedermayer2014-06-181-3/+5
|\ \ | |/
| * tiffenc: fix packet size calculationTristan Matthews2014-06-171-3/+5
* | lavc/tiffenc: Enable frame-threading.Carl Eugen Hoyos2014-05-311-0/+1
* | Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed'Michael Niedermayer2014-04-131-9/+9
|\ \ | |/
| * tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-121-10/+10
| * tiff: Support rgba encodingCarl Eugen Hoyos2014-03-161-0/+2
* | Consider aspect ratio when writing tiff dpi.Carl Eugen Hoyos2014-04-061-0/+7
* | Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2013-11-171-21/+22
|\ \ | |/
| * tiffenc: use the AVFrame API properly.Anton Khirnov2013-11-161-11/+25
* | Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer2013-06-031-138/+143
|\ \ | |/
| * tiff: K&R formatting cosmeticsDiego Biurrun2013-06-021-154/+154
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-2/+2
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-141-2/+1
|\ \ | |/
| * pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-2/+2
| * lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* | Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.Carl Eugen Hoyos2012-11-051-0/+2
* | tiffenc: fix integer overflowMichael Niedermayer2012-10-191-2/+2
* | lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-121-3/+4
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-26/+26
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-20/+20
* | tiffenc: remove unused variableMichael Niedermayer2012-10-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-021-2/+14
|\ \ | |/
| * tiffenc: Check av_malloc() results.Alex Converse2012-10-011-1/+15
| * tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse2012-10-011-23/+17
* | Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer2012-09-201-1/+2
|\ \ | |/
| * tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-191-3/+19
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-4/+4
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-4/+4
* | Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency ...Carl Eugen Hoyos2012-08-311-1/+5
* | Cosmetics: Reorder pix_fmts in tiffenc.c.Carl Eugen Hoyos2012-08-311-1/+1
* | Simplify setting colour space for mono* when encoding tiff.Carl Eugen Hoyos2012-08-311-2/+2