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 v7 0/7] print_graphs: Complete Filtergraph Printing
 2025-04-02 10:07 UTC  (22+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 0/4] "
  ` [FFmpeg-devel] [PATCH v8 2/4] fftools/ffprobe: Change to use textformat api
  ` [FFmpeg-devel] [PATCH v9 0/4] print_graphs: Complete Filtergraph Printing

[FFmpeg-devel] [PATCH] tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflow
 2025-04-02  7:42 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH RESEND] avcodec/vaapi_encode: skip AVBR if HRD parameters are set
 2025-04-02  4:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/sdp: VPS is not a mandatory HEVC codec parameter
 2025-04-02  3:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/rtpdec_mpeg4: AAC may not contain AU headers
 2025-04-02  3:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] SW's Patchsets Overview
 2025-04-02  1:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1: Allocate unit only when needed and only as large as needed
 2025-04-02  0:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/drawutils: narrow variable scopes
 2025-04-02  0:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avformat/dashdec: use av_err2str
 2025-04-01 23:43 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avformat/crypto: "
` [FFmpeg-devel] [PATCH 3/7] lavfi/vf_xpsnr: "
` [FFmpeg-devel] [PATCH 4/7] tests: lavfi/drawutils: "
` [FFmpeg-devel] [PATCH 5/7] tools/ismindex: "
` [FFmpeg-devel] [PATCH 6/7] tools/sidxindex: "
` [FFmpeg-devel] [PATCH 7/7] tools/aviocat: "

[FFmpeg-devel] [PATCH] tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
 2025-04-01 23:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc: replace http/git by https urls
 2025-04-01 22:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 01/19] avcodec/cbs_sei_syntax_template: add sei message film_grain_characteristics
 2025-04-01 18:11 UTC  (21+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 02/19] avcodec/vvc: support decoding prefix and suffix nal units
` [FFmpeg-devel] [PATCH v1 03/19] avcodec/vvc/sei: add decode_film_grain_characteristics
` [FFmpeg-devel] [PATCH v1 04/19] avcodec/vvc/dec: export sei to the frame when the frame starts
` [FFmpeg-devel] [PATCH v1 05/19] avcodec/vvc/dec: support applying film grain by the decoder
` [FFmpeg-devel] [PATCH v1 06/19] avcodec/vvc/dec: support removing film grain params from side data
` [FFmpeg-devel] [PATCH v1 07/19] avcodec/h274: add H274SEIPictureHash struct
` [FFmpeg-devel] [PATCH v1 08/19] avcodec/vvc/sei: add decode_decoded_picture_hash
` [FFmpeg-devel] [PATCH v1 09/19] avcodec/h274: add ff_h274_hash functions
` [FFmpeg-devel] [PATCH v1 10/19] avcodec/vvcdec: verify picture hash
` [FFmpeg-devel] [PATCH v1 11/19] avcodec/cbs_sei_syntax_template: add sei message sei_display_orientation
` [FFmpeg-devel] [PATCH v1 12/19] avcodec/vvc/sei: add decode_display_orientation
` [FFmpeg-devel] [PATCH v1 13/19] avcodec/vvc/sei: add decode_content_light_level_info
` [FFmpeg-devel] [PATCH v1 14/19] avcodec/cbs_sei_syntax_template: add sei message frame_field_information
` [FFmpeg-devel] [PATCH v1 15/19] avcodec/h274: add H274SEIFrameFieldInfo struct
` [FFmpeg-devel] [PATCH v1 16/19] avcodec/vvc/sei: add decode_frame_field_info
` [FFmpeg-devel] [PATCH v1 17/19] avcodec/vvc: support fields
    ` [FFmpeg-devel] 回复: "
` [FFmpeg-devel] [PATCH v1 18/19] avcodec/vvc/sei: add decode_ambient_viewing_environment
` [FFmpeg-devel] [PATCH v1 19/19] avcodec/vvc/sei: add decode_mastering_display_colour_volume

[FFmpeg-devel] [PATCH 1/2] avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt()
 2025-04-01 17:09 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/aes_ctr: simplify incrementing the counter
  ` [FFmpeg-devel] [PATCH v2 1/2] avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt()
` [FFmpeg-devel] [PATCH 3/3] avutil/tests/aes_ctr: test more than a single block worth of data

[FFmpeg-devel] [PATCH v9 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-04-01 16:04 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avfoundation: Fix compilation for OSes other than macOS and iOS
 2025-04-01 16:01 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] configure: Check for AVCaptureSession as dependency to avfoundation

[FFmpeg-devel] [PATCH 1/4] checkasm: Make checkasm_fail_func return whether we should print verbosely
 2025-04-01 15:38 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] checkasm: Implement helpers for defining and checking padded rects
` [FFmpeg-devel] [PATCH 3/4] checkasm: hevc_pel: Use helpers for checking for writes out of bounds

[FFmpeg-devel] [PATCH v2] checkasm/v210enc.c: Use checkasm_check()
 2025-04-01 15:33 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] configure: Add a dependency for the audiotoolbox outdev
 2025-04-01 15:30 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] configure: Check for an actual function in VideoToolbox

