195 Commits (a085cfa65414ff4346d8367cfb54d50d4925396f)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Michael Niedermayer 1291568c98 avcodec/exr: Avoid signed overflow in displayWindow 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 2233ef1db9 avcodec/exr: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Michael Niedermayer e67deaf86c avcodec/exr: Fix undefined integer multiplication 3 years ago
Michael Niedermayer 9bc32d7c4b avcodec/exr: Check ac_count 3 years ago
Michael Niedermayer adae546f24 avcodec/exr: Check uncompressed_size against max_pixels 3 years ago
Michael Niedermayer 18b0dd0738 avcodec/exr: Better size checks 3 years ago
Michael Niedermayer 26d3c81bc5 avcodec/exr: More strictly check dc_count 4 years ago
Michael Niedermayer 48342aa075 avcodec/exr: x/ymax cannot be INT_MAX 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt da6e137cb6 avcodec/exr: Return correct error code on allocation failure 4 years ago
Michael Niedermayer 3344079d30 avcodec/exr: increase vlc depth 4 years ago
Michael Niedermayer 9e8475c7c7 avcodec/exr: Check oe in huf_decode() before use 4 years ago
Michael Niedermayer 312bcdbfc1 avcodec/exr: Check col/line for integer overflow 4 years ago
Paul B Mahol 6cc3ba4be6 avcodec/exr: add lut oriented half to float conversion code 4 years ago
Paul B Mahol cc85ca1cb3 avcodec/exr: add DWA decompression support 4 years ago
Andreas Rheinhardt 0e645b98c6 Remove double ';' 4 years ago
Paul B Mahol 4cb989e836 avcodec/exr: add fast path for case when powf() isn't needed 4 years ago
Paul B Mahol 85ab9deb98 avcodec/exr: handle case when |im - IM| == 1 for huff compression 4 years ago
Paul B Mahol 767d3f7dcf avcodec/exr: simplify piz decompression 4 years ago
Paul B Mahol 8d209eb33c avcodec/exr: export any unknown header string variable to metadata 4 years ago
Paul B Mahol f5dde8089d avcodec/exr: refactor GetByteContext usage 4 years ago
Paul B Mahol 3ea660c78a avcodec/exr: correctly calculate display window 4 years ago
Paul B Mahol b1eb15c1cf avcodec/exr: add multipart support 4 years ago
Paul B Mahol 5f0e3b549a avcodec/exr: unbreak parsing sample aspect ratio 4 years ago
Paul B Mahol 98191135e0 avcodec/exr: read fps from metadata too 4 years ago
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