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-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-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-08avcodec/sheervideo: Simplify creating VLC tableAndreas Rheinhardt
2020-11-24avcodec/sheervideo: Add av_cold to build_vlc()Andreas Rheinhardt
2020-10-10avcodec/sheervideo: Avoid code duplication when creating VLC tablesAndreas Rheinhardt
2020-10-10avcodec/sheervideo: Reduce the size of static arraysAndreas Rheinhardt
2020-10-10avcodec/sheervideo: Don't leave context in inconsistent state upon errorAndreas Rheinhardt
2020-10-10avcodec/sheervideo: Inline compile-time constantsAndreas Rheinhardt
2020-10-10avcodec/sheervideo: Improve creating VLC tablesAndreas Rheinhardt
2020-08-31avcodec/sheervideo: use cached bitstream reader except for x32Paul B Mahol
2020-08-12avcodec/sheervideo: reduce size of vlc tables to normal valuesPaul B Mahol
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2018-04-03avcodec/sheervideo: move tables to own headerPaul B Mahol
2017-05-28avcodec/sheervideo: Check input buffer size before allocating and decodingMichael Niedermayer
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-02lavc/sheervideo: Fix Y prediction for interlaced frames with transparency.Carl Eugen Hoyos
2016-10-20lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.Carl Eugen Hoyos
2016-09-18avcodec/sheervideo: print internal format in debug logPaul B Mahol
2016-09-18avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formatsPaul B Mahol
2016-06-23avcodec/sheervideo: fix YbYr format decodingPaul B Mahol
2016-06-17avcodec/sheervideo: check build_vlc for failurePaul B Mahol
2016-06-12avcodec/sheervideo: add 10-bit interlaced RGB(A) supportPaul B Mahol
2016-06-10avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:2:2Paul B Mahol
2016-06-10avcodec/sheervideo: fix argx format supportPaul B Mahol
2016-06-10avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:4:4(:4)Paul B Mahol
2016-06-10avcodec/sheervideo: fix prediction for ybyr formatPaul B Mahol
2016-06-10avcodec/sheervideo: fix predictions for c82p formatPaul B Mahol
2016-06-09avcodec/sheervideo: supports some other 8bit formatsPaul B Mahol
2016-06-09avcodec/sheervideo: add interlaced YCbCr(A) 4:2:2:4 8-bit supportPaul B Mahol
2016-06-09avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit supportPaul B Mahol
2016-06-08avcodec/sheervideo: fix order of operations for raw linesPaul B Mahol
2016-06-07avcodec/sheervideo: add support for 8-bit interlaced (A)RGBPaul B Mahol
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol