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-25avcodec/mss4: Check image size with av_image_check_size2()Michael Niedermayer
2020-12-08avcodec/mss4: Make VLCs staticAndreas Rheinhardt
2020-12-08avcodec/mss4: Don't duplicate standard JPEG tablesAndreas Rheinhardt
2020-12-08avcodec/mss4: Simplify creating VLC tablesAndreas Rheinhardt
2020-11-24avcodec/mss4: Mark decoder as init-threadsafeAndreas Rheinhardt
2020-11-06avcodec/mss4: Fix memleaks upon allocation errorAndreas Rheinhardt
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-06-05avcodec/mss4: Check input size against skip bitsMichael Niedermayer
2017-03-21Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22'James Almer
2016-09-29mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-24avcodec/mss4: check return value of init_get_bits8()Paul B Mahol
2015-02-10avcodec/mss4: use av_malloc_array()Paul B Mahol
2014-05-25avcodec/mss4: Fix () in MKVAL() macroMichael Niedermayer
2014-04-05Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2013-11-17Merge commit '730bac7bab3c7dcd9fcb7c70f154e5f4cfaef9a7'Michael Niedermayer
2013-11-16mss4: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-04-11mss4: make code independent of sizeof(AVFrame)Paul B Mahol
2013-04-11mss4: use init_get_bits8()Paul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-10Merge commit '36fab50e90d15352e403e4cc210890810f2fb4e2'Michael Niedermayer
2013-02-09mss4, ra288: Remove unused DSPContext local codec context membersDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov