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-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
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-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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-22avcodec: Factor updating palette outAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-02-04avcodec/rscc: Check inflated_buf size whan it is usedMichael Niedermayer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-04-01avcodec/rscc: Check that the to be uncompressed input is large enoughMichael Niedermayer
2019-01-31libavcodec/rscc.c: add missing semicolonMateusz
2019-01-28avcodec/rscc: Avoid returning frames that have nearly no undamaged pixels in ...Michael Niedermayer
2018-09-08avcodec/rscc: fix decoding of some iscc filesPaul B Mahol
2018-02-27avcodec/rscc: Skip empty frames (nb_tiles == 0)Michael Niedermayer
2017-05-13avcodec/rscc: Check pixel_size for overflowMichael Niedermayer
2017-03-23Merge commit 'c19830aa2c19f9713b612f7e2fdb437df91ba266'Clément Bœsch
2016-12-16avcodec/rscc: return the packet size instead of 0Michael Niedermayer
2016-11-01avcodec/rscc: Fix constantMichael Niedermayer
2016-10-31avcodec/rscc: Check side data size before useMichael Niedermayer
2016-10-02rscc: Support palette formatCarl Eugen Hoyos
2016-09-20lavc/rscc: Support pal8 in rscc.Carl Eugen Hoyos
2016-09-19avcodec/rscc: add support for gray8 formatPaul B Mahol
2016-08-17lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.Carl Eugen Hoyos
2016-05-11avcodec/rscc: check input buffer size for deflate modeJames Almer
2016-05-09Merge commit '51dc4de1218a81ee8e5b3f941839c5e3125a6d4b'Derek Buitenhuis
2016-04-04rscc: Add extended pixel format supportVittorio Giovara
2015-11-22lavc/rscc: Fix colourspace for codec_tag RSCC.Carl Eugen Hoyos
2015-11-14avcodec/rscc: Check input size for raw modeMichael Niedermayer
2015-10-27Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes
2015-10-23innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara