Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-12avcodec/mss3: Fix runtime error: signed integer overflow: -2146318336 - 21396...Michael Niedermayer
2017-05-06avcodec/mss3: Change types in rac_get_model_sym() to match the types they are...Michael 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
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2013-11-17Merge commit '730bac7bab3c7dcd9fcb7c70f154e5f4cfaef9a7'Michael Niedermayer
2013-11-16mss3: 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-08-01mss3: make code independent of sizeof(AVFrame)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-01-30mss3: prevent AC state from becoming invalid in rac_normalise()Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09mss3: use standard zigzag tableKostya Shishkov
2012-07-09mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov
2012-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-06mss3: add forgotten 'static' qualifier for private tableKostya Shishkov
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov