aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/exr.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/exr: indent b44 uncompress functionMartin Vignali2016-06-061-26/+26
* avcodec/exr: fix decoding of B44 exr when all channel doesnt have the same pi...Martin Vignali2016-06-061-1/+17
* avcodec/exr: move channel_line_size to thread dataMartin Vignali2016-06-061-9/+10
* avcodec/exr: improve pxr24 uncompressMartin Vignali2016-06-061-5/+10
* avcodec/exr: remove unneed scanline_size varMartin Vignali2016-06-061-3/+0
* avcodec/exr: fix tile decoding when all channels doesnt have the same pixel typeMartin Vignali2016-06-061-46/+19
* avcodec/exr: indent the if (layer_match) partMartin Vignali2016-06-061-17/+17
* avcodec/exr: fix layer detectionMartin Vignali2016-06-061-1/+10
* avcodec/exr: Fix potential integer overflowMichael Niedermayer2016-05-191-1/+1
* libavcodec/exr: move xsize and ysize to thread dataMartin Vignali2016-04-251-41/+43
* avcodec/exr: Fix "libavcodec/exr.c:1494:13: warning: ISO C90 forbids mixed de...Michael Niedermayer2016-04-171-1/+3
* avcodec/exr: fix huf_decodeMartin Vignali2016-04-121-1/+2
* avcodec/exr: fix clearing end of bitmapPaul B Mahol2016-04-121-1/+1
* avcodec/exr: fix channel detectionMartin Vignali2016-04-101-8/+10
* avcodec/exr: enable mipmap, ripmap decodingMartin Vignali2016-04-061-5/+7
* libavcodec/exr : add support for compression in tileMartin Vignali2016-04-041-22/+17
* libavcodec/exr : cosmetic changeMartin Vignali2016-04-041-2/+1
* libavcodec/exr: add tile supportMartin Vignali2016-04-031-54/+210
* libavcodec/exr: fix PRX24 Float decompressionMartin Vignali2016-04-031-3/+12
* avcodec/exr: add support for B44 and B44A compressionMartin Vignali2016-03-261-0/+119
* lavc/exr: Move setting SAR down.Carl Eugen Hoyos2016-01-301-3/+4
* Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'Hendrik Leppkes2016-01-021-2/+1
|\
| * Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-261-2/+1
| * exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-161-5/+5
* | exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-181-5/+5
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* | avcodec/exr: Mark up the decoded buffer as the appropriate transfer character...Kevin Wheatley2015-09-101-0/+3
* | avcodec/exr: Add support for applying a transfer characteristic curve to Open...Kevin Wheatley2015-09-101-27/+96
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | avcodec/exr: fix crash caused by mergePaul B Mahol2015-06-061-15/+16
* | Revert "avcodec/exr: fix memset first arg in reverse_lut()"Michael Niedermayer2015-04-011-1/+1
* | avcodec/exr: fix memset first arg in reverse_lut()Paul B Mahol2015-02-221-1/+1
* | Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d'Michael Niedermayer2014-12-051-23/+20
|\|
| * exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno2014-12-031-7/+110
* | Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f'Michael Niedermayer2014-11-151-2/+3
|\|
| * exr: check return valueVittorio Giovara2014-11-141-2/+3
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-201-2/+2
|\|
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-2/+2
* | avcodec/exr: mark gama option as experimental / unsupportedMichael Niedermayer2014-05-081-1/+1
* | avcodec/exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno2014-05-081-7/+113
* | avcodec/exr: use av_freep() for safteyMichael Niedermayer2014-04-011-2/+2
* | Merge commit '38389058c3308758c6365abd0f6b45c5e62bb90b'Michael Niedermayer2014-04-011-376/+415
|\|
| * OpenEXR decoderJimmy Christensen2014-04-011-0/+1348
* avcodec/exr: read layersGonzalo Garramuno2014-02-181-4/+35
* avcodec/exr: stop using deprecated avcodec_set_dimensions()Paul B Mahol2013-11-011-6/+3
* avcodec/exr: fix null pointer dereferenceMichael Niedermayer2013-10-191-1/+1
* avcodec/exr: favor av_freep() over av_free() for safteyMichael Niedermayer2013-10-191-5/+5
* avcodec/exr: piz decompressionPaul B Mahol2013-10-161-0/+467
* avcodec/exr: remove pointless initializationPaul B Mahol2013-10-101-1/+1