Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] [PATCH v4 0/7] print_graphs: Complete Filtergraph Printing
 2025-03-10 21:47 UTC  (26+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 0/8] "
  ` [FFmpeg-devel] [PATCH v5 1/8] fftools/textformat: Extract and generalize textformat api from ffprobe.c
  ` [FFmpeg-devel] [PATCH v5 2/8] fftools/ffprobe: Change to use textformat api
  ` [FFmpeg-devel] [PATCH v5 3/8] fftools/ffprobe: Rename writer_print_section_* and WriterContext
  ` [FFmpeg-devel] [PATCH v5 4/8] fftools/ffmpeg_filter: Move some declaration to new header file
  ` [FFmpeg-devel] [PATCH v5 5/8] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
  ` [FFmpeg-devel] [PATCH v5 6/8] fftools/ffmpeg_graphprint: Add options for filtergraph printing
  ` [FFmpeg-devel] [PATCH v5 7/8] fftools: Enable filtergraph printing and update docs
  ` [FFmpeg-devel] [PATCH v5 8/8] fftools/ffprobe: Rename AVTextFormatContext variables (w => tc)
  ` [FFmpeg-devel] [PATCH v6 0/8] print_graphs: Complete Filtergraph Printing
    ` [FFmpeg-devel] [PATCH v6 1/8] fftools/textformat: Extract and generalize textformat api from ffprobe.c
    ` [FFmpeg-devel] [PATCH v6 2/8] fftools/ffprobe: Change to use textformat api
    ` [FFmpeg-devel] [PATCH v6 3/8] fftools/ffprobe: Rename writer_print_section_* and WriterContext
    ` [FFmpeg-devel] [PATCH v6 4/8] fftools/ffmpeg_filter: Move some declaration to new header file
    ` [FFmpeg-devel] [PATCH v6 5/8] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    ` [FFmpeg-devel] [PATCH v6 6/8] fftools/ffmpeg_graphprint: Add options for filtergraph printing
    ` [FFmpeg-devel] [PATCH v6 7/8] fftools: Enable filtergraph printing and update docs
    ` [FFmpeg-devel] [PATCH v6 8/8] fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)

[FFmpeg-devel] [PATCH v7 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-03-10 21:21 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 1/8] Add generic metadata injection using AV_PKT_DATA_METADATA_UPDATE

[FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info
 2025-03-10 20:55 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/3] avcodec/sanm: ignore unknown codecs in FOBJs
 2025-03-10 20:32 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/3] avcodec/sanm: fobj left/top are signed

[FFmpeg-devel] [PATCH 01/12] avutil/avassert: Add av_unreachable and av_assume() macros
 2025-03-10 20:23 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 04/12] all: Use put_bytes_output() instead of put_bits_ptr - pb->buf
` [FFmpeg-devel] [PATCH 14/16] avcodec/wma: Mark ff_wma_end() as av_cold
` [FFmpeg-devel] [PATCH 16/16] avcodec/wmaenc: Don't unnecessarily reset AVPacket.size

[FFmpeg-devel] [PATCH v2 FFmpeg 20/20] doc/filters.texi: avgclass documentation
 2025-03-10 19:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 19/20] libavfilter: New filter avgclass. Average Detection BBox Classifications over all incomming Frames for Audio and Video
 2025-03-10 19:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 18/20] doc/filters.texi: add classify documentation
 2025-03-10 19:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 17/20] libavfilter: turn dnn_classify to multimedia filter. Classify CLIP/CLAP implementation
 2025-03-10 19:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 16/20] libavfilter/dnn/dnn_backend_torch: CLIP/CLAP Inference handling and support for detection bboxes from dnn_detect filter
 2025-03-10 19:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 15/20] libavfilter/dnn/dnn_backend_torch: Audio and Video preprocessing for CLIP/CLAP models
 2025-03-10 19:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 14/20] libavfilter/dnn/dnn_backend_torch: Similarity and Softmax calculation functions for CLIP/CLAP
 2025-03-10 19:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 13/20] libavfilter/dnn/dnn_backend_torch: Clxp model loading implementation
 2025-03-10 19:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 12/20] libavfilter/dnn/dnn_backend_torch: Add ClxpContext to THModel
 2025-03-10 19:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 11/20] libavfilter/dnn_filter_common: dnn execute functions for CLIP and CLAP
 2025-03-10 19:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 10/20] libavfilter/dnn_filter_common: add support for new loading function with ff_dnn_init_with_tokenizer
 2025-03-10 19:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 9/20] libavfilter/dnn_interface.h: new model loading function load_model_with_tokenizer
 2025-03-10 19:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 8/20] libavfilter/dnn_interface.h: define new fields in THOptions struct
 2025-03-10 19:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 7/20] libavfilter/dnn_interface.h: define new DNNExecParams DNNExecZeroShotClassificationParams
 2025-03-10 19:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 5/20] libavfilter/dnn: libtorch add CUDA suppoort
 2025-03-10 19:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 6/20] libavfilter/dnn_interface.h: define new Function Types CLIP and CLAP
 2025-03-10 19:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 4/20] configure: libtorch CUDA support
 2025-03-10 19:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 3/20] libavfilter/dnn: move contain_valid_detection_bbox to dnn_backend_common
 2025-03-10 19:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 2/20] libavfilter/dnn_filter_common: batch tokenizer implementation
 2025-03-10 19:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 1/20] configure: add tokenizers-cpp support
 2025-03-10 19:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 1/20] configure: add tokenizers-cpp support
 2025-03-10 19:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 FFmpeg 0/20] Zero-Shot Classification Support for FFMPEG (CLIP and CLAP)
 2025-03-10 19:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] tests/fate/pixfmt: add conversion tests with semi planar YUV formats
 2025-03-10 19:29 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vsrc_testsrc: use aligned macros for writing

[FFmpeg-devel] [PATCH] avutil/vulkan: Remove unused ff_vk_create_avbuf()
 2025-03-10 18:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/ffv1enc: add space for the remap table to max_size
 2025-03-10 18:41 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1enc: Fix slice coding mode 1 with rgb frames
` [FFmpeg-devel] [PATCH 3/4] avcodec/ffv1: Fix remap and float with golomb rice
` [FFmpeg-devel] [PATCH 4/4] avcodec/ffv1enc_template: Be a bit more verbose on error

[FFmpeg-devel] [PATCH] ffv1: implement remap for encode/decode_plane()
 2025-03-10 17:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] vulkan: rename ff_vk_set_descriptor_image to ff_vk_shader_update_img
 2025-03-10 17:42 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/13] vulkan: add ff_vk_create_imageview
` [FFmpeg-devel] [PATCH 03/13] vulkan: copy host-mapping buffer code from hwcontext
` [FFmpeg-devel] [PATCH 04/13] vulkan: workaround BGR storage image undefined behaviour
` [FFmpeg-devel] [PATCH 05/13] vulkan_decode: support software-defined decoders
` [FFmpeg-devel] [PATCH 06/13] vulkan_decode: support multiple image views
` [FFmpeg-devel] [PATCH 07/13] vulkan_decode: adjust number of async contexts created
` [FFmpeg-devel] [PATCH 08/13] ffv1enc_vulkan: refactor shaders slightly to support sharing
` [FFmpeg-devel] [PATCH 09/13] vulkan: unify handling of BGR and simplify ffv1_rct
` [FFmpeg-devel] [PATCH 10/13] ffv1dec: add support for hwaccels
` [FFmpeg-devel] [PATCH 11/13] ffv1dec: reference the current packet into the main context
  ` [FFmpeg-devel] [PATCH 12/13] vulkan: add ff_vk_exec_add_dep_wait_sem()
  ` [FFmpeg-devel] [PATCH 13/13] ffv1: add a Vulkan-based decoder

