summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-4/+4
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* 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/4xm: Remove unnecessary and redundant emms_c()Andreas Rheinhardt2022-08-241-2/+0
* avcodec/4xm: treat AV_LOG_ERROR cases as errorsMichael Niedermayer2022-08-231-0/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+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/+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/4xm: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-4/+2
* avcodec/4xm: Make decoder init-threadsafeAndreas Rheinhardt2021-05-021-2/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/4xm: Check pre_gb in decode_i_block()Michael Niedermayer2021-03-111-2/+2
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/4xm: Check index in decode_i_block() also in the path where its not u...Michael Niedermayer2019-09-261-0/+4
* avcodec/4xm: Check for end of input in decode_p_block()Michael Niedermayer2019-08-131-0/+2
* avcodec/4xm: Fix signed integer overflows in idct()Michael Niedermayer2019-07-081-1/+1
* avcodec/4xm: Fix vlc memleakMichael Niedermayer2019-06-261-0/+1
* avcodec/4xm: Fix returned error codesMichael Niedermayer2019-01-011-2/+2
* avcodec/4xm: fix block alignmentRamiro Polla2018-12-261-1/+1
* doc: fix spelling errorsAndreas Cadhalpun2016-10-291-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-5/+5
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | avcodec/4xm: remove duplicate assertMichael Niedermayer2014-11-131-1/+1
* | Merge commit '68a35473ed423a14731c418939fba7913647979a'Michael Niedermayer2014-11-131-10/+14
|\ \ | |/
| * 4xm: more thorought check for negative index and negative shiftVittorio Giovara2014-11-131-11/+18
| * 4xm: drop unnecessary checkVittorio Giovara2014-11-111-3/+0
* | avcodec/4xm: Make src of decode_p_block() constMichael Niedermayer2014-09-221-1/+1
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-7/+7
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-7/+7
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-1/+4
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+4
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-1/+3
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-1/+3
* | Merge commit 'fe80fa53bc4977ef6e8e749a9df8ca5590a09307'Michael Niedermayer2014-01-061-69/+63
|\ \ | |/
| * 4xm: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-061-62/+59
| * 4xm: return a proper error code.Anton Khirnov2014-01-061-1/+1
* | avcodec/4xm: use av_fast_padded_malloc()Paul B Mahol2013-10-301-8/+4
* | 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 '2f034f255c49050e894ab9b88087c09ebe249f3f'Michael Niedermayer2013-07-241-0/+2
|\ \ | |/
| * 4xm: Reject not a multiple of 16 dimensionLuca Barbato2013-07-231-0/+6