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
2021-04-01avcodec/mss12: Don't apply non-zero offset to null pointerAndreas Rheinhardt
2019-08-05avcodec/mss1: check for overread and forward errorsMichael Niedermayer
2017-03-21Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22'James Almer
2016-09-29mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-08-18mss12: validate display dimensionsAnton Khirnov
2016-02-28mss2: Fix buffer overflow.Reimar Döffinger
2015-01-17avcodec/mss12: Use av_malloc_array()Michael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-01-24ff_mss12_decode_init: check dimensionsMichael Niedermayer
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-03mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás
2012-09-03mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás
2012-09-03mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás
2012-08-31MSS2 decoderAlberto Delmás
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov