summaryrefslogtreecommitdiff
path: root/libavcodec/hnm4video.c
Commit message (Expand)AuthorAge
* avcodec/hnm4video: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/hnm4video: Don't reimplement FFSWAP()Andreas Rheinhardt2020-09-19
* avcodec/hnm4video: Don't return nonsense error messagesAndreas Rheinhardt2020-09-19
* avcodec/hnm4video: Cleanup generically on init failureAndreas Rheinhardt2020-09-19
* avcodec/hnm4video: Optimize postprocess_current_frame()Michael Niedermayer2019-08-12
* avcodec/hnm4video: Forward errors of decode_interframe_v4()Michael Niedermayer2019-08-03
* avcodec/hnm4video: fix palette alphaMarton Balint2018-04-30
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| * hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer2014-11-25
* | Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74'Michael Niedermayer2014-11-25
|\|
| * hnm4: Use av_image_check_sizeLuca Barbato2014-11-25
* | avcodec/hnm4video: check offset before subtraction in decode_interframe_v4a()Michael Niedermayer2014-02-03
* | avcodec/hnm4video: change width/height to intMichael Niedermayer2013-12-10
* | avcodec/hnm4video: allocate frame only when theres a coded frameMichael Niedermayer2013-11-23
* | avcodec/hnm4video: check writeoffset in decode_interframe_v4a()Michael Niedermayer2013-11-22
* | avcodec/hnm4video: check dimensions for validityMichael Niedermayer2013-11-22
* | avcodec/hnm4video: fix missing newlines in error messagesMichael Niedermayer2013-11-22
* | avcodec/hnm4video: fix write offset checks in decode_interframe_v4()Michael Niedermayer2013-11-22
* | avcodec/hnm4video: check offset in decode_interframe_v4() more completelyMichael Niedermayer2013-11-22
* | avcodec/hnm4video: check intraframe sizeMichael Niedermayer2013-11-22
* | avcodec/hnm4video: check that packetsize is at least 8Michael Niedermayer2013-11-22
* | avcodec/hnm4video: remove redundant log messagePaul B Mahol2013-11-07
* | Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e'Michael Niedermayer2013-11-01
|/
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-31