summaryrefslogtreecommitdiff
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAge
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
| * tiff: Return more meaningful error codesHimangi Saraogi2015-03-30
* | tiff: Return more meaningful error codesHimangi Saraogi2015-03-30
* | lavc/tiffenc: Support encoding ya16le.Carl Eugen Hoyos2015-01-22
* | avcodec/tiffenc: remove double ;;Clément Bœsch2015-01-18
* | Merge commit '3a3790b8f8b56ee6abc93ccac280eb693675e294'Michael Niedermayer2014-12-19
|\|
| * tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-18
* | avcodec/tiffenc: Consistently use ADD_ENTRY1()Michael Niedermayer2014-12-15
* | Merge commit '10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0'Michael Niedermayer2014-12-15
|\|
| * tiff: set the correct return value when check_size() failsVittorio Giovara2014-12-15
* | Merge commit '3c27275c1309190f2d6ed69140b67d014215b6c9'Michael Niedermayer2014-12-15
|\|
| * tiff: Check the check_size() return value and forward itLuca Barbato2014-12-15
* | Merge commit '0562887a984388fdc7a9b71c9374ff9c756fb4f1'Michael Niedermayer2014-11-24
|\|
| * tiffenc: initialize return valueVittorio Giovara2014-11-24
* | libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-11-18
* | Merge commit 'c9c7d59b7d26f0328d612995dd9256337ae1cbfb'Michael Niedermayer2014-11-12
|\|
| * tiff: Use av_mallocz_arrayLuca Barbato2014-11-11
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/tiffenc: properly compute packet sizeChristophe Gisquet2014-10-22
* | Merge commit '49106844929b7b71ac719064d640f8aa56c89b1f'Michael Niedermayer2014-06-18
|\|
| * tiffenc: fix packet size calculationTristan Matthews2014-06-17
* | lavc/tiffenc: Enable frame-threading.Carl Eugen Hoyos2014-05-31
* | Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed'Michael Niedermayer2014-04-13
|\|
| * tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-12
| * tiff: Support rgba encodingCarl Eugen Hoyos2014-03-16
* | Consider aspect ratio when writing tiff dpi.Carl Eugen Hoyos2014-04-06
* | Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2013-11-17
|\|
| * tiffenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer2013-06-03
|\|
| * tiff: K&R formatting cosmeticsDiego Biurrun2013-06-02
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-14
|\|
| * pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
| * lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.Carl Eugen Hoyos2012-11-05
* | tiffenc: fix integer overflowMichael Niedermayer2012-10-19
* | lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | tiffenc: remove unused variableMichael Niedermayer2012-10-03