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-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-19avcodec/zmbv: Use ff_inflate_init/end()Andreas Rheinhardt
2021-05-07avcodec/zmbv: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-05-07avcodec/zmbv: Don't free uninitialized z_streamAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-05-08avcodec/zmbv: remove the unnecessary type conversionLimin Wang
2019-10-19avcodec/zmbv: Call decode_intra directlyAndreas Rheinhardt
2019-04-25avcodec/zmbv: optimize motion compensation with memcpy()Michael Niedermayer
2019-04-02libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24Matthew Fearnley
2019-04-02libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`.Matthew Fearnley
2019-02-24avcodec/zmbv: obtain frame laterMichael Niedermayer
2018-09-19avcodec/zmbv: Check that the decompressed data size is correctMichael Niedermayer
2018-09-19avcodec/zmbv: Update decomp_len in raw framesMichael Niedermayer
2018-09-08avcodec/zmbv: decoder supports init_cleanup capabilityPaul B Mahol
2018-09-03iavcodec/zmbv: Avoid reallocating cur/prev buffers if they are large enoughMichael Niedermayer
2018-09-03avcodec/zmbv: remove useless zero check on dimensionsMichael Niedermayer
2017-11-18avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer
2017-08-17avcodec/zmbv: Check decomp_sizeMichael Niedermayer
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
2015-02-25avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-12Merge commit '0d61f260010707f3028b818e8b24598e1a83d696'Michael Niedermayer
2013-09-12zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer
2013-07-29zmbv: use av_image_copy_plane()Paul B Mahol
2013-07-28zmbv: return meaningful error codePaul B Mahol
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
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-03-06Make 32bit zmbv colour-space opaque.Carl Eugen Hoyos
2013-03-05zmbv: stop doing colorspace conversionPaul B Mahol
2013-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-11zmbv: Reset the decoder on keyframe errorsLuca Barbato
2013-01-07Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer
2013-01-06zmbv: return more meaningful error codes.Anton Khirnov
2012-12-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer