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-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-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
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-08avcodec/exr: mark gama option as experimental / unsupportedMichael Niedermayer
2014-05-08avcodec/exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno
2014-04-01avcodec/exr: use av_freep() for safteyMichael Niedermayer
2014-04-01Merge commit '38389058c3308758c6365abd0f6b45c5e62bb90b'Michael Niedermayer
2014-04-01OpenEXR decoderJimmy Christensen
2014-02-18avcodec/exr: read layersGonzalo Garramuno
2013-11-01avcodec/exr: stop using deprecated avcodec_set_dimensions()Paul B Mahol
2013-10-20avcodec/exr: fix null pointer dereferenceMichael Niedermayer
2013-10-20avcodec/exr: favor av_freep() over av_free() for safteyMichael Niedermayer
2013-10-16avcodec/exr: piz decompressionPaul B Mahol
2013-10-10avcodec/exr: remove pointless initializationPaul B Mahol