summaryrefslogtreecommitdiff
path: root/libavcodec/clearvideo.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/clearvideo: Check tile_size to be not too largeMichael Niedermayer2021-06-29
* avcodec/clearvideo: Check for 0 tile_shiftMichael Niedermayer2021-05-12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/clearvideo: Make VLC tables staticAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Use minimal max_depth in get_vlc2()Andreas Rheinhardt2020-12-08
* avcodec/clearvideo: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Improve handling of VLC escape valuesAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Avoid huge VLC length tablesAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Avoid code tables for initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-29
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer2019-08-03
* avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer2019-03-17
* avcodec/clearvideo: Check remaining input bits in P macro block loopMichael Niedermayer2018-12-14
* avcodec/clearvideo: display warning if decoder overreads inputPaul B Mahol2018-04-24
* avcodec/clearvideo: do not try to return frame when it is same as previous onePaul B Mahol2018-04-24
* lavc/clearvideo: Allow decoding without extradata.Carl Eugen Hoyos2018-04-07
* avcodec/clearvideo: fix mixed code and declarationsJames Almer2018-04-04
* avcodec/clearvideo: add inter-frame decodingPaul B Mahol2018-04-03
* Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer2017-10-30
|\
| * Add ClearVideo decoderKostya Shishkov2017-04-25
* avcodec/clearvideo: Only output a frame if one is coded in the packetMichael Niedermayer2017-09-11
* avcodec/clearvideo: Check buf_size before decoding frameMichael Niedermayer2017-05-26
* avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 1805075...Michael Niedermayer2017-05-09
* avcodec/clearvideo: Fix multiple runtime error: left shift of negative value ...Michael Niedermayer2017-05-06
* avcodec/clearvideo: Do not lose the return code of decode_mb()Michael Niedermayer2017-03-30
* avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* avcodec: add ClearVideo decoderKostya Shishkov2017-03-02