aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-6/+0
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
| * tiff: Return more meaningful error codesHimangi Saraogi2015-03-301-5/+6
* | 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