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_set_dimensions() to decode.hAndreas 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-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/sanm: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-08-05avcodec/sanm: Check extradata_size before allocationsMichael Niedermayer
2019-07-08avcodec/sanm: Optimize fill_frame() with av_memcpy_backptr()Michael Niedermayer
2017-05-24avcodec/sanm: Fix uninitialized reference framesMax Justicz
2017-03-30Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch
2017-03-20Merge commit '5b5ed92d92252a685e891a5d636870e223b63228'Clément Bœsch
2016-11-03Drop unreachable break and return statementsDiego Biurrun
2016-09-04sanm: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-13avcodec/sanm: Reset sizes in destroy_buffers()Michael Niedermayer
2014-07-29Merge commit '019a28cd630286ecb2b06ee62025a17c821b493e'Michael Niedermayer
2014-07-29sanm: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-04-09avcodec/sanm: use named consant instead of literal numberMichael Niedermayer
2014-04-07Merge commit 'a420ccd4f2a011887451a7d5e1bebba4fd7c40e2'Michael Niedermayer
2014-04-06LucasArts SMUSH SANM video decoderPaul B Mahol
2013-11-01avcodec/sanm: stop using deprecated avcodec_set_dimensions()Paul B Mahol
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-08-11sanm: fix undefined behaviour on big-endian.Reimar Döffinger
2013-05-07sanm: Check dimensions before useMichael Niedermayer
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul 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-02-12sanm: Use the correct height variable in the decoded_size checksMichael Niedermayer
2013-02-12sanm: init sizes with the full frame sizeMichael Niedermayer
2013-02-12sanm: reset frame sizes on buffer destructionMichael Niedermayer
2013-02-12sanm: add forgotten check for decoded_size in old_codec37()Michael Niedermayer
2013-02-09paf, sanm: remove unused header after b05830169dPaul B Mahol
2013-02-09Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'Michael Niedermayer
2013-01-30sanm: Check MV before using them.Michael Niedermayer
2013-01-24sanm: Check decoded_size.Michael Niedermayer
2013-01-23sanm: remove "duplicate" for loop.Michael Niedermayer
2013-01-23sanm: check image dimensions before using themMichael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-12sanm: fix off by 1 error in draw_glyph()Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-08sanm: make use of dsputilPaul B Mahol
2012-07-05sanm: remove code duplicationPaul B Mahol
2012-07-05sanm: replace conditions in for loops with more common versionPaul B Mahol