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
2022-09-30avcodec/tiff: Remove commented-out codeAndreas Rheinhardt
2022-09-25avcodec/tiff: support multiple black levelsPaul B Mahol
2022-09-25avcodec/tiff: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-25avcodec/tiff: improve color handling in DNGPaul B Mahol
2022-09-25avcodec/tiff: add packed/planar 32bit float supportPaul B Mahol
2022-09-23avcodec/tiff: improve lut handling for DNGPaul B Mahol
2022-09-16avcodec/tiff: Fix loop detectionMichael Niedermayer
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-09-01lavc/tiff: Support multi-component files without RowsPerStrip tag.Carl Eugen Hoyos
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-30avcodec/codec_internal: add cap for ICC profile supportNiklas Haas
2022-07-22avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-12avcodec/tiff: Check pixel format types for dngMichael Niedermayer
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-22avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-03avcodec/tiff: do not abort on zero denominatorPaul B Mahol
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-12-31avcodec/tiff: Remove messing with jpeg contextMichael Niedermayer
2021-12-23avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensionsMichael Niedermayer
2021-12-23avcodec/tiff: Pass max_pixels to mjpeg contextMichael Niedermayer
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-02avcodec/tiff: Don't use separate temporary buffer for faxAndreas Rheinhardt
2021-03-31avcodec/tiff: Avoid forward declarationsAndreas Rheinhardt
2021-03-17avcodec/tiff: use av_packet_alloc() to allocate AVPacketsJames Almer
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2021-02-23avcodec/tiff_data: Move data to its only userAndreas Rheinhardt
2020-12-28avcodec/tiff: Disallow striped and tiled tiffs except for DNGMichael Niedermayer
2020-12-04avcodec/tiff: Make decoder init-threadsafeAndreas Rheinhardt
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2020-10-07avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol
2020-09-19avcodec/tiff: Fix default white levelMichael Niedermayer
2020-09-06tiff: remove tiff type check for ICC profilesLynne
2020-08-26avcodec/tiff: Check jpeg context against jpeg frame parametersMichael Niedermayer
2020-08-26avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer
2020-08-26avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8Michael Niedermayer
2020-08-26avcodec/tiff: Check the linearization table sizeMichael Niedermayer
2020-08-07avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer
2020-07-10avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer
2020-07-05avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer
2020-07-02avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer
2020-06-15avcodec/tiff: Check stride for dngMichael Niedermayer
2020-05-21avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer
2020-05-08avcodec/tiff: remove the unnecessary type conversionLimin Wang
2020-04-30avcodec/tiff: assert that raw tiff dng blit does not write over the end of a ...Michael Niedermayer
2020-04-30avcodec/tiff: Check for planar DNG imagesMichael Niedermayer