185 Commits (70a16a18ca03ee0c7e92fcab51334392c725e7da)

Author SHA1 Message Date
Michael Niedermayer 747e1a26af
avcodec/ffv1dec: Blow up if user asks for explosion 4 months ago
Anton Khirnov 8d5efc2182 lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged 5 months ago
Anton Khirnov 15bdca054f lavc/ffv1dec: drop code handling AV_PIX_FMT_FLAG_PAL 5 months ago
Anton Khirnov bcf08c1171 lavc/ffv1: change FFV1SliceContext.plane into a RefStruct object 6 months ago
Anton Khirnov c335218a81 lavc/ffv1dec: inline copy_fields() into update_thread_context() 6 months ago
Anton Khirnov d44812f7cf lavc/ffv1dec: stop using per-slice FFV1Context 6 months ago
Anton Khirnov 2b21cdff6e lavc/ffv1dec: move slice_damaged to per-slice context 6 months ago
Anton Khirnov f2aeba56c4 lavc/ffv1dec: move slice_reset_contexts to per-slice context 6 months ago
Anton Khirnov 96e8af6c4d lavc/ffv1: move ac_byte_count to per-slice context 6 months ago
Anton Khirnov 7b2bfba55d lavc/ffv1: move RangeCoder to per-slice context 6 months ago
Anton Khirnov 28769f6bc1 lavc/ffv1: move FFV1Context.plane to per-slice context 6 months ago
Anton Khirnov 9b86ba5a92 lavc/ffv1: always use the main context values of ac 6 months ago
Anton Khirnov a57c88d67b lavc/ffv1: move FFV1Context.slice_{coding_mode,rct_.y_coef} to per-slice context 6 months ago
Anton Khirnov 39486a2b29 lavc/ffv1: always use the main context values of plane_count/transparency 6 months ago
Anton Khirnov a411fc5a84 lavc/ffv1: drop redundant PlaneContext.quant_table 6 months ago
Anton Khirnov 4b9f7c7e3a lavc/ffv1: drop redundant FFV1Context.quant_table 6 months ago
Anton Khirnov 889faedd26 lavc/ffv1dec: move the bitreader to stack 6 months ago
Anton Khirnov 19e9f3d5f2 lavc/ffv1: move run_index to the per-slice context 6 months ago
Anton Khirnov 91d3c1ac47 lavc/ffv1: move sample_buffer to the per-slice context 6 months ago
Anton Khirnov 54aa33f116 lavc/ffv1: add a per-slice context 6 months ago
Anton Khirnov d845ea49c5 lavc/ffv1dec: move copy_fields() under HAVE_THREADS 6 months ago
Anton Khirnov 3a5c814b19 lavc/ffv1dec: drop a pointless variable in decode_slice() 6 months ago
Anton Khirnov 4da146ba83 lavc/ffv1dec: drop FFV1Context.cur 6 months ago
Anton Khirnov e1fa107fd1 lavc/ffv1dec: simplify slice index calculation 6 months ago
Anton Khirnov d776fa4e4d lavc/ffv1dec: declare loop variables in the loop where possible 6 months ago
Andreas Rheinhardt ac8288e288 avcodec/ffv1dec: Switch to ProgressFrames 9 months ago
Andreas Rheinhardt 2b46ae6407 avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 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 3 years ago
Michael Niedermayer 15785e044e avcodec/ffv1dec: consider run increase in minimal golomb frame size 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Michael Niedermayer 78b95530f0 avcodec/ffv1dec: Check for min packet size 3 years ago
Michael Niedermayer b4431399ec avcodec/ffv1dec: Limit golomb rice coded slices to width 8M 3 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