summaryrefslogtreecommitdiff
path: root/libavcodec/rscc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-22
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec/rscc: Check inflated_buf size whan it is usedMichael Niedermayer2021-02-04
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/rscc: Check that the to be uncompressed input is large enoughMichael Niedermayer2019-04-01
* libavcodec/rscc.c: add missing semicolonMateusz2019-01-31
* avcodec/rscc: Avoid returning frames that have nearly no undamaged pixels in ...Michael Niedermayer2019-01-28
* avcodec/rscc: fix decoding of some iscc filesPaul B Mahol2018-09-08
* avcodec/rscc: Skip empty frames (nb_tiles == 0)Michael Niedermayer2018-02-27
* avcodec/rscc: Check pixel_size for overflowMichael Niedermayer2017-05-13
* Merge commit 'c19830aa2c19f9713b612f7e2fdb437df91ba266'Clément Bœsch2017-03-23
|\
| * rscc: Support palette formatCarl Eugen Hoyos2016-10-02
* | avcodec/rscc: return the packet size instead of 0Michael Niedermayer2016-12-15
* | avcodec/rscc: Fix constantMichael Niedermayer2016-10-31
* | avcodec/rscc: Check side data size before useMichael Niedermayer2016-10-31
* | lavc/rscc: Support pal8 in rscc.Carl Eugen Hoyos2016-09-19
* | avcodec/rscc: add support for gray8 formatPaul B Mahol2016-09-19
* | lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.Carl Eugen Hoyos2016-08-17
* | avcodec/rscc: check input buffer size for deflate modeJames Almer2016-05-10
* | Merge commit '51dc4de1218a81ee8e5b3f941839c5e3125a6d4b'Derek Buitenhuis2016-05-08
|\|
| * rscc: Add extended pixel format supportVittorio Giovara2016-04-04
* | lavc/rscc: Fix colourspace for codec_tag RSCC.Carl Eugen Hoyos2015-11-22
* | avcodec/rscc: Check input size for raw modeMichael Niedermayer2015-11-14
* | Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes2015-10-27
|/
* innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-23