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 v10 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread
 2024-02-09 10:45 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 2/2] libavformat/dvdvideo: add DVD CLUT utilities and subtitle palette support

[FFmpeg-devel] [PATCH 1/7] lavc/me_cmp: R-V V pix_abs
 2024-02-09 10:32 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/dxv: align to 4x4 blocks instead of 16x16
 2024-02-09 10:06 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate-run: Sanitize test argument
 2024-02-09  9:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/dxvenc: fix uninitialized texture data access
 2024-02-09  9:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/dxvenc: fix failing FATE tests
 2024-02-09  9:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/dxvenc: fix failing FATE tests
 2024-02-09  9:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/rcwtenc: Fix potential out-of-bounds write
 2024-02-09  7:34 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/rcwtenc: Remove redundant zeroing of buffer
` [FFmpeg-devel] [PATCH 3/3] avformat/rcwtenc: Pass RCWTContext directly in rcwt_init_cluster()

[FFmpeg-devel] [PATCH v9 1/2] libavformat: add dvdvideo demuxer, powered by libdvdnav and libdvdread
 2024-02-09  7:24 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 2/2] DVD subtitle palettes, which are natively YUV, are currently carried as a hex string in their respective subtitle streams and have no concept of colorspace tagging. In fact, the convention is to convert them to RGB prior to storage. Common players will only render the palettes properly if they are stored as RGB. Even ffmpeg itself expects this, and already does -in libavformat- the YUV-RGB conversions, specifically in mov.c and movenc.c

[FFmpeg-devel] [PATCH] vvcdec: Mark as experimental
 2024-02-09  3:54 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] FFmpeg 7.0 blocking issues
 2024-02-09  3:32 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Check fc->ref contains valid reference
 2024-02-08 22:46 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavcodec: add tune_content option also for VP8
 2024-02-08 22:00 UTC  (5+ messages) - mbox.gz / Atom
    ` [FFmpeg-devel] [PATCH v3] lavc/libvpxenc: add screen-content-mode option

[FFmpeg-devel] [PATCH 1/2] avcodec: add YUV color space metadata to AVCodec
 2024-02-08 20:32 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 5/5] avformat/mov_chan: add support for reading custom channel layouts when layout_tag == 0
 2024-02-08 20:16 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 "

[FFmpeg-devel] [PATCH 1/2] lavc/refstruct: do not use max_align_t on MSVC
 2024-02-08 19:46 UTC  (28+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] Require compilers to support C17

[FFmpeg-devel] [PATCH v3 1/2] lavc/texturedsp: fix premult2straight inversion
 2024-02-08 19:42 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/dxv: treat DXT5-tagged files as DXT4

[FFmpeg-devel] [PATCH 1/5] avformat/mov_chan: do not assume channels are in native order
 2024-02-08 19:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [CC action] suspending Nicolas George's posting rights for 3 days
 2024-02-08 17:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] Call for SOWs [due Feb 10 at 23:59 UTC]
 2024-02-08 17:07 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] SOW deadline + lessons

[FFmpeg-devel] [CC action] suspending Paul's posting rights for a week
 2024-02-08 16:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vvc_mp4toannexb: check the return of bytestream2_get_buffer
 2024-02-08 15:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/3] avformat/rcwtenc: Fix potential out-of-bounds write
 2024-02-08 15:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/pixfmt: Add AV_PIX_MAX_PLANES
 2024-02-08 12:57 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/v360: Use AV_PIX_MAX_PLANES

[FFmpeg-devel] STF SoWs
 2024-02-08 12:42 UTC  (32+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avfilter/buffersink: add color_spaces, color_ranges params
 2024-02-08 10:57 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/qsvenc: Set default bitrate to 2M
 2024-02-08  7:43 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/9] avcodec/vaapi_encode: move pic->input_surface initialization to encode_alloc
 2024-02-08  7:40 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 8/9] avcodec: add D3D12VA hardware HEVC encoder
  ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH] lavc/qsvenc: update the selection of bitrate control method
 2024-02-08  7:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/9] avcodec/vaapi_encode: move pic->input_surface initialization to encode_alloc
 2024-02-08  7:38 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/9] avcodec/vaapi_encode: introduce a base layer for vaapi encode
` [FFmpeg-devel] [PATCH v4 3/9] avcodec/vaapi_encode: extract set_output_property to base layer
` [FFmpeg-devel] [PATCH v4 4/9] avcodec/vaapi_encode: extract rc parameter configuration "
` [FFmpeg-devel] [PATCH v4 5/9] avcodec/vaapi_encode: extract gop "
` [FFmpeg-devel] [PATCH v4 6/9] avcodec/vaapi_encode: extract a get_recon_format function "
` [FFmpeg-devel] [PATCH v4 7/9] avutil/hwcontext_d3d12va: add Flags for resource creation
` [FFmpeg-devel] [PATCH v4 8/9] avcodec: add D3D12VA hardware HEVC encoder
` [FFmpeg-devel] [PATCH v4 9/9] Changelog: add D3D12VA HEVC encoder changelog

[FFmpeg-devel] [PATCH v2 01/12] lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pools
 2024-02-08  4:15 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 11/12] lavc/vaapi_decode: use dynamic frame pool for output frames with libva2

[FFmpeg-devel] [PATCH 1/6] avcodec: Remove redundant pix_fmts from decoders
 2024-02-08  1:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] lavu/hashtable: create generic robin hood hash table
 2024-02-07 23:23 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/nvdec: Constify bitstream pointee
 2024-02-07 22:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] Remove SDL2 output devices
 2024-02-07 22:27 UTC  (16+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6] libavformat/dvdvideo: add DVD-Video demuxer powered by libdvdnav and libdvdread
 2024-02-07 18:58 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 1/2] "
  ` [FFmpeg-devel] [PATCH v7 2/2] libavformat/dvdvideo: add DVD CLUT utilities and enable palette support

[FFmpeg-devel] [PATCH] avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32
 2024-02-07 14:58 UTC  (6+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH] avcodec/vulkan_decode: Make Vulkan decode less spammy in verbose logs
 2024-02-07 14:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] x86/tx_float: enable SIMD for sizes over 131072
 2024-02-07 14:22 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/24] Major library version bump
 2024-02-07 13:11 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3 v8] avformat: add a Tile Grid stream group type
 2024-02-07 12:49 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3 v6] avformat/mov: add support for tile HEIF still images
` [FFmpeg-devel] [PATCH 3/3 v5] fate/mov: test remuxing all stream heif items

[FFmpeg-devel] [PATCH v2 1/2] lavc/cbs_av1: fill in ref_frame_sign_bias
 2024-02-07  4:19 UTC  (2+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2 2/2] lavc/vulkan_av1: port to the new stable API

[FFmpeg-devel] [PATCH v1] lavc/vaapi_encode: Enable Macroblock based bitrate control
 2024-02-07  0:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/4] lavc/rv34dsp: R-V V rv34_inv_transform_dc
 2024-02-07  0:12 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] doc/formats: clarify meaning of igndts as per definition in avformat.h
 2024-02-06 23:59 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/1] avformat/demux: Add durationprobesize AVOption
 2024-02-06 23:52 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] "

[FFmpeg-devel] [REFUND-REQUEST] FOSDEM '24 Expenses
 2024-02-06 23:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [REFUND-REQUEST] FOSDEM'24 Travel
 2024-02-06 23:34 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/nvdec: don't attempt to free NVDECContext->bitstream on simple decode_slice hwaccels
 2024-02-06 23:06 UTC  (8+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH] avcodec/nvdec: don't free NVDECContext->bitstream

[FFmpeg-devel] [PATCH 0/1] avformat/mpegts: fix first NAL start code splited in two different packets
 2024-02-06 21:36 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avfilter/signature_lookup: dont leave uncleared pointers in sll_free()
 2024-02-06 20:53 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 7/7] lavc/me_cmp: R-V V nsse
 2024-02-06 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 6/7] lavc/me_cmp: R-V V vsse vsad intra
 2024-02-06 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 5/7] lavc/me_cmp: R-V V vsse vsad
 2024-02-06 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/7] lavc/me_cmp: R-V V sse
 2024-02-06 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/7] lavc/me_cmp: R-V V pix_abs_y2
 2024-02-06 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/7] lavc/me_cmp: R-V V pix_abs_x2
 2024-02-06 15:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Vote STF/SPI 2024-02
 2024-02-06 15:14 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/vvc: Validate alf_list indexes
 2024-02-06 14:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7 v4] avcodec: add an Immersive Audio Model and Formats frame split bsf
 2024-02-06 13:05 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7 v4] avformat/demux: support inserting bitstream filters in demuxing scenarios
` [FFmpeg-devel] [PATCH 3/7 v4] avformat/mov: make MOVStreamContext refcounted
` [FFmpeg-devel] [PATCH 4/7 v4] avformat/mov: add support for Immersive Audio Model and Formats in ISOBMFF
` [FFmpeg-devel] [PATCH 5/7 v3] avcodec: add an Immersive Audio Model and Formats frame merge bsf
` [FFmpeg-devel] [PATCH 6/7 v3] avformat/movenc: add support for Immersive Audio Model and Formats in ISOBMFF
` [FFmpeg-devel] [PATCH] fate: add IAMF in mp4 tests

[FFmpeg-devel] [PATCH] lavc/vvc: Fix slice_idx out-of-bounds memset
 2024-02-06 12:10 UTC  (2+ 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