summaryrefslogtreecommitdiff
path: root/libavcodec/yop.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-3/+3
* 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-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-5/+5
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/yop: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-041-0/+1
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-211-2/+4
|\
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-2/+4
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | 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
* | yop: check return value of av_frame_alloc()Paul B Mahol2013-07-261-0/+2
* | yop: Fix return typeMichael Niedermayer2013-03-251-1/+3
* | yop: use reget_buffer() as the previous contents are usedMichael Niedermayer2013-03-241-2/+16
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-4/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-38/+22
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-37/+22
* | Merge commit 'dff6197dfb9b2d145729885c63f865c5fdd184aa'Michael Niedermayer2013-02-061-0/+3
|\ \ | |/
| * yop: initialize palette to 0Anton Khirnov2013-02-061-0/+3
* | Merge commit '8136f234445862c94d1c081606b2d1e3d44fccf3'Michael Niedermayer2013-02-061-7/+17
|\ \ | |/
| * yop: check for input overreads.Anton Khirnov2013-02-061-2/+17
* | Merge commit '06cf597c352519d2b70f293518c61b8c312f5d4f'Michael Niedermayer2013-02-061-2/+2
|\ \ | |/
| * yop: check that extradata is large enough.Anton Khirnov2013-02-061-0/+5
* | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer2013-01-061-1/+2
|\ \ | |/
| * yop: use a meaningful error code.Anton Khirnov2013-01-061-1/+1
* | Merge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b'Michael Niedermayer2012-12-241-33/+19
|\ \ | |/
| * yop: simplify/sanitize the decoding loopAnton Khirnov2012-12-241-33/+19
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Partly revert f174fba: yop decoder does not support direct rendering.Carl Eugen Hoyos2012-10-301-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-291-0/+1
|\ \ | |/
| * lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-291-0/+1
* | lavc/yop: remove redudant YOP in av_log() messagesPaul B Mahol2012-10-191-4/+2
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | yopdec: check frame oddness to be within supported limitsMichael Niedermayer2012-06-011-0/+4
* | yopdec: check that palette fits in the packetMichael Niedermayer2012-06-011-0/+5
* | yop: check for missing extradataMichael Niedermayer2012-05-281-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/