summaryrefslogtreecommitdiff
path: root/libavcodec/prosumer.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-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-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+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: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/prosumer: Only memset(0) what is needed.Michael Niedermayer2019-05-091-1/+4
* avcodec/prosumer: Check decoded sizeMichael Niedermayer2019-03-251-0/+2
* avcodec/prosumer: Error out if decompress() stops reading dataMichael Niedermayer2019-01-201-2/+5
* avcodec/prosumer: Reduce lut sizeMichael Niedermayer2019-01-201-1/+1
* avcodec/prosumer: Simplify code slightly in decompress()Michael Niedermayer2019-01-201-12/+7
* avcodec/prosumer: Simplify bit juggling of the c variable in decompress()Michael Niedermayer2018-11-021-4/+2
* avcodec/prosumer: Remove always true check in decompress()Michael Niedermayer2018-11-021-1/+1
* avcodec/prosumer: Remove unneeded ()Michael Niedermayer2018-11-021-1/+1
* avcodec/prosumer: Check for bytestream eof in decompress()Michael Niedermayer2018-11-021-1/+1
* avcodec/prosumer: Check remaining space in put byte contextMichael Niedermayer2018-09-241-0/+2
* avcodec/prosumer: Remove unused table elementMichael Niedermayer2018-09-241-1/+0
* avcodec/prosumer: remove unneeded variable from vertical_predictMichael Niedermayer2018-09-241-3/+1
* avcodec/prosumer: Rename do_shift() to vertical_predict()Michael Niedermayer2018-09-241-8/+8
* avcodec/prosumer: mark src as constMichael Niedermayer2018-09-241-2/+2
* avcodec/prosumer: Only scan as many elements as matter in fill_elements()Michael Niedermayer2018-09-241-3/+3
* avcodec/prosumer: factorize e0 setting outMichael Niedermayer2018-09-241-2/+1
* avcodec/prosumer: Use 16bit instead of 32 for tableMichael Niedermayer2018-09-241-84/+84
* avcodec/prosumer: Factorize the 2 loops in fill_elements()Michael Niedermayer2018-09-241-23/+18
* avcodec/prosumer: clean up loop end code in fill_elements()Michael Niedermayer2018-09-241-11/+6
* avcodec/prosumer: Remove dead codeMichael Niedermayer2018-09-241-3/+0
* avcodec/prosumer: fix some minor issuesPaul B Mahol2018-08-241-9/+9
* avcodec: add Brooktree ProSumer Video decoderPaul B Mahol2018-08-241-0/+394