| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/exr: fix undefined shift in pxr24_uncompress() | Michael Niedermayer | 2017-11-05 | 1 | -1/+1 |
* | libavcodec/exr : add x86 SIMD for predictor | Martin Vignali | 2017-10-01 | 1 | -14/+2 |
* | avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototype | James Almer | 2017-09-17 | 1 | -2/+2 |
* | libavcodec/exr : add X86 SIMD for reorder_pixels | Martin Vignali | 2017-09-17 | 1 | -23/+15 |
* | libavcodec/exr : simplify reorder_pixels | Martin Vignali | 2017-05-14 | 1 | -14/+11 |
* | libavcodec/exr : cosmetics variable name | Martin Vignali | 2017-05-12 | 1 | -10/+10 |
* | libavcodec/exr : fix piz uncompress on big endian | Martin Vignali | 2017-05-01 | 1 | -5/+23 |
* | libavcodec/exr : fix float to uint16 conversion for negative float value | Martin Vignali | 2017-04-27 | 1 | -2/+2 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | libavcodec/exr : fix scanline offset table recreation on big endian | Martin Vignali | 2017-04-03 | 1 | -9/+14 |
* | avcodec/exr: add support for scanline file where offsets are set to zero | Dzung Hoang | 2017-04-01 | 1 | -1/+18 |
* | avcodec/exr: add support for uint32 | Martin Vignali | 2017-03-29 | 1 | -5/+12 |
* | avcodec/exr: export writer info into frame metadata | Paul B Mahol | 2017-01-19 | 1 | -2/+13 |
* | avcodec/exr: make it aware of 2 additional compressions | Paul B Mahol | 2017-01-19 | 1 | -0/+2 |
* | libavcodec/exr: Fix blank output when data window != display window | Kevin Wheatley | 2017-01-06 | 1 | -0/+1 |
* | libavcodec/exr: add support for uint32 channel decoding with pxr24 | Martin Vignali | 2016-11-25 | 1 | -0/+16 |
* | libavcodec/exr : fix channel size calculation for uint32 channel | Martin Vignali | 2016-11-16 | 1 | -1/+5 |
* | exr: reindent after previous commit | Andreas Cadhalpun | 2016-11-16 | 1 | -8/+8 |
* | exr: fix out-of-bounds read | Andreas Cadhalpun | 2016-11-16 | 1 | -3/+1 |
* | avcodec/exr: Check tile positions | Michael Niedermayer | 2016-08-25 | 1 | -2/+12 |
* | libavcodec/exr : cosmetics, rename variable in b44_uncompress func | Martin Vignali | 2016-07-13 | 1 | -33/+33 |
* | avcodec/exr: Fix mixed declarations and statements | Michael Niedermayer | 2016-07-07 | 1 | -2/+4 |
* | libavcodec/exr : indent gray support patch | Martin Vignali | 2016-07-06 | 1 | -19/+20 |
* | libavodec/exr : add support for Y and YA file (ticket #5621) | Martin Vignali | 2016-07-06 | 1 | -42/+61 |
* | libavcodec/exr : fix decoding piz float file. | Martin Vignali | 2016-06-30 | 1 | -10/+27 |
* | avcodec/exr: add missed hunks from previous exr commit | Martin Vignali | 2016-06-25 | 1 | -0/+7 |
* | avcodec/exr: fix reading float channel when there is half and float channels ... | Martin Vignali | 2016-06-25 | 1 | -14/+9 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | 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 |