[FFmpeg-devel] [PATCH 1/2] pixfmt: add AV_PIX_FMT_GBRAP32
 2025-03-10 17:40 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] vulkan: add support for AV_PIX_FMT_GBRAP32

[FFmpeg-devel] [PATCH 1/3] avcodec/decode: Move is_open check to, avcodec_receive_frame()
 2025-03-10 16:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] tests: Add enhanced-flv-hevc-hdr10 for demux and mux HDR color info
 2025-03-10 16:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/utils: split off format code into new file
 2025-03-10 15:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/frame: add new functions to get frame side data
 2025-03-10 15:19 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/6] avformat/flvdec: Fix use sizeof(AVMasteringDisplayMetadata)
 2025-03-10 14:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 6/6] avformat/flvdec: Use float for FLVMasteringMeta
 2025-03-10 14:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 5/6] avformat/flvdec: Use appropriate types in FLVMetaVideoColor
 2025-03-10 14:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/6] avformat/flvdec: Remove one level of indentation
 2025-03-10 14:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/6] avformat/flvdec: Put FLVMetaVideoColor inside FLVContext directly
 2025-03-10 14:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter: guard against ff_draw_init/ff_draw_init2 failures
 2025-03-10 14:18 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc: Replace 181 magic number with ITU_T_T35_COUNTRY_CODE_US
 2025-03-10 13:57 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] Brainstorming out of tree filters
 2025-03-10 13:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/vvc: Fix NumEntryPoints derivation
 2025-03-10 13:16 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] New swscale internal design prototype
 2025-03-10 13:14 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale: aarch64: Simplify the assignment of lumToYV12
 2025-03-10 12:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filters: Add CUDA Video Filters section for CUDA-based and CUDA+NPP based filters
 2025-03-10 10:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/refstruct: Fix documentation
 2025-03-10  4:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/tests/avcodec: Silence deprecation warnings
 2025-03-10  3:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [WIP] lavc: add an av1_vulkan encoder
 2025-03-10  3:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avcodec/libx264: Set FFCodec.pix_fmts field and fix deprecation warning
 2025-03-10  2:13 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vc2enc: Simplify writing dirac golomb codes
 2025-03-10  1:00 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/dvdsubenc: Remove pointless wrapper
 2025-03-09 23:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 11/15] doc: avgclass Filter Documentation
 2025-03-09 20:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Misc mpegvideo patches
 2025-03-09 20:01 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pthread*: Mark init, free, flush functions as av_cold
 2025-03-09 19:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/4] avutil/log: Replace addresses in log output with simple ids
 2025-03-09 19:11 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 "
  ` [FFmpeg-devel] [PATCH v4 1/4] avutil/log: Add AV_LOG_PRINT_MEMADDRESSES logging flag
  ` [FFmpeg-devel] [PATCH v4 2/4] fftools/opt_common: add memaddresses log flag
  ` [FFmpeg-devel] [PATCH v4 3/4] fftools: Provide a an fftools-specific logging callback function
  ` [FFmpeg-devel] [PATCH v4 4/4] doc/fftools-common-opts: document memaddresses log flag
  ` [FFmpeg-devel] [PATCH v5 0/5] avutil/log: Replace addresses in log output with simple ids
    ` [FFmpeg-devel] [PATCH v5 1/5] avutil/log: Add AV_LOG_PRINT_MEMADDRESSES logging flag
    ` [FFmpeg-devel] [PATCH v5 2/5] fftools/opt_common: add memaddresses log flag
    ` [FFmpeg-devel] [PATCH v5 3/5] fftools: Provide a an fftools-specific logging callback function
    ` [FFmpeg-devel] [PATCH v5 4/5] doc/fftools-common-opts: document memaddresses log flag
    ` [FFmpeg-devel] [PATCH v5 5/5] Remove commented lines

