118 Commits (02430680b02ee42472148e67e178b6d1c2ac43fd)

Author SHA1 Message Date
Andreas Rheinhardt a6979e3bd2 avcodec/huffyuvenc: Deduplicate options 10 months ago
Andreas Rheinhardt 5110d16f5a avcodec/huffyuvenc: Avoid code duplication 10 months ago
Andreas Rheinhardt d517c9e51b avcodec/huffyuvenc: Avoid duplicate variables 10 months ago
Andreas Rheinhardt 0e5af493fc avcodec/huffyuv: Return proper error code 10 months ago
Andreas Rheinhardt cf96c0295e avcodec/huffyuv(dec|enc): Use union for temp/temp16 10 months ago
Andreas Rheinhardt eef5d60ac6 avcodec/huffyuv: Inline common alloc/free functions in their callers 10 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
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 6bf99f8c93 avcodec/huffyuv: Update outdated link 2 years ago
Andreas Rheinhardt 566280c3f4 avcodec/huffyuv: Split HYuvContext into decoder and encoder context 2 years ago
Andreas Rheinhardt 83a8b9fac7 avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callers 2 years ago
Andreas Rheinhardt 2415f5158b avcodec/huffyuv: Use AVCodecContext.(width|height) directly 2 years ago
Andreas Rheinhardt bfdf3470f7 avcodec/huffyuvenc: Avoid unnecessary function call 2 years ago
Andreas Rheinhardt f9be667452 avcodec/huffyuvenc: Improve code locality 2 years ago
Andreas Rheinhardt 59535346b1 avocdec/huffyuvdec: Don't use HYuvContext.avctx 2 years ago
Andreas Rheinhardt 1741adb1c7 avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dsp 2 years ago
Andreas Rheinhardt 9ec50660ad avcodec/huffyuvenc: Don't second-guess error code 2 years ago
Andreas Rheinhardt 75842c35e7 avcodec/huffyuvenc: Remove redundant call 2 years ago
Andreas Rheinhardt e766378619 avcodec/huffyuvenc: Remove always-false check 2 years ago
Andreas Rheinhardt be65f24ad6 avcodec/huffyuvenc: Avoid pointless indirections 2 years ago
Andreas Rheinhardt 8f8c0ad291 avcodec/huffyuvenc: Remove redundant casts 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 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 3f6e715336 avcodec/frame_thread_encoder: Avoid dictionaries 4 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 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 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Michael Niedermayer 6aaa01afe4 avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation) 6 years ago
Paul B Mahol 759589b55e avcodec/huffyuvenc: add support for gbrp16 6 years ago
Carl Eugen Hoyos 514cf22a0d lavc/huffyuvenc: Move a variable declaration up. 7 years ago
Martin Vignali dc9a187c3d avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte of the line in order to try to call the align version (diff bytes have avx2 version) 7 years ago
Martin Vignali 001173b8ff avcodec/huffyuvenc : remove code duplication in sub_left_prediction 7 years ago
Martin Vignali 57877f2b44 avcodec/huffyuvenc : increase scalar loop count 7 years ago
James Almer cf9ef83960 huffyuvencdsp: move shared functions to a new lossless_videoencdsp context 8 years ago