summaryrefslogtreecommitdiff
path: root/libavcodec/prosumer.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/prosumer: Only memset(0) what is needed.Michael Niedermayer2019-05-09
* avcodec/prosumer: Check decoded sizeMichael Niedermayer2019-03-25
* avcodec/prosumer: Error out if decompress() stops reading dataMichael Niedermayer2019-01-20
* avcodec/prosumer: Reduce lut sizeMichael Niedermayer2019-01-20
* avcodec/prosumer: Simplify code slightly in decompress()Michael Niedermayer2019-01-20
* avcodec/prosumer: Simplify bit juggling of the c variable in decompress()Michael Niedermayer2018-11-02
* avcodec/prosumer: Remove always true check in decompress()Michael Niedermayer2018-11-02
* avcodec/prosumer: Remove unneeded ()Michael Niedermayer2018-11-02
* avcodec/prosumer: Check for bytestream eof in decompress()Michael Niedermayer2018-11-02
* avcodec/prosumer: Check remaining space in put byte contextMichael Niedermayer2018-09-24
* avcodec/prosumer: Remove unused table elementMichael Niedermayer2018-09-24
* avcodec/prosumer: remove unneeded variable from vertical_predictMichael Niedermayer2018-09-24
* avcodec/prosumer: Rename do_shift() to vertical_predict()Michael Niedermayer2018-09-24
* avcodec/prosumer: mark src as constMichael Niedermayer2018-09-24
* avcodec/prosumer: Only scan as many elements as matter in fill_elements()Michael Niedermayer2018-09-24
* avcodec/prosumer: factorize e0 setting outMichael Niedermayer2018-09-24
* avcodec/prosumer: Use 16bit instead of 32 for tableMichael Niedermayer2018-09-24
* avcodec/prosumer: Factorize the 2 loops in fill_elements()Michael Niedermayer2018-09-24
* avcodec/prosumer: clean up loop end code in fill_elements()Michael Niedermayer2018-09-24
* avcodec/prosumer: Remove dead codeMichael Niedermayer2018-09-24
* avcodec/prosumer: fix some minor issuesPaul B Mahol2018-08-24
* avcodec: add Brooktree ProSumer Video decoderPaul B Mahol2018-08-24