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-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-24avcodec/exr: Return correct error code on allocation failureAndreas Rheinhardt
2021-04-17avcodec/exr: increase vlc depthMichael Niedermayer
2021-04-01avcodec/exr: Check oe in huf_decode() before useMichael Niedermayer
2021-03-13avcodec/exr: Check col/line for integer overflowMichael Niedermayer
2021-03-02avcodec/exr: add lut oriented half to float conversion codePaul B Mahol
2021-03-02avcodec/exr: add DWA decompression supportPaul B Mahol
2021-03-01Remove double ';'Andreas Rheinhardt
2021-03-01avcodec/exr: add fast path for case when powf() isn't neededPaul B Mahol
2021-02-28avcodec/exr: handle case when |im - IM| == 1 for huff compressionPaul B Mahol
2021-02-24avcodec/exr: simplify piz decompressionPaul B Mahol
2021-02-16avcodec/exr: export any unknown header string variable to metadataPaul B Mahol
2021-02-16avcodec/exr: refactor GetByteContext usagePaul B Mahol
2021-02-16avcodec/exr: correctly calculate display windowPaul B Mahol
2021-02-16avcodec/exr: add multipart supportPaul B Mahol
2021-02-15avcodec/exr: unbreak parsing sample aspect ratioPaul B Mahol
2021-02-15avcodec/exr: read fps from metadata tooPaul B Mahol
2020-12-09avcodec/exr: preserve half-float NaN bits and add fate testMark Reid
2020-11-22avcodec/exr: skip bottom clearing loop when its outside the imageMichael Niedermayer
2020-11-22avcodec/exr: Check ymin vs. hMichael Niedermayer
2020-11-20avcodec/exr: use lookuptable for alpha if there is no trc_funcMark Reid
2020-10-20avcodec/exr: Check limits to avoid overflow in delta computationMichael Niedermayer
2020-10-16avcodec/exr: Fix overflow with many blocksMichael Niedermayer
2020-10-11avcodec/exr: Check line size for overflowMichael Niedermayer
2020-10-11avcodec/exr: Check xdelta, ydeltaMichael Niedermayer
2020-09-15libavcodec/exr: fix incorrect translation of denorm mantissaMark Reid
2020-09-12avcodec/exr: initialize axmax and bxmin to 0Paul B Mahol
2020-09-12avcodec/exr: add support data windows larger or outside display windowMark Reid
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