178 Commits (f2aeba56c45ad83b2a776effccfbb622525a3ca8)

Author SHA1 Message Date
Anton Khirnov f2aeba56c4 lavc/ffv1dec: move slice_reset_contexts to per-slice context 5 months ago
Anton Khirnov 96e8af6c4d lavc/ffv1: move ac_byte_count to per-slice context 5 months ago
Anton Khirnov 7b2bfba55d lavc/ffv1: move RangeCoder to per-slice context 5 months ago
Anton Khirnov 28769f6bc1 lavc/ffv1: move FFV1Context.plane to per-slice context 5 months ago
Anton Khirnov 9b86ba5a92 lavc/ffv1: always use the main context values of ac 5 months ago
Anton Khirnov a57c88d67b lavc/ffv1: move FFV1Context.slice_{coding_mode,rct_.y_coef} to per-slice context 5 months ago
Anton Khirnov 39486a2b29 lavc/ffv1: always use the main context values of plane_count/transparency 5 months ago
Anton Khirnov a411fc5a84 lavc/ffv1: drop redundant PlaneContext.quant_table 5 months ago
Anton Khirnov 4b9f7c7e3a lavc/ffv1: drop redundant FFV1Context.quant_table 5 months ago
Anton Khirnov 889faedd26 lavc/ffv1dec: move the bitreader to stack 5 months ago
Anton Khirnov 19e9f3d5f2 lavc/ffv1: move run_index to the per-slice context 5 months ago
Anton Khirnov 91d3c1ac47 lavc/ffv1: move sample_buffer to the per-slice context 5 months ago
Anton Khirnov 54aa33f116 lavc/ffv1: add a per-slice context 5 months ago
Anton Khirnov d845ea49c5 lavc/ffv1dec: move copy_fields() under HAVE_THREADS 5 months ago
Anton Khirnov 3a5c814b19 lavc/ffv1dec: drop a pointless variable in decode_slice() 5 months ago
Anton Khirnov 4da146ba83 lavc/ffv1dec: drop FFV1Context.cur 5 months ago
Anton Khirnov e1fa107fd1 lavc/ffv1dec: simplify slice index calculation 5 months ago
Anton Khirnov d776fa4e4d lavc/ffv1dec: declare loop variables in the loop where possible 5 months ago
Andreas Rheinhardt ac8288e288 avcodec/ffv1dec: Switch to ProgressFrames 8 months ago
Andreas Rheinhardt 2b46ae6407 avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt bdbf9aa402 avcodec/ffv1dec: Reindent after the previous commit 1 year ago
Andreas Rheinhardt 0cfc7418bb avcodec/ffv1dec: Fix data races emanating from copying whole context 1 year ago
Paul B Mahol 3bbc7d799c avcodec/ffv1*: add GBRAP14, GRAY14, YUVA422P12, YUVA444P12 formats support 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Jerome Martinez f0cd5610e0
avcodec/ffv1dec: reject unsupported ffv1 versions 2 years ago
Michael Niedermayer 8ead0ae68e
avcodec/ffv1dec: Check that num h/v slices is supported 2 years ago
Michael Niedermayer 74b6ac7ebb
avcodec/ffv1dec: restructure slice coordinate reading a bit 2 years ago
Michael Niedermayer 4df91e2215
avcodec/ffv1dec: Fail earlier if prior context is corrupted 2 years ago
Andreas Rheinhardt e0c01a62ad avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND cap 2 years ago
Andreas Rheinhardt ff6f2c5586 avcodec/ffv1: Only allocate ThreadFrames for the decoder 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 4a699858d5 avcodec/ffv1(dec|enc): Remove unnecessary emms_c() 2 years ago
Michael Niedermayer f7d510b33f avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size check 2 years ago
Michael Niedermayer 15785e044e avcodec/ffv1dec: consider run increase in minimal golomb frame size 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Michael Niedermayer 78b95530f0 avcodec/ffv1dec: Check for min packet size 2 years ago
Michael Niedermayer b4431399ec avcodec/ffv1dec: Limit golomb rice coded slices to width 8M 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 86c909558c avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 98f87c3d29 avcodec/ffv1dec: Don't copy unused field 3 years ago