summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* 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-12/+11
* 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/flicvideo: Check remaining bytes in FLI*COPYMichael Niedermayer2021-09-261-0/+2
* avcodec/flicvideo: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-3/+3
* avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP(...Michael Niedermayer2019-08-151-8/+1
* avcodec/flicvideo: Make line_packets intMichael Niedermayer2019-07-211-6/+6
* avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP()Michael Niedermayer2019-07-081-1/+1
* avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 ...Michael Niedermayer2017-06-101-0/+14
* avcodec/flicvideo: Check frame_size before decrementingMichael Niedermayer2017-05-171-0/+7
* avcodec/flicvideo: Check for chunk overreadMichael Niedermayer2017-05-041-1/+19
* avcodec/flicvideo: update comment, 24bit support is implementedPaul B Mahol2017-02-221-2/+1
* avcodec/flicvideo: add support for 24bit flic filesPaul B Mahol2017-02-111-5/+269
* avcodec/flicvideo: fix some indentation issuesPaul B Mahol2017-02-111-13/+11
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* | lavc/flicvideo: Implement padding in COPY chunks.Carl Eugen Hoyos2016-03-261-2/+6
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | 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-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit 'a837c4f2df96a30bf9aa4115b426d608487c7101'Michael Niedermayer2013-11-171-29/+32
|\ \ | |/
| * flicvideo: use the AVFrame API properly.Anton Khirnov2013-11-161-29/+32
* | avcodec/flicvideo: use avpriv_request_sample()Paul B Mahol2013-10-241-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
* | avcodec/flicvideo: fix infinite loopsPaul B Mahol2013-09-251-2/+4
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-041-1/+1
|\ \ | |/
| * silly typo fixesDiego Biurrun2013-05-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-6/+2
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-121-1/+0
|\ \ | |/
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-10/+9
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-10/+9
* | Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer2013-02-241-0/+5
|\ \ | |/
| * flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov2013-02-231-0/+5
* | Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e'Michael Niedermayer2013-01-141-1/+1
|\ \ | |/
| * flicvideo: return meaningful error codes.Anton Khirnov2013-01-141-11/+11
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-9/+9
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-9/+9