summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+0
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-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/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* 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
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/gifdec: truncate too big width/height for invalid gif filesPaul B Mahol2018-12-101-4/+12
* avcodec/gifdec: set .caps_internalPaul B Mahol2018-09-091-0/+2
* avcodec/gifdec: check ff_lzw_decode_open() for failurePaul B Mahol2018-09-091-0/+2
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-0/+4
|\
* | avcodec/gifdec: skip the data lzw consumedNi Hui2015-11-101-2/+3
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6
* | Merge commit '0b39ac6f54505a538c21fe49a626de94c518c903'Michael Niedermayer2014-12-191-1/+1
|\ \ | |/
| * gifdec: refactor interleave end handlingMichael Niedermayer2014-12-191-10/+5
* | avcodec/gifdec: factorize interleave end handling outMichael Niedermayer2014-10-031-10/+5
* | gifdec: use truncated width for image manipulationChristophe Gisquet2014-08-181-9/+22
* | avcodec/gifdec: check that the correct number of bytes was decodedMichael Niedermayer2013-12-171-1/+5
* | Merge commit '1f3e56b6dcc163a705704e98569d4850a31d651c'Michael Niedermayer2013-11-221-10/+9
|\ \ | |/
| * gifdec: convert to bytestream2Anton Khirnov2013-11-211-34/+33
* | avcodec/gifdec: print error if image is not within dimensionsMichael Niedermayer2013-11-221-1/+3
* | Merge commit 'c453723ad7d14abc5e82677eebaa6025fa598f08'Michael Niedermayer2013-11-221-1/+3
|\ \ | |/
| * gifdec: check that the image dimensions are non-zeroAnton Khirnov2013-11-211-2/+5
* | Merge commit '3b086317277e3f3b61c0343930d8e2570b278bd6'Michael Niedermayer2013-11-011-2/+1
|\ \ | |/
| * gifdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+2
* | 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
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* | gifdec: reset previous Graphic Control Extension disposal typeMichael Niedermayer2013-05-071-0/+1
* | avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the codeMichael Niedermayer2013-03-251-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-6/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-36/+32
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-17/+8
* | gifdec: use AVFrame accessor functionsMichael Niedermayer2013-03-011-1/+1
* | lavc/gifdec: remove obsolete checkPaul B Mahol2013-01-251-5/+0
* | lavc/gifdec: move idx_line allocation out of gif_read_header1()Paul B Mahol2013-01-251-4/+4
* | lavc/gifdec: do not return nonzero *got_frame if frame is not passedPaul B Mahol2013-01-251-8/+6
* | lavc/gifdec: simplify "!= 0" checksPaul B Mahol2013-01-251-3/+3
* | lavc/gifdec: use memcpy()Paul B Mahol2013-01-251-4/+2