[FFmpeg-devel] [PATCH, v2] avcodec/d3d12va_decode: enable reference-only mode
 2025-04-01 14:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/ac3dec: Read spx flags at once, not one bit at a, time
 2025-04-01 12:27 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/sbcdsp_data: Make data static
 2025-04-01 12:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/dct: Make declarations and definitions match
 2025-04-01 12:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
 2025-04-01 11:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libwebpdec: Add libwebp WebP decoder
 2025-04-01 10:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mediacodecdec: Reset optional fields when parse format
 2025-04-01 10:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: Fix AV1 RTP wrong log condition
 2025-04-01  9:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/nvenc: Unify CBR filler data insertion for all codecs
 2025-04-01  8:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avcodec/evc_decoder: Fix pixel format handling in export_stream_params function
 2025-04-01  6:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffbuild: fix include path for uninstalled .pc files
 2025-04-01  1:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] dashenc: allow setting custom start time for Live DASH streams - Follow-Up
 2025-04-01  0:38 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/encoders: Move FFV1 encoder to video encoder section
 2025-04-01  0:12 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] rtpdec_mpeg4: Add fmtp parsing of bitrate value
 2025-03-31 20:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] swscale/csputils: Remove unused ff_sws_matrix3x3_rmul()
 2025-03-31 19:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb, yuv}testsrc
 2025-03-31 17:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/swscale_unscaled: Actually use X2->RGBA64 conversions
 2025-03-31 16:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc: Replace 181 magic number with ITU_T_T35_COUNTRY_CODE_US
 2025-03-31 16:02 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/amfenc: Setting the VBAQ property before the init call
 2025-03-31 13:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/checkasm: increase number of runs in between measurements
 2025-03-31 13:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filters: Add thumbnail_cuda documentation; Update thumbnail_cuda filter description
 2025-03-31 13:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/checkasm: fix wrong summation of bench time
 2025-03-31 13:02 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/nvenc: Use CBR filler data consistently across codecs
 2025-03-31 12:19 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability
 2025-03-31 12:02 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/internal: add missing __clang__ check

[FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: Remove unused variable
 2025-03-31 11:38 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe: Fix hypothetical stack buffer overflow
 2025-03-31  8:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avfilter/opencl: Add wrapper to load exactly one program
 2025-03-31  7:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] vulkan_decode: generalize handling of slice offsets/nb
 2025-03-31  2:37 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] vulkan_decode: only create sequence params in end_frame
` [FFmpeg-devel] [PATCH 3/6] vulkan_decode: move temporary Vulkan structs into each codec
` [FFmpeg-devel] [PATCH 4/6] vulkan_decode: add a generic start_frame function
` [FFmpeg-devel] [PATCH 5/6] vulkan_h264: make all temporary structs temporary
` [FFmpeg-devel] [PATCH 6/6] vulkan_hevc: "

[FFmpeg-devel] [PATCH v2] w32pthreads: add support for setting thread name
 2025-03-31  0:50 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtpenc: Check dimensions during init
 2025-03-31  0:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: POC: enable out-of-tree filters
 2025-03-30 22:23 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avfilter: Proof of Concept: "

[FFmpeg-devel] [PATCH] configure: Allow mixing declarations and statements
 2025-03-30 20:56 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1enc: Add -remap_optimizer option
 2025-03-30 20:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/ffv1enc: Eliminate copy_state
 2025-03-30 20:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/ffv1enc: Better heuristic for selecting mul values
 2025-03-30 20:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtpenc: Fix declaration-after-statement warning
 2025-03-30 15:03 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/ffv1enc: replace 3 double precision log2() by 1 single precision log2()
 2025-03-30 15:00 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1enc: replace the remaining log2() by magic

[FFmpeg-devel] [PATCH] avutil/tests/channel_layout: Improve enum range check
 2025-03-30 14:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] configure: add option to select use of response files
 2025-03-30 14:10 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] ffbuild: compose linker response files in a loop
 2025-03-30 12:18 UTC  (17+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/resorces: Add resource_manager with build-time compression
 2025-03-30 10:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] libavcodec/dvbsubenc.c: add a disable_2bpp option to work around some decoders
 2025-03-30 10:18 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [PATCH] avutil/hash: add 16-bit CRC type CCITT_AUG
 2025-03-30  4:17 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe: Remove endianness dependency of pix fmt when, bitexact
 2025-03-30  4:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] speexdec: fix framesize for ultra-wideband
 2025-03-30  0:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/fifo: Check for keyframe video type before stop dropping
 2025-03-29 22:57 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/nvenc: add option to skip padding OBUs
 2025-03-29 22:31 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/http: Add max_requested_size option
 2025-03-29 22:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtpenc: Add flag AVFMT_NODIMENSIONS
 2025-03-29 21:49 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] Improve HWDeviceContext logging
 2025-03-29 18:36 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
  ` [FFmpeg-devel] [PATCH v2 1/2] avutil/log, hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE
  ` [FFmpeg-devel] [PATCH v2 2/2] avutil/hwcontext: Add item_name function for AVHWDeviceContext

[FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems
 2025-03-29 17:20 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/webvttdec: strip classes
 2025-03-29 15:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fftools/cmdutils: fix error message for "ffmpeg -init_hw_device list"
 2025-03-29 12:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization
 2025-03-29  4:00 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/dxa: Remove set-but-unused variable
 2025-03-29  1:16 UTC  - mbox.gz / Atom

[FFmpeg-devel] Proposal: extract DNN filters code to a different repository and rewrite it in C++
 2025-03-28 22:50 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: stop checking for deprecated and removed flag
 2025-03-28 21:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] Integration of CLIP/ CLAP Functionallity
 2025-03-28 21:03 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] swscale dithering
 2025-03-28 20:08 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/31] Major library soname bump
 2025-03-28 16:58 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ituh263enc: Add necessary #if checks for FLV encoder
 2025-03-28 15:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] Access to the ARM server
 2025-03-28 13:01 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] avformat/nut: Add GBR(A)PF16/32LE/BE
 2025-03-28 12:24 UTC  (2+ messages) - 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