Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] libtheora maintainer ?
 2025-07-03 15:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/18] WHIP + TLS + UDP fixes and SChannel DTLS support
 2025-07-03 15:22 UTC  (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/18] avformat/Makefile: don't hardcode openssl for whip muxer
` [FFmpeg-devel] [PATCH 02/18] avformat/whip: use av_dict_set_int for int
` [FFmpeg-devel] [PATCH 03/18] avformat/whip: don't leak options dict
` [FFmpeg-devel] [PATCH 04/18] avformat/whip: remove redundant WHIP: prefix from all logging
` [FFmpeg-devel] [PATCH 05/18] avformat/whip: fix format string for printing size_t
` [FFmpeg-devel] [PATCH 06/18] avformat/tls: use non protocol specific error message
` [FFmpeg-devel] [PATCH 07/18] avformat/tls: don't use http_proxy for udp sockets
` [FFmpeg-devel] [PATCH 08/18] avformat/tls: move openssl specific init out of generic code
` [FFmpeg-devel] [PATCH 09/18] avformat/udp: don't override 0 localport
` [FFmpeg-devel] [PATCH 10/18] avformat/tls: fix udp init
` [FFmpeg-devel] [PATCH 11/18] avformat/udp: make recv addr of each packet available
` [FFmpeg-devel] [PATCH 12/18] avformat/udp: separate rx and tx fifo
` [FFmpeg-devel] [PATCH 13/18] avformat/udp: add function to set remote address directly
` [FFmpeg-devel] [PATCH 14/18] avformat/tls: remove unused fingerprint option
` [FFmpeg-devel] [PATCH 15/18] avformat/tls: clean up new whip options
` [FFmpeg-devel] [PATCH 16/18] avformat/tls: make passing an external socket universal
` [FFmpeg-devel] [PATCH 17/18] avformat/tls_openssl: use existing context handle
` [FFmpeg-devel] [PATCH 18/18] avformat/tls_schannel: add DTLS support

[FFmpeg-devel] [PATCH 2/3] avfilter/hwupload_cuda: Expands pixel formats support
 2025-07-03 14:25 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling

[FFmpeg-devel] [PATCH 1/3] avutil/hwcontext_cuda: Expands pixel formats support
 2025-07-03 14:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/smacker: Move buffer allocation to later
 2025-07-03 13:50 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/smacker: Check input before allocation
` [FFmpeg-devel] [PATCH 3/5] avcodec/get_bits: Use FF_PTR_ADD() in init_get_bits()
` [FFmpeg-devel] [PATCH 4/5] avcodec/apv_dsp: Avoid UB overflow in dequant
` [FFmpeg-devel] [PATCH 5/5] tools/target_dec_fuzzer: Adjust HQX threshold

[FFmpeg-devel] [PATCH] avfilter/avf_showcqt: fix unbounded index when copying to fft_data
 2025-07-03 13:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
 2025-07-03  9:08 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] Advanced Error Codes
 2025-07-03  8:56 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 5/6] avformat/whip: implement NACK and RTX suppport
 2025-07-03  2:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] fftools/textformat: Cleanup work
 2025-07-03  1:55 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] fftools/textformat: Rename variables wctx to tctx
` [FFmpeg-devel] [PATCH 2/3] fftools/textformat: Remove redundant casts
` [FFmpeg-devel] [PATCH 3/3] fftools/textformat: Cleanup unneeded includes

[FFmpeg-devel] [PATCH] fftools/textformat: remove unreachable code in tf_mermaid
 2025-07-03  1:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] Introducing policies regarding "AI" contributions
 2025-07-03  0:16 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] mpegtsenc: Add SYNC KLV metadata descriptors (MISB ST1402)
 2025-07-02 22:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] mpegtsenc: Add SYNC KLV metadata descriptors (MISB ST1402)
 2025-07-02 21:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] libavcodec: add NETINT Quadra HW decoders & encoders
 2025-07-02 16:33 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/6] avformat/whip: Add NACK and RTX support (depends on ignore_ipv6 patchset)
 2025-07-02 14:10 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/6] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 ICE candidates
` [FFmpeg-devel] [PATCH v2 2/6] avformat/whip: fix typos
` [FFmpeg-devel] [PATCH v2 3/6] avformat/whip: fix H264 profile_iop bit map for SDP
` [FFmpeg-devel] [PATCH v2 4/6] WHIP: X509 cert serial number should be positive
` [FFmpeg-devel] [PATCH v2 5/6] avformat/whip: implement NACK and RTX suppport
` [FFmpeg-devel] [PATCH v2 6/6] avformat/whip: reindent whip options

[FFmpeg-devel] [PATCH] avformat/mov: Fix decoding fragmented MP4 with multiple sample entries and empty stsc
 2025-07-02 12:05 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/6] avformat/whip: avformat/whip: Add NACK and RTX support (depends on ignore_ipv6 patchset)
 2025-07-02 12:03 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 ICE candidates
  ` [FFmpeg-devel] [PATCH 2/6] avformat/whip: reindent whip options
    ` [FFmpeg-devel] [PATCH 3/6] avformat/whip: fix typos
      ` [FFmpeg-devel] [PATCH 4/6] avformat/whip: fix H264 profile_iop bit map for SDP
        ` [FFmpeg-devel] [PATCH 5/6] WHIP: X509 cert serial number should be positive
          ` [FFmpeg-devel] [PATCH 6/6] avformat/whip: implement NACK and RTX suppport

[FFmpeg-devel] [PATCH] Macroblocks modes extraction
 2025-07-02 10:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/1] swscale/aarch64/output: Implement neon assembly for yuv2planeX_10_c_template()
 2025-07-02  9:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] libavutil: add hwcontext_ni_quad
 2025-07-02  8:32 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] libavfilter: add NETINT Quadra HW video filters
 2025-07-02  8:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
 2025-07-01 20:53 UTC  (15+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Revert "Add FUNDING.json"
 2025-07-01 16:57 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
 2025-07-01 14:24 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avcodec/ohdec: Add h264/hevc OpenHarmony decoders
 2025-07-01 12:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/hwcontext: Add ohcodec device and pixel format
 2025-07-01 12:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/aac_parser: fix aac profile probing
 2025-07-01  9:02 UTC  (8+ messages) - mbox.gz / Atom
        ` [FFmpeg-devel] [EXTERNE] "

[FFmpeg-devel] [PATCH] avfilter: add inverse tone mapping filter
 2025-07-01  6:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/5] fix multiple memory leaks
 2025-07-01  3:27 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] avcodec/utvideodec: fix leaks in decode_plane() and decode_plane10()
` [FFmpeg-devel] [PATCH 2/5] avformat/rtpdec_latm: fix leak in parse_fmtp_config()
` [FFmpeg-devel] [PATCH 3/5] swscale/graph: fix leak in adapt_colors()
` [FFmpeg-devel] [PATCH 4/5] avcodec/sunrast: fix leak in sunrast_decode_frame()
` [FFmpeg-devel] [PATCH 5/5] avformat/rtpdec_asf: fix leak in ff_wms_parse_sdp_a_line()

[FFmpeg-devel] [PATCH] aacenc_tns: clamp filter direction energy measurement
 2025-06-30 19:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/cmdutils: don't try to load arguments from file if not needed
 2025-06-30 18:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 00/21] fate: fix several dependencies
 2025-06-30 16:09 UTC  (22+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 01/21] tests/Makefile: make easier to check for multiple dependencies
` [FFmpeg-devel] [PATCH v3 02/21] fate/all: add missing dependencies for extradata bsf
` [FFmpeg-devel] [PATCH v3 03/21] fate/demux: fix multiple dependencies
` [FFmpeg-devel] [PATCH v3 04/21] fate/all: switch-fix mov muxer dependency to mp4 muxer dependency
` [FFmpeg-devel] [PATCH v3 05/21] fate/mov: fix multiple dependencies
` [FFmpeg-devel] [PATCH v3 06/21] fate/gapless: "
` [FFmpeg-devel] [PATCH v3 07/21] fate/lavf-container: "
` [FFmpeg-devel] [PATCH v3 08/21] fate/vorbis: "
` [FFmpeg-devel] [PATCH v3 09/21] fate/aac: "
` [FFmpeg-devel] [PATCH v3 10/21] fate/audio: "
` [FFmpeg-devel] [PATCH v3 11/21] fate/ac3: "
` [FFmpeg-devel] [PATCH v3 12/21] fate/cover-art: "
` [FFmpeg-devel] [PATCH v3 13/21] fate/hlsenc: "
` [FFmpeg-devel] [PATCH v3 14/21] fate/mpeg4: "
` [FFmpeg-devel] [PATCH v3 15/21] fate/pcm: "
` [FFmpeg-devel] [PATCH v3 16/21] fate/hevc: "
` [FFmpeg-devel] [PATCH v3 17/21] fate/all: "
` [FFmpeg-devel] [PATCH v3 18/21] fate/all: add missing file protocol dependencies
` [FFmpeg-devel] [PATCH v3 19/21] fate/all: add missing crc/framecrc/md5/framemd5/pipe dependencies
` [FFmpeg-devel] [PATCH v3 20/21] fate/all: fix missing some mov demuxer dependencies
` [FFmpeg-devel] [PATCH v3 21/21] fate/seek: fix missing mpeg4video parser dependency

[FFmpeg-devel] [PATCH v2 00/20] fate: fix several dependencies
 2025-06-30 15:52 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 20/20] libavcodec/tests: fix gitignore hashtable
  ` [FFmpeg-devel] [EXTERNE] Re: [PATCH v2 00/20] fate: fix several dependencies

[FFmpeg-devel] [PATCH v4 0/3] fix leak in avfilter/asrc_sinc and avformat/sapenc
 2025-06-30 15:01 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/3] avfilter/asrc_sinc: fix leak in config_input()
` [FFmpeg-devel] [PATCH v4 2/3] avformat/sapenc: fix leak in sap_write_header()
` [FFmpeg-devel] [PATCH v4 3/3] avformat/sapenc: reword fail to cleanup "

[FFmpeg-devel] X Window Capture using FFmpeg
 2025-06-30 14:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avfilter/vf_lut3d_opencl Initial support for OpenCL implementation of vf_lut3d
 2025-06-30 14:42 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add inverse tone mapping filter
 2025-06-30 14:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavformat/mpegts.c: pat_cb(): ensure all PIDs are valid
 2025-06-30  4:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES
 2025-06-30  3:45 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified
 2025-06-30  3:33 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: av_dump_format() use a const AVFormatContext* input
 2025-06-30  3:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist
 2025-06-30  2:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avfilter/asrc_sinc: fix leak in config_input()
 2025-06-30  1:19 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/rv60dec: Check ofs for overflows
 2025-06-30  0:42 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
 2025-06-29 15:12 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] Replace FFMIN/FFMAX by type specific macros
 2025-06-29 14:31 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/5] fix multiple memory leaks
 2025-06-29  6:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] fix multiple memory leaks
 2025-06-29  3:27 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/sapenc: fix leak in sap_write_header()

[FFmpeg-devel] [PATCH] libavcodec/utils: Ensure allocated buffer is zero-initialized
 2025-06-29  2:25 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavutil: fix memory leak of drmVersion
 2025-06-29  2:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/speexdec: consider differing frame sizes in remaining space check
 2025-06-28 21:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/4] fix leaks in movenc, vorbisenc, lut3d and iamf_writer
 2025-06-28 21:06 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/vorbisenc: fix leak if av_mallocz failed
` [FFmpeg-devel] [PATCH 3/4] avfilter/vf_lut3d: fix leak if allocate_3dlut failed

[FFmpeg-devel] [PATCH] doc: Remove libav-merge.txt
 2025-06-28 18:02 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos
 2025-06-28 15:04 UTC  (3+ messages) - mbox.gz / Atom

page:  |  | latest

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