164 Commits (58c7d4a3e3c190369711511d0a3c08052bb8e5c8)

Author SHA1 Message Date
Mark Reid 8d19b3c4a5 avcodec/exr: preserve half-float NaN bits and add fate test 4 years ago
Michael Niedermayer b0a8b40294 avcodec/exr: skip bottom clearing loop when its outside the image 4 years ago
Michael Niedermayer 3e5959b345 avcodec/exr: Check ymin vs. h 4 years ago
Mark Reid dd03d65540 avcodec/exr: use lookuptable for alpha if there is no trc_func 4 years ago
Michael Niedermayer 6910e0f4e5 avcodec/exr: Check limits to avoid overflow in delta computation 4 years ago
Michael Niedermayer 7265b7d904 avcodec/exr: Fix overflow with many blocks 4 years ago
Michael Niedermayer 9b72cea446 avcodec/exr: Check line size for overflow 4 years ago
Michael Niedermayer 6949df35d0 avcodec/exr: Check xdelta, ydelta 4 years ago
Mark Reid 8ddcbebc3f libavcodec/exr: fix incorrect translation of denorm mantissa 4 years ago
Paul B Mahol a406dde1d2 avcodec/exr: initialize axmax and bxmin to 0 4 years ago
Mark Reid 1c094563fe avcodec/exr: add support data windows larger or outside display window 4 years ago
Mark Reid af5922a79a avcodec/exr: output float pixels in float pixel format 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Paul B Mahol 2bae3da79e avcodec/exr: fix some small cosmetics nits 5 years ago
Gonzalo Garramuño 44b1c5ddcf avcodec/exr.c: make channel name comparisons case insensitive 5 years ago
Michael Niedermayer 080819b3b4 avcodec/exr: Allow duplicate use of channel indexes 5 years ago
Andreas Rheinhardt 8b0f949906 avcodec/exr: Fix undefined left shifts of negative numbers 5 years ago
Limin Wang 3104100a12 avcodec/exr: cosmetics 5 years ago
Michael Niedermayer 433d2ae435 avcodec/exr: set layer_match in all branches 6 years ago
Michael Niedermayer f9728feaf9 avcodec/exr: Check for duplicate channel index 6 years ago
Michael Niedermayer 49062a9017 avcodec/exr: fix invalid shift in unpack_14() 7 years ago
Martin Vignali ea03f295ec avcodec/exr : add support for long name flag and be more explicit about unsupported flag 7 years ago
Michael Niedermayer dd8351b118 avcodec/exr: Check remaining bits in last get code loop 7 years ago
Michael Niedermayer 0a2560a977 avcodec/exr: Fix memleaks in decode_header() 7 years ago
Michael Niedermayer 903be5e4f6 avcodec/exr: Check buf_size more completely 7 years ago
Michael Niedermayer 66f0c958bf avcodec/exr: fix undefined shift in pxr24_uncompress() 7 years ago
Martin Vignali ac5908b13f libavcodec/exr : add x86 SIMD for predictor 7 years ago
James Almer 98d7ad085e avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototype 7 years ago
Martin Vignali 9b8c1224d7 libavcodec/exr : add X86 SIMD for reorder_pixels 7 years ago
Martin Vignali 2c6179aa82 libavcodec/exr : simplify reorder_pixels 8 years ago
Martin Vignali 73ae60d7df libavcodec/exr : cosmetics variable name 8 years ago
Martin Vignali 37f4d22075 libavcodec/exr : fix piz uncompress on big endian 8 years ago
Martin Vignali e46d637452 libavcodec/exr : fix float to uint16 conversion for negative float value 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Martin Vignali 8163314967 libavcodec/exr : fix scanline offset table recreation on big endian 8 years ago
Dzung Hoang 68e3c9a3b6 avcodec/exr: add support for scanline file where offsets are set to zero 8 years ago
Martin Vignali b4016ef31a avcodec/exr: add support for uint32 8 years ago
Paul B Mahol 8a1759ad46 avcodec/exr: export writer info into frame metadata 8 years ago
Paul B Mahol 546e29d1f5 avcodec/exr: make it aware of 2 additional compressions 8 years ago
Kevin Wheatley 09905c412d libavcodec/exr: Fix blank output when data window != display window 8 years ago
Martin Vignali 5099c541bb libavcodec/exr: add support for uint32 channel decoding with pxr24 8 years ago
Alexandra Hájková 8df1ac6b78 exr: Convert to the new bitstream reader 8 years ago
Martin Vignali 52da3f6f70 libavcodec/exr : fix channel size calculation for uint32 channel 8 years ago
Andreas Cadhalpun ce3147eb19 exr: reindent after previous commit 8 years ago
Andreas Cadhalpun ffdc5d09e4 exr: fix out-of-bounds read 8 years ago
Michael Niedermayer 01aee8148d avcodec/exr: Check tile positions 9 years ago
Martin Vignali f2b08a0702 libavcodec/exr : cosmetics, rename variable in b44_uncompress func 9 years ago
Michael Niedermayer b450b82514 avcodec/exr: Fix mixed declarations and statements 9 years ago
Martin Vignali 50747d6b1f libavcodec/exr : indent gray support patch 9 years ago
Martin Vignali 7ebd13fc8b libavodec/exr : add support for Y and YA file (ticket #5621) 9 years ago