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-10-24avcodec/asvdec: Only keep what is used from ScanTableAndreas Rheinhardt
2022-10-09avcodec/asvdec: Remove unnecessary emms_c()Andreas Rheinhardt
2022-10-05avcodec/asv: Split ASV1Context into decoder and encoder contextsAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-08avcodec/asvdec: ReindentationAndreas Rheinhardt
2020-12-08avcodec/asvdec: Make decoders init-threadsafeAndreas Rheinhardt
2020-10-18avcodec/asvenc: Avoid reversing output data twiceAndreas Rheinhardt
2020-10-18avcodec/asvdec: Avoid reversing input data twiceAndreas Rheinhardt
2020-10-16avcodec/asvdec: Use init_get_bits8()Andreas Rheinhardt
2020-10-16avcodec/asvdec: Reduce the size of some VLCsAndreas Rheinhardt
2017-06-01avcodec/asvdec: Use rounded up dimenensions in input size checkMichael Niedermayer
2017-05-23avcodec/asvdec: Check buf_sizeMichael Niedermayer
2016-12-23avcodec/asvdec: return correct value in case of errorPaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2014-09-02Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67'Michael Niedermayer
2014-09-02asv: K&R formatting cosmeticsGabriel Dume
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-20avcodec/asvdec: dont fail without extradataMichael Niedermayer
2013-09-20Merge commit 'f50803354c6acb4575379d7c54ca48ec5d36dd61'Michael Niedermayer
2013-09-19asvdec: Verify the amount of extradataMartin Storsjö
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-25lavc: remove unused put_bits.h headersPaul 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-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-07Merge commit 'e83c1e2d0bedb5d4fa9ab351126b2ecc552f1355'Michael Niedermayer