Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-18libavcodec/exr : fix channel size calculation for uint32 channelMartin Vignali
2016-11-18exr: fix out-of-bounds readAndreas Cadhalpun
2016-08-25avcodec/exr: Check tile positionsMichael Niedermayer
2016-07-13libavcodec/exr : cosmetics, rename variable in b44_uncompress funcMartin Vignali
2016-07-07avcodec/exr: Fix mixed declarations and statementsMichael Niedermayer
2016-07-07libavcodec/exr : indent gray support patchMartin Vignali
2016-07-07libavodec/exr : add support for Y and YA file (ticket #5621)Martin Vignali
2016-06-30libavcodec/exr : fix decoding piz float file.Martin Vignali
2016-06-25avcodec/exr: add missed hunks from previous exr commitMartin Vignali
2016-06-25avcodec/exr: fix reading float channel when there is half and float channels ...Martin Vignali
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-06avcodec/exr: indent b44 uncompress functionMartin Vignali
2016-06-06avcodec/exr: fix decoding of B44 exr when all channel doesnt have the same pi...Martin Vignali
2016-06-06avcodec/exr: move channel_line_size to thread dataMartin Vignali
2016-06-06avcodec/exr: improve pxr24 uncompressMartin Vignali
2016-06-06avcodec/exr: remove unneed scanline_size varMartin Vignali
2016-06-06avcodec/exr: fix tile decoding when all channels doesnt have the same pixel typeMartin Vignali
2016-06-06avcodec/exr: indent the if (layer_match) partMartin Vignali
2016-06-06avcodec/exr: fix layer detectionMartin Vignali
2016-05-19avcodec/exr: Fix potential integer overflowMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-25libavcodec/exr: move xsize and ysize to thread dataMartin Vignali
2016-04-17avcodec/exr: Fix "libavcodec/exr.c:1494:13: warning: ISO C90 forbids mixed de...Michael Niedermayer
2016-04-12avcodec/exr: fix huf_decodeMartin Vignali
2016-04-12avcodec/exr: fix clearing end of bitmapPaul B Mahol
2016-04-10avcodec/exr: fix channel detectionMartin Vignali
2016-04-06avcodec/exr: enable mipmap, ripmap decodingMartin Vignali
2016-04-04libavcodec/exr : add support for compression in tileMartin Vignali
2016-04-04libavcodec/exr : cosmetic changeMartin Vignali
2016-04-03libavcodec/exr: add tile supportMartin Vignali
2016-04-03libavcodec/exr: fix PRX24 Float decompressionMartin Vignali
2016-03-26avcodec/exr: add support for B44 and B44A compressionMartin Vignali
2016-01-30lavc/exr: Move setting SAR down.Carl Eugen Hoyos
2016-01-02Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'Hendrik Leppkes
2015-12-26Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun
2015-12-18exr: fix out of bounds read in get_codeAndreas Cadhalpun
2015-12-17exr: fix out of bounds read in get_codeAndreas Cadhalpun
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-11avcodec/exr: Mark up the decoded buffer as the appropriate transfer character...Kevin Wheatley
2015-09-11avcodec/exr: Add support for applying a transfer characteristic curve to Open...Kevin Wheatley
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-06avcodec/exr: fix crash caused by mergePaul B Mahol
2015-04-01Revert "avcodec/exr: fix memset first arg in reverse_lut()"Michael Niedermayer
2015-02-22avcodec/exr: fix memset first arg in reverse_lut()Paul B Mahol
2014-12-05Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d'Michael Niedermayer
2014-12-03exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno
2014-11-15Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f'Michael Niedermayer
2014-11-14exr: check return valueVittorio Giovara
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer