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-08-04prores: set avtx->pix_fmt based on the fourcc code during initHendrik Leppkes
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-03-06avcodec/proresdec2: Do not discard frames with bad slicesMichael Niedermayer
2016-05-27avcodec/proresdec2: Add support for grayscale videosHåvard Espeland
2015-10-30lavc/proresdec2: Fix slice_count for very high resolutions.Carl Eugen Hoyos
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-05-15avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-05-22avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer
2013-10-10avcodec/proresdec2: propagate error codesMichael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-09-22Make decoding alpha optional for some codecs.Reimar Döffinger
2013-09-13avcodec/proresdec2: remove duplicated tablesPaul B Mahol
2013-09-09avcodec/proresdec2: return meaningful error codesPaul B Mahol
2013-05-22proresdec: Fix end conditionMichael Niedermayer
2013-05-19proresdec2: Only try to decode alpha plane if four output planes were allocated.Carl Eugen Hoyos
2013-05-18proresdec2: Support decoding transparency information.Kostya Shishkov
2013-03-23lavc/prores: restore pict_type and key_frame setting.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-11-11proresdec: check input size before reading qmats, prevent overreading.Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-07proresdec2: avoid VLA and use SliceContext instead.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-02-16proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.Michael Niedermayer
2012-02-16proresdec2: Fix 16 vs. 8bit compiler warnings.Michael Niedermayer
2012-02-02proresdec: Fix read via negative index in a global array.Michael Niedermayer
2012-01-03lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol
2011-12-22proresdec: Check yuv slice data sizes.Michael Niedermayer
2011-12-19proresdec: add UPDATE_CACHE, should fix decoding with -OsMichael Niedermayer
2011-12-18get_bits: drop the a32 reader.Michael Niedermayer
2011-12-12cleanup: remove two extraneous semicolons.Clément Bœsch
2011-10-14proresdec: rename to avoid confusionMichael Niedermayer