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-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-14avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-10-10avcodec/lagarith: return early on errorPaul B Mahol
2021-05-02avcodec/lagarith: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-02-04avcodec/lagarith: Sanity check scaleMichael Niedermayer
2018-12-25avcodec/lagarith: Remove duplicate checkMichael Niedermayer
2018-09-09avcodec/lagarith: set pict_type tooPaul B Mahol
2018-09-09avcodec/lagarith: switch to planar rgbPaul B Mahol
2018-08-20avcodec/lagarith: Optimize FRAME_SOLID_RGBAMichael Niedermayer
2018-07-18avcodec/lagarith: Remove redundant varianble initMichael Niedermayer
2018-07-15avcodec/lagarith: Check that the range coded data stream is consistent when t...Michael Niedermayer
2017-08-11avcodec/lagarith: Detect end of input in lag_decode_line() loopMichael Niedermayer
2017-05-23avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be r...Michael Niedermayer
2017-05-10avcodec/lagarith: Check scale_factorMichael Niedermayer
2017-05-10avcodec/lagarith: Fix runtime error: left shift of negative value -1Michael Niedermayer
2017-03-31lagarith: assign correct per-thread value to LagarithContext::avctx.Ronald S. Bultje
2017-01-13huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer
2017-01-13lossless_videodsp: move shared functions from huffyuvdspJames Almer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-11avcodec/lagarith: fix integer overflowMichael Niedermayer
2014-11-10avcodec/lagarith: fix chroma plane width & heightMichael Niedermayer
2014-05-28Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-03-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22lagarith: Fix typo in printf format stringDiego Biurrun
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-05Merge commit '4c3e1956ee35fdcc5ffdb28782050164b4623c0b'Michael Niedermayer
2014-02-05lagarith: reallocate rgb_planes when neededAnton Khirnov
2014-01-06Merge commit '2f97094608cfd2665660f7a26a3291559b186752'Michael Niedermayer
2014-01-06lagarith: do not call simd functions on unaligned linesKostya Shishkov
2013-12-30avcodec/lagarith: check and propagate return value from init_get_bits8()Michael Niedermayer
2013-12-30avcodec/lagarith: use init_get_bits8()Michael Niedermayer
2013-12-30avcodec/lagarith: reenable buggy lag_decode_zero_run_line()Michael Niedermayer
2013-12-30avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane()Michael Niedermayer
2013-12-30avcodec/lagarith: fix src/src_size for esc_count < 8Michael Niedermayer
2013-12-30avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sampleMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun