summaryrefslogtreecommitdiff
path: root/libavcodec/fic.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_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-041-4/+4
* 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/+2
* 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/fic: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-2/+2
* avcodec/fic: Check input size against minimal frame sizeMichael Niedermayer2019-05-091-1/+1
* avcodec/fic: Check that there is input left in fic_decode_block()Michael Niedermayer2019-01-311-0/+3
* avcodec/fic: use init_get_bits8()Paul B Mahol2018-12-231-2/+4
* avcodec/fic: Fail on invalid slice size/offMichael Niedermayer2018-12-231-0/+2
* avcodec/fic: change class name to more correct onePaul B Mahol2018-09-081-1/+1
* avcodec/fic: Check available input space for cursorMichael Niedermayer2018-05-171-0/+4
* avcodec/fic: Avoid some magic numbers related to cursorsMichael Niedermayer2018-05-171-1/+2
* avcodec/fic: Fixes signed integer overflowMichael Niedermayer2017-08-201-6/+6
* avcodec/fic: Fix multiple runtime error: signed integer overflow: 5793 * 4197...Michael Niedermayer2017-05-181-16/+16
* avcodec/fic: Check coefficientsMichael Niedermayer2017-05-091-2/+6
* avcodec/fic: Fix multiple left shift of negative value -15Michael Niedermayer2017-05-061-2/+2
* fic: set pict_type/key_frame after (instead of during) slice decoding.Ronald S. Bultje2017-03-311-15/+14
* lavc/fic: Do not warn about empty cursor.Carl Eugen Hoyos2016-05-011-1/+1
* lavc/fic: Be less verbose for invisible cursor outside of video.Carl Eugen Hoyos2016-05-011-1/+1
* lavc/fic: Cosmetics, fix a typo.Carl Eugen Hoyos2016-04-181-1/+1
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| * fic: Make warning message more accurateDerek Buitenhuis2014-04-231-1/+3
| * fic: Remove redundant clipsDerek Buitenhuis2014-04-231-3/+3
| * fic: Simplify alpha blendingDerek Buitenhuis2014-04-221-1/+1
| * fic: Support rendering cursorsDerek Buitenhuis2014-04-221-1/+111
| * fic: Use proper quantization matrix indexDerek Buitenhuis2014-04-221-1/+2
| * avcodec/fic: Fix return value checkMichael Niedermayer2014-04-211-2/+2
| * avcodec/fic: clear slice_dataMichael Niedermayer2014-04-211-0/+1
| * avcodec/fic: fix slice checksMichael Niedermayer2014-04-211-5/+5
* | avcodec/fic: Add skip_cursor AVOptionMichael Niedermayer2015-06-191-1/+17
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-101-3/+1
* | Silence warnings for fic files with zero-sized cursors.Carl Eugen Hoyos2014-11-031-3/+6
* | avcodec/fic: Check if a frame is available before using itMichael Niedermayer2014-08-221-1/+6
* | avcodec/fic: avoid 2 additions per idct rowMichael Niedermayer2014-04-231-6/+7
* | fic: Support rendering cursorsDerek Buitenhuis2014-04-231-2/+114
* | fic: Use proper quantization matrix indexDerek Buitenhuis2014-04-221-1/+2
* | Merge commit '93e15a323871613fd26f1f1e317029a50b5b24ca'Michael Niedermayer2014-04-211-11/+52
|\ \ | |/
| * fic: use correct IDCTKostya Shishkov2014-04-211-11/+52
* | avcodec/fic: Fix return value checkMichael Niedermayer2014-04-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-081-0/+5
|\ \ | |/