summaryrefslogtreecommitdiff
path: root/libavcodec/hnm4video.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_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-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/+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/hnm4video: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/hnm4video: Don't reimplement FFSWAP()Andreas Rheinhardt2020-09-191-10/+1
* avcodec/hnm4video: Don't return nonsense error messagesAndreas Rheinhardt2020-09-191-3/+3
* avcodec/hnm4video: Cleanup generically on init failureAndreas Rheinhardt2020-09-191-3/+1
* avcodec/hnm4video: Optimize postprocess_current_frame()Michael Niedermayer2019-08-121-5/+8
* avcodec/hnm4video: Forward errors of decode_interframe_v4()Michael Niedermayer2019-08-031-10/+14
* avcodec/hnm4video: fix palette alphaMarton Balint2018-04-301-0/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| * hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer2014-11-251-2/+2
* | Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74'Michael Niedermayer2014-11-251-0/+6
|\ \ | |/
| * hnm4: Use av_image_check_sizeLuca Barbato2014-11-251-0/+6
* | avcodec/hnm4video: check offset before subtraction in decode_interframe_v4a()Michael Niedermayer2014-02-031-1/+6
* | avcodec/hnm4video: change width/height to intMichael Niedermayer2013-12-101-2/+2
* | avcodec/hnm4video: allocate frame only when theres a coded frameMichael Niedermayer2013-11-231-4/+6
* | avcodec/hnm4video: check writeoffset in decode_interframe_v4a()Michael Niedermayer2013-11-221-0/+8
* | avcodec/hnm4video: check dimensions for validityMichael Niedermayer2013-11-221-1/+3
* | avcodec/hnm4video: fix missing newlines in error messagesMichael Niedermayer2013-11-221-8/+8
* | avcodec/hnm4video: fix write offset checks in decode_interframe_v4()Michael Niedermayer2013-11-221-1/+14
* | avcodec/hnm4video: check offset in decode_interframe_v4() more completelyMichael Niedermayer2013-11-221-3/+15
* | avcodec/hnm4video: check intraframe sizeMichael Niedermayer2013-11-221-0/+4
* | avcodec/hnm4video: check that packetsize is at least 8Michael Niedermayer2013-11-221-0/+5
* | avcodec/hnm4video: remove redundant log messagePaul B Mahol2013-11-071-3/+1
* | Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e'Michael Niedermayer2013-11-011-4/+4
|/
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-311-0/+459