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-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-09-02avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
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
2021-05-02avcodec/bink: Don't waste space for VLC tableAndreas Rheinhardt
2021-05-02avcodec/bink: Make decoder init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-09-04avcodec/bink: Only keep what is used from HpelDSPContextAndreas Rheinhardt
2020-09-04avcodec/bink: Combine allocations of arrays into oneAndreas Rheinhardt
2020-09-04avcodec/bink: Fix memleak upon init failureAndreas Rheinhardt
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-05avcodec/bink: Add many end of input checksMichael Niedermayer
2019-06-26avcodec/bink: Fix integer overflow in unquantize_dct_coeffs()Michael Niedermayer
2019-06-16avcodec/bink: Reorder operations in init to avoid memleak on errorMichael Niedermayer
2019-05-12lavc/bink: Remove the dead code blockJun Zhao
2019-01-01avcodec/bink: Provide non NULL context to av_log()Michael Niedermayer
2018-07-22avcodec/bink: set color rangePaul B Mahol
2018-07-22avcodec/bink: add 'k' version supportPaul B Mahol
2017-11-08Merge commit 'fd92dafaff8844b5fedf94679b93d953939a7f7b'James Almer
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-07-05bink: Split read_dct_coeffs()Diego Biurrun
2017-05-02vlc: Add header #include when the types are usedLuca Barbato
2017-03-23lavc: Remove deprecated XvMC support hacksDiego Biurrun
2016-11-18bink: Convert to the new bitstream readerAlexandra Hájková
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-03Merge commit '7f596368a404363d72b1be6d16c51420a71bc523'Michael Niedermayer
2015-06-03bink: Factorize bink put_pixelLuca Barbato
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-02Merge commit 'b88cc5cca111132b42c2ee99662bfefe7652e3da'Michael Niedermayer
2014-06-02bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun
2014-05-30Merge commit 'cb52a17cb62297802b0a77e5af9850d87c3f925b'Michael Niedermayer
2014-05-29dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun
2013-12-15avcodec/bink: use av_mallocz for dataMichael Niedermayer
2013-10-31avcodec/bink: fix seeking to frame 0Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun