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
2021-10-06avcodec/exr: x/ymax cannot be INT_MAXMichael Niedermayer
2021-10-06avcodec/exr: skip bottom clearing loop when its outside the imageMichael Niedermayer
2021-02-02avcodec/exr: Check ymin vs. hMichael Niedermayer
2021-02-02avcodec/exr: Check limits to avoid overflow in delta computationMichael Niedermayer
2021-02-02avcodec/exr: Fix overflow with many blocksMichael Niedermayer
2021-02-02avcodec/exr: Check line size for overflowMichael Niedermayer
2021-02-02avcodec/exr: Check xdelta, ydeltaMichael Niedermayer
2020-05-20avcodec/exr: output float pixels in float pixel formatMark Reid
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-01-22avcodec/exr: fix some small cosmetics nitsPaul B Mahol
2020-01-22avcodec/exr.c: make channel name comparisons case insensitiveGonzalo Garramuño
2019-10-10avcodec/exr: Allow duplicate use of channel indexesMichael Niedermayer
2019-09-26avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2019-09-23avcodec/exr: cosmeticsLimin Wang
2019-01-12avcodec/exr: set layer_match in all branchesMichael Niedermayer
2019-01-12avcodec/exr: Check for duplicate channel indexMichael Niedermayer
2018-02-27avcodec/exr: fix invalid shift in unpack_14()Michael Niedermayer
2018-02-24avcodec/exr : add support for long name flag and be more explicit about unsup...Martin Vignali
2018-02-17avcodec/exr: Check remaining bits in last get code loopMichael Niedermayer
2018-02-02avcodec/exr: Fix memleaks in decode_header()Michael Niedermayer
2017-12-30avcodec/exr: Check buf_size more completelyMichael Niedermayer
2017-11-05avcodec/exr: fix undefined shift in pxr24_uncompress()Michael Niedermayer
2017-10-01libavcodec/exr : add x86 SIMD for predictorMartin Vignali
2017-09-18avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer
2017-09-17libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali
2017-05-14libavcodec/exr : simplify reorder_pixelsMartin Vignali
2017-05-13libavcodec/exr : cosmetics variable nameMartin Vignali
2017-05-01libavcodec/exr : fix piz uncompress on big endianMartin Vignali
2017-04-27libavcodec/exr : fix float to uint16 conversion for negative float valueMartin Vignali
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-03libavcodec/exr : fix scanline offset table recreation on big endianMartin Vignali
2017-04-01avcodec/exr: add support for scanline file where offsets are set to zeroDzung Hoang
2017-03-30avcodec/exr: add support for uint32Martin Vignali
2017-01-19avcodec/exr: export writer info into frame metadataPaul B Mahol
2017-01-19avcodec/exr: make it aware of 2 additional compressionsPaul B Mahol
2017-01-06libavcodec/exr: Fix blank output when data window != display windowKevin Wheatley
2016-11-25libavcodec/exr: add support for uint32 channel decoding with pxr24Martin Vignali
2016-11-17libavcodec/exr : fix channel size calculation for uint32 channelMartin Vignali
2016-11-17exr: reindent after previous commitAndreas Cadhalpun
2016-11-17exr: 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