summaryrefslogtreecommitdiff
path: root/libavcodec/zerocodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/zerocodec: Avoid undefined NULL - 0Andreas Rheinhardt2022-10-041-2/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/zerocodec: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-191-16/+5
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/zerocodec: use init cleanup internal capPaul B Mahol2020-04-101-4/+3
* avcodec/zerocodec: implement flushingPaul B Mahol2020-04-101-0/+8
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-0/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3'Michael Niedermayer2013-11-171-5/+11
|\ \ | |/
| * zerocodec: use the AVFrame API properly.Anton Khirnov2013-11-161-5/+11
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-4/+2
|/
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-28/+8
* zerocodec: remove an unused variable.Anton Khirnov2012-12-241-4/+0
* ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-101-3/+6
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* zerocodec: Fix memleak in decode_frameDerek Buitenhuis2012-08-041-5/+6
* zerocodec: CosmeticsDerek Buitenhuis2012-08-041-12/+10
* zerocodec: fix direct rendering.Reimar Döffinger2012-07-231-17/+17
* zerocodec: check if the previous frame is missingPaul B Mahol2012-05-061-0/+4
* zerocodec: factorize loopMichael Niedermayer2012-03-231-32/+13
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+183