summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/zmbv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/zmbv: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-07
* avcodec/zmbv: Don't free uninitialized z_streamAndreas Rheinhardt2021-05-07
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/zmbv: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/zmbv: Call decode_intra directlyAndreas Rheinhardt2019-10-19
* avcodec/zmbv: optimize motion compensation with memcpy()Michael Niedermayer2019-04-25
* libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24Matthew Fearnley2019-04-02
* libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`.Matthew Fearnley2019-04-02
* avcodec/zmbv: obtain frame laterMichael Niedermayer2019-02-23
* avcodec/zmbv: Check that the decompressed data size is correctMichael Niedermayer2018-09-19
* avcodec/zmbv: Update decomp_len in raw framesMichael Niedermayer2018-09-19
* avcodec/zmbv: decoder supports init_cleanup capabilityPaul B Mahol2018-09-08
* iavcodec/zmbv: Avoid reallocating cur/prev buffers if they are large enoughMichael Niedermayer2018-09-03
* avcodec/zmbv: remove useless zero check on dimensionsMichael Niedermayer2018-09-03
* avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer2017-11-18
* avcodec/zmbv: Check decomp_sizeMichael Niedermayer2017-08-17
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer2015-02-25
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '0d61f260010707f3028b818e8b24598e1a83d696'Michael Niedermayer2013-09-12
|\|
| * zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer2013-09-12
* | zmbv: use av_image_copy_plane()Paul B Mahol2013-07-29
* | zmbv: return meaningful error codePaul B Mahol2013-07-27
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Make 32bit zmbv colour-space opaque.Carl Eugen Hoyos2013-03-06
* | zmbv: stop doing colorspace conversionPaul B Mahol2013-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-11
|\|
| * zmbv: Reset the decoder on keyframe errorsLuca Barbato2013-01-11
* | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer2013-01-06
|\|
| * zmbv: return more meaningful error codes.Anton Khirnov2013-01-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-24
|\|
| * zmbv: remove some pointless comments and empty linesAnton Khirnov2012-12-24
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|