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
2020-06-14avcodec/iff: Fix off by x errorMichael Niedermayer
2020-05-12avcodec/iff: Test video_size being non zeroMichael Niedermayer
2020-05-11avcodec/iff: Fix several integer overflowsMichael Niedermayer
2020-04-22avcodec/iff: Check length before memcpy() in decode_deep_rle32()Michael Niedermayer
2020-04-22avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()Michael Niedermayer
2020-01-30avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBMMichael Niedermayer
2020-01-18avcodec/iff: Check input space before loop in decode_delta_d()Michael Niedermayer
2019-12-28avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer
2019-12-15avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer
2019-11-20avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer
2019-11-09avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer
2019-09-05avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer
2019-08-05libavcodec/iff: Use unsigned to avoid undefined behaviourAndreas Rheinhardt
2019-07-14avcodec/iff: Add "else" to make code look prettierMichael Niedermayer
2019-07-08avcodec/iff: Check ham vs bppMichael Niedermayer
2019-06-23avcodec/iff: finetune the palette size check in the mask caseMichael Niedermayer
2019-06-23avcodec/iff: Fix mask_buf / mask_palbuf leakMichael Niedermayer
2017-06-18avcodec/iff: Cleanup on init failureMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-02-12avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol
2017-01-06avcodec/iff: add support for vertical word compression in ILBMPaul B Mahol
2016-08-15avcodec/iff: remove palette swapping for animPaul B Mahol
2016-07-11avcodec/iff: Check that there are enough bytes in dgb before readingMichael Niedermayer
2016-07-11avcodec/iff: remove useless ()Michael Niedermayer
2016-07-06avcodec/iff: Print error for cols/bpp/bytes being bad in decode_delta_j()Michael Niedermayer
2016-07-06avcodec/iff: decode_delta_j: Check that the number of bytes that will be read...Michael Niedermayer
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-06-12avcodec/iff: Fix bytestream advanceMichael Niedermayer
2016-05-23avcodec/iff: mention RGB8/RGBN decoderPiotr Bandurski
2016-05-19avcodec/iff: add support for ANBR filesPaul B Mahol
2016-05-18avcodec/iff: add forgotten checks for end of input bufferPaul B Mahol
2016-05-18avcodec/iff: scala anim32 & anim16 decompressionPaul B Mahol
2016-05-17avcodec/iff: fix artifacts with uncompressed ham ANIMsPaul B Mahol
2016-05-16avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol
2016-05-16avcodec/iff: check if there is enough bytes leftPaul B Mahol
2016-05-15avcodec/iff: rewrite out of bounds checking in writerPaul B Mahol
2016-05-14avcodec/iff: check for end of buffer in input for delta_l decompressionPaul B Mahol
2016-05-14avcodec/iff: implement 3rd delta ANIM decompressionPaul B Mahol
2016-05-13avcodec/iff: change delta l offset to uint32_tPaul B Mahol
2016-05-13lavc: add IFF ANIM decoderPaul B Mahol
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2015-10-12avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-08-11avcodec/iff: check pixfmt for rgb8 / rgbnMichael Niedermayer
2014-08-10avcodec/iff: Factorize av_pix_fmt_desc_get() outMichael Niedermayer