[FFmpeg-devel] [PATCH v2 0/4] print_graphs: Complete Filtergraph Printing
 2025-03-09 18:55 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 0/7] "
  ` [FFmpeg-devel] [PATCH v3 1/7] fftools/textformat: Extract and generalize textformat api from ffprobe.c
  ` [FFmpeg-devel] [PATCH v3 3/7] fftools/ffprobe: Rename writer_print_section_* and WriterContext

[FFmpeg-devel] [PATCH FFmpeg 1/15] libavutil: add detectionbbox util functions
 2025-03-09 18:46 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/sbcdec_data: Merge data into header
 2025-03-09 17:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/d3d12va_decode: enable reference-only decoder mode
 2025-03-09 15:50 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] all: Fix doxy comments wrongly designated as trailing ///<
 2025-03-09 15:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Stricter bound on pps_exp_slice_height_in_ctus_minus1
 2025-03-09 13:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/aarch64/vvc: Optimize vvc_avg{8, 10, 12}
 2025-03-09 13:43 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] avcodec/sbcenc: Mark sbc_encode_init() as av_cold
 2025-03-09  4:02 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/snow: Remove ff_snow_release_buffer()
 2025-03-09  3:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder
 2025-03-09  3:41 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/vp8: Fix wrong #endif comment
 2025-03-09  3:21 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vsrc_testsrc: add support for semi planar formats to yuvtestsrc
 2025-03-08 22:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] FFv1 LSB support
 2025-03-08 20:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/ffv1: Use dual run coder for fltmap
 2025-03-08 19:54 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavcodec/ffv1: Support storing decorrelated LSB raw without rangecoder
 2025-03-08 19:36 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1dec_template: wrap around in fltmap table

[FFmpeg-devel] [PATCH 1/8] configure: Remove dependencies of inexistant rtjpeg decoder
 2025-03-08 19:28 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 17/20] avcodec/snow: Remove outdated assert

[FFmpeg-devel] [PATCH 0/2] fftools/ffprobe: Add YAML output writer
 2025-03-08 15:34 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] "
` [FFmpeg-devel] [PATCH 2/2] docs: Add documentation about "

[FFmpeg-devel] [PATCH v2 1/4] libavcodec/vc2enc: Split out common functions between software and hardware encoders
 2025-03-08 15:33 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/4] libavcodec/vulkan: Add modifications to common shader for VC2 vulkan encoder
` [FFmpeg-devel] [PATCH v2 3/4] libavcodec/vulkan: Add vulkan vc2 shaders
` [FFmpeg-devel] [PATCH v2 4/4] avcodec/vc2enc: Initial vulkan VC2 encoder Implements a Vulkan based dirac encoder. Supports Haar and Legall wavelets and should work with all wavelet depths

[FFmpeg-devel] [PATCH FFmpeg 15/15] configure: add tokenizers-cpp support
 2025-03-08 15:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 14/15] configure: libtorch cuda check with new HAVE variable HAVE_LIBTORCH_CUDA
 2025-03-08 15:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 13/15] libavfilter/dnn: more common clip input dimensions to test
 2025-03-08 15:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 12/15] doc: move classify Filter doc to Multimedia Filters chapter
 2025-03-08 15:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 10/15] libavfilter: add avgclass filter for average classification across multiple frames for both audio and video streams
 2025-03-08 15:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 9/15] doc: Filters.texi updated classify
 2025-03-08 15:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 8/15] libavfilter: add missing temperature application in apply_softmax function and set default temperature to 1. apply_softmax refactoring and improved error handling
 2025-03-08 15:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH FFmpeg 7/15] libavfilter: classify filter CLIP/CLAP implementation
 2025-03-08 15:00 UTC  - mbox.gz / Atom

page: 

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git