181 Commits (ec01d80f2e6e132f61ad74d3ab924ce7b99e9b28)

Author SHA1 Message Date
Michael Niedermayer a9c83e43f2
avcodec/ffv1enc: Fix >8bit context size 4 months ago
Niklas Haas 703288cec6 avcodec/internal: add FFCodec.color_ranges 4 months ago
Anton Khirnov 84dda32202 lavc/ffv1enc: stop using per-slice FFV1Context 6 months ago
Anton Khirnov 96e8af6c4d lavc/ffv1: move ac_byte_count to per-slice context 6 months ago
Anton Khirnov e7d0f44138 lavc/ffv1enc: store per-slice rc_stat(2?) in FFV1SliceContext 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 d2f507233a lavc/ffv1enc: move bit writer to per-slice context 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
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Andreas Rheinhardt 1d66a122df avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE 11 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 11 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Paul B Mahol 3bbc7d799c avcodec/ffv1*: add GBRAP14, GRAY14, YUVA422P12, YUVA444P12 formats support 1 year ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Anton Khirnov d0c8ca961d lavc: add a private cap for fake-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 4a699858d5 avcodec/ffv1(dec|enc): Remove unnecessary emms_c() 2 years ago
Andreas Rheinhardt 3553b70d6d avcodec/ffv1enc: Remove redundant wrapper 2 years ago
Andreas Rheinhardt 7e9a790441 avcodec/ffv1enc: Don't create and keep unnecessary reference 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 415f012359 avcodec/ffv1enc: Fix undefined left shifts of negative numbers 3 years ago
Michael Niedermayer 366ef56f7f avcodec/ffv1enc: Eliminate float/double from find_best_state() 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 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 2b541b8c1d avcodec/golomb: Factor writing golomb codes out 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 62559a9e00 avcodec/ffv1enc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt 78ce00428f avcodec: Remove deprecated coder type options 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt f9215d0bb2 avcodec/ffv1enc: Fix memleaks on init failure 4 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Andreas Rheinhardt f7bc0386d9 avcodec/ffv1enc: Fix out-of-bounds-array access 5 years ago
Michael Niedermayer 1be9a28f8e avcodec/rangecoder: factorize termination version code 6 years ago