Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-05-09avcodec/prosumer: Only memset(0) what is needed.Michael Niedermayer
2019-03-25avcodec/prosumer: Check decoded sizeMichael Niedermayer
2019-01-20avcodec/prosumer: Error out if decompress() stops reading dataMichael Niedermayer
2019-01-20avcodec/prosumer: Reduce lut sizeMichael Niedermayer
2019-01-20avcodec/prosumer: Simplify code slightly in decompress()Michael Niedermayer
2018-11-03avcodec/prosumer: Simplify bit juggling of the c variable in decompress()Michael Niedermayer
2018-11-03avcodec/prosumer: Remove always true check in decompress()Michael Niedermayer
2018-11-03avcodec/prosumer: Remove unneeded ()Michael Niedermayer
2018-11-03avcodec/prosumer: Check for bytestream eof in decompress()Michael Niedermayer
2018-09-24avcodec/prosumer: Check remaining space in put byte contextMichael Niedermayer
2018-09-24avcodec/prosumer: Remove unused table elementMichael Niedermayer
2018-09-24avcodec/prosumer: remove unneeded variable from vertical_predictMichael Niedermayer
2018-09-24avcodec/prosumer: Rename do_shift() to vertical_predict()Michael Niedermayer
2018-09-24avcodec/prosumer: mark src as constMichael Niedermayer
2018-09-24avcodec/prosumer: Only scan as many elements as matter in fill_elements()Michael Niedermayer
2018-09-24avcodec/prosumer: factorize e0 setting outMichael Niedermayer
2018-09-24avcodec/prosumer: Use 16bit instead of 32 for tableMichael Niedermayer
2018-09-24avcodec/prosumer: Factorize the 2 loops in fill_elements()Michael Niedermayer
2018-09-24avcodec/prosumer: clean up loop end code in fill_elements()Michael Niedermayer
2018-09-24avcodec/prosumer: Remove dead codeMichael Niedermayer
2018-08-24avcodec/prosumer: fix some minor issuesPaul B Mahol
2018-08-24avcodec: add Brooktree ProSumer Video decoderPaul B Mahol