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-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas 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-04-02avcodec/dfa: don't check for the bitstream version on every copied lineJames Almer
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-18avcodec/dfa: Optimize output reshuffle loopMichael Niedermayer
2021-05-02avcodec/dfa: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-03-25avcodec/dfa: Use array of fixed-sized strings for fixed-sized stringsAndreas Rheinhardt
2019-03-17avcodec/dfa: Check the chunk header is not truncatedMichael Niedermayer
2018-04-19avcodec/dfa: Check dimension against maximumMichael Niedermayer
2017-11-11Merge commit 'd34a133b78afe2793cd8537f3c7f42437f441e94'James Almer
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-08-13dfa: Disallow odd width/height and add proper bounds check for DDS1 chunksDiego Biurrun
2017-05-18avcodec/dfa: Fix: runtime error: signed integer overflow: -14202 * 196877 can...Michael Niedermayer
2017-05-06avcodec/dfa: Fix signed integer overflow: -2147483648 - 1 cannot be represent...Michael Niedermayer
2017-05-05avcodec/dfa: Fix off by 1 errorMichael Niedermayer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04dfa: Put our pointer check back.Michael Niedermayer
2013-04-15dfa: support decoding version=1.0Michael Niedermayer
2013-04-10Merge commit 'b439c992c23f3e0f3832fffd2a34a664b236c525'Michael Niedermayer
2013-04-09dfa: implement missing TDLT coding methodKostya Shishkov
2013-04-08dfa: implement tdlt chunk decodingPaul B Mahol
2013-04-04dfa: remove redundant checkMichael Niedermayer
2013-04-04Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer
2013-04-04dfa: check for invalid access in decode_wdlt().Anton Khirnov
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
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-24Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer
2012-10-23dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard
2012-10-23av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov