| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/exr: indent b44 uncompress function | Martin Vignali | 2016-06-06 | 1 | -26/+26 |
* | avcodec/exr: fix decoding of B44 exr when all channel doesnt have the same pi... | Martin Vignali | 2016-06-06 | 1 | -1/+17 |
* | avcodec/exr: move channel_line_size to thread data | Martin Vignali | 2016-06-06 | 1 | -9/+10 |
* | avcodec/exr: improve pxr24 uncompress | Martin Vignali | 2016-06-06 | 1 | -5/+10 |
* | avcodec/exr: remove unneed scanline_size var | Martin Vignali | 2016-06-06 | 1 | -3/+0 |
* | avcodec/exr: fix tile decoding when all channels doesnt have the same pixel type | Martin Vignali | 2016-06-06 | 1 | -46/+19 |
* | avcodec/exr: indent the if (layer_match) part | Martin Vignali | 2016-06-06 | 1 | -17/+17 |
* | avcodec/exr: fix layer detection | Martin Vignali | 2016-06-06 | 1 | -1/+10 |
* | avcodec/exr: Fix potential integer overflow | Michael Niedermayer | 2016-05-19 | 1 | -1/+1 |
* | libavcodec/exr: move xsize and ysize to thread data | Martin Vignali | 2016-04-25 | 1 | -41/+43 |
* | avcodec/exr: Fix "libavcodec/exr.c:1494:13: warning: ISO C90 forbids mixed de... | Michael Niedermayer | 2016-04-17 | 1 | -1/+3 |
* | avcodec/exr: fix huf_decode | Martin Vignali | 2016-04-12 | 1 | -1/+2 |
* | avcodec/exr: fix clearing end of bitmap | Paul B Mahol | 2016-04-12 | 1 | -1/+1 |
* | avcodec/exr: fix channel detection | Martin Vignali | 2016-04-10 | 1 | -8/+10 |
* | avcodec/exr: enable mipmap, ripmap decoding | Martin Vignali | 2016-04-06 | 1 | -5/+7 |
* | libavcodec/exr : add support for compression in tile | Martin Vignali | 2016-04-04 | 1 | -22/+17 |
* | libavcodec/exr : cosmetic change | Martin Vignali | 2016-04-04 | 1 | -2/+1 |
* | libavcodec/exr: add tile support | Martin Vignali | 2016-04-03 | 1 | -54/+210 |
* | libavcodec/exr: fix PRX24 Float decompression | Martin Vignali | 2016-04-03 | 1 | -3/+12 |
* | avcodec/exr: add support for B44 and B44A compression | Martin Vignali | 2016-03-26 | 1 | -0/+119 |
* | lavc/exr: Move setting SAR down. | Carl Eugen Hoyos | 2016-01-30 | 1 | -3/+4 |
* | Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1' | Hendrik Leppkes | 2016-01-02 | 1 | -2/+1 |
|\ |
|
| * | Remove stray line breaks from avpriv_{report_missing_feature|request_samples} | Diego Biurrun | 2015-12-26 | 1 | -2/+1 |
| * | exr: fix out of bounds read in get_code | Andreas Cadhalpun | 2015-12-16 | 1 | -5/+5 |
* | | exr: fix out of bounds read in get_code | Andreas Cadhalpun | 2015-12-18 | 1 | -5/+5 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | avcodec/exr: Mark up the decoded buffer as the appropriate transfer character... | Kevin Wheatley | 2015-09-10 | 1 | -0/+3 |
* | | avcodec/exr: Add support for applying a transfer characteristic curve to Open... | Kevin Wheatley | 2015-09-10 | 1 | -27/+96 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avcodec/exr: fix crash caused by merge | Paul B Mahol | 2015-06-06 | 1 | -15/+16 |
* | | Revert "avcodec/exr: fix memset first arg in reverse_lut()" | Michael Niedermayer | 2015-04-01 | 1 | -1/+1 |
* | | avcodec/exr: fix memset first arg in reverse_lut() | Paul B Mahol | 2015-02-22 | 1 | -1/+1 |
* | | Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d' | Michael Niedermayer | 2014-12-05 | 1 | -23/+20 |
|\| |
|
| * | exr: Add a gamma flag to exr loader to avoid banding | Gonzalo Garramuno | 2014-12-03 | 1 | -7/+110 |
* | | Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f' | Michael Niedermayer | 2014-11-15 | 1 | -2/+3 |
|\| |
|
| * | exr: check return value | Vittorio Giovara | 2014-11-14 | 1 | -2/+3 |
* | | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' | Michael Niedermayer | 2014-06-20 | 1 | -2/+2 |
|\| |
|
| * | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -2/+2 |
* | | avcodec/exr: mark gama option as experimental / unsupported | Michael Niedermayer | 2014-05-08 | 1 | -1/+1 |
* | | avcodec/exr: Add a gamma flag to exr loader to avoid banding | Gonzalo Garramuno | 2014-05-08 | 1 | -7/+113 |
* | | avcodec/exr: use av_freep() for saftey | Michael Niedermayer | 2014-04-01 | 1 | -2/+2 |
* | | Merge commit '38389058c3308758c6365abd0f6b45c5e62bb90b' | Michael Niedermayer | 2014-04-01 | 1 | -376/+415 |
|\| |
|
| * | OpenEXR decoder | Jimmy Christensen | 2014-04-01 | 1 | -0/+1348 |
* | avcodec/exr: read layers | Gonzalo Garramuno | 2014-02-18 | 1 | -4/+35 |
* | avcodec/exr: stop using deprecated avcodec_set_dimensions() | Paul B Mahol | 2013-11-01 | 1 | -6/+3 |
* | avcodec/exr: fix null pointer dereference | Michael Niedermayer | 2013-10-19 | 1 | -1/+1 |
* | avcodec/exr: favor av_freep() over av_free() for saftey | Michael Niedermayer | 2013-10-19 | 1 | -5/+5 |
* | avcodec/exr: piz decompression | Paul B Mahol | 2013-10-16 | 1 | -0/+467 |
* | avcodec/exr: remove pointless initialization | Paul B Mahol | 2013-10-10 | 1 | -1/+1 |