[FFmpeg-devel] [PATCH v3 0/4] Fix some active sequences in subtitles
2024-02-12 2:01 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/4] avcodec/webvttdec: honour bidi marks
` [FFmpeg-devel] [PATCH v3 2/4] avcodec/{ass, webvttdec}: fix handling of backslashes
` [FFmpeg-devel] [PATCH v3 3/4] avcodec/{ass, webvttdec}: more portable curly brace escapes
` [FFmpeg-devel] [PATCH v3 4/4] avocdec/ass: simplify linebreaks
[FFmpeg-devel] [PATCH] avformat/matroska: Add support for A_ATRAC/AT1
2024-02-12 0:34 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/3] lavc/dxv: move tag definitions to common header
2024-02-12 0:29 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/3] lavc/dvx: use texdsp funcs for texture block decompression
` [FFmpeg-devel] [PATCH v2 3/3] lavc/dxv: remove ctx fields that can be derived from texdsp ctxs
[FFmpeg-devel] [PATCH] lavc/texturedsp: require explicitly-set frame dimensions
2024-02-12 0:15 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/23] avutil/hwcontext_opencl: Use proper OpenCLFramesContext
2024-02-12 0:03 UTC (23+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/23] avutil/hwcontext: Don't check before av_buffer_unref()
` [FFmpeg-devel] [PATCH 03/23] avutil/hwcontext_vaapi: Allocate public and priv device hwctx together
` [FFmpeg-devel] [PATCH 04/23] avutil/hwcontext_vulkan: "
` [FFmpeg-devel] [PATCH 05/23] avutil/hwcontext_qsv: "
` [FFmpeg-devel] [PATCH 06/23] avutil/hwcontext_vdpau: "
` [FFmpeg-devel] [PATCH 07/23] avutil/hwcontext_opencl: Allocate pub "
` [FFmpeg-devel] [PATCH 08/23] avutil/hwcontext_d3d12va: "
` [FFmpeg-devel] [PATCH 09/23] avutil/hwcontext: Remove unused AVHWDeviceInternal.priv
` [FFmpeg-devel] [PATCH 10/23] avutil/hwcontext: Allocate AVHWDevCtx jointly with its internals
` [FFmpeg-devel] [PATCH 11/23] avutil/hwcontext_vaapi: Allocate pub and priv frames hwctx together
` [FFmpeg-devel] [PATCH 12/23] avutil/hwcontext_vulkan: "
` [FFmpeg-devel] [PATCH 13/23] avutil/hwcontext_videotoolbox: "
` [FFmpeg-devel] [PATCH 14/23] avutil/hwcontext_opencl: "
` [FFmpeg-devel] [PATCH 15/23] avutil/hwcontext_qsv: "
` [FFmpeg-devel] [PATCH 16/23] avutil/hwcontext_dxva2: "
` [FFmpeg-devel] [PATCH 17/23] avutil/hwcontext_d3d11va: "
` [FFmpeg-devel] [PATCH 18/23] avutil/hwcontext_d3d12va: "
` [FFmpeg-devel] [PATCH 19/23] avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctx
` [FFmpeg-devel] [PATCH 20/23] avutil/hwcontext_vdpau: Don't use AVHWFramesInternal.priv
` [FFmpeg-devel] [PATCH 21/23] avutil/hwcontext_cuda: "
` [FFmpeg-devel] [PATCH 22/23] avutil/hwcontext_internal: Remove unused AVHWFramesInternal.priv
` [FFmpeg-devel] [PATCH 23/23] avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals
[FFmpeg-devel] [PATCH] avcodec/indeo3: Round dimensions up in allocate_frame_buffers()
2024-02-11 23:06 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/ac3enc_template: add fbw_channels assert
2024-02-11 23:03 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 4/5] avutil/channel_layout: add av_channel_layout_retype()
2024-02-11 23:03 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/5] avutil/channel_layout: add av_channel_layout_custom_init()
` [FFmpeg-devel] [PATCH v2 4/5] avutil/channel_layout: add av_channel_layout_retype()
[FFmpeg-devel] [PATCH 1/2] avfilter/signature_lookup: dont leave uncleared pointers in sll_free()
2024-02-11 22:54 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/signature_lookup: Do not dereference NULL pointers after malloc failure
[FFmpeg-devel] [PATCH] x86/h264_pred: Convert ff_pred8x8_vertical_8_mmx to ff_pred8x8_vertical_8_sse2
2024-02-11 22:47 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext
2024-02-11 22:47 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4 v10] avformat: add a Tile Grid stream group type
2024-02-11 22:14 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4 v8] avformat/mov: add support for tile HEIF still images
` [FFmpeg-devel] [PATCH 3/4 v7] fate/mov: test remuxing all stream heif items
` [FFmpeg-devel] [PATCH 4/4 v2] fate/mov: add tests for HEIF samples with derived images
[FFmpeg-devel] [PATCH] avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing
2024-02-11 21:48 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext
2024-02-11 21:07 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avfilter/buffersrc: promote unspecified color metadata
2024-02-11 20:53 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] vp6dsp: Remove MMX code
2024-02-11 20:50 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_setparams: use YUV colorspace negotiation API
2024-02-11 20:48 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] all: use designated initializers for AVOption.unit
2024-02-11 20:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] fate-suite.ffmpeg.org is very slow
2024-02-11 20:09 UTC - mbox.gz / Atom
[FFmpeg-devel] Fw: GSoC Org Apps - review yours ASAP for common issues
2024-02-11 19:22 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v13 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread
2024-02-11 18:09 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v13 2/2] libavformat/dvdvideo: add CLUT utilities and enable subtitle palette support
[FFmpeg-devel] [PATCH] avutil/mem: limit alignment to maximum simg align
2024-02-11 17:40 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] avutil/mem: limit alignment to maximum simd align
` [FFmpeg-devel] [PATCH] "
[FFmpeg-devel] [PATCH v2 0/1] avcodec/libjxlenc: add option to disable xyb encoding
2024-02-11 17:03 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/1] "
[FFmpeg-devel] [PATCH] avutil/hwcontext_opencl: Use proper OpenCLFramesContext
2024-02-11 16:19 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4 1/2] lavc/cbs_av1: fill in ref_frame_sign_bias and order_hints
2024-02-11 15:15 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/2] lavc/vulkan_av1: port to the new stable API
[FFmpeg-devel] [PATCH v3 1/2] lavc/cbs_av1: fill in ref_frame_sign_bias and order_hints
2024-02-11 15:13 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/vulkan_av1: port to the new stable API
[FFmpeg-devel] [PATCH v2 1/2] avcodec/vvc_mp4toannexb: check bytes left for nalu_len
2024-02-11 14:57 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_(bwdif|yadif)_cuda: Remove unused variables
2024-02-11 14:02 UTC - mbox.gz / Atom
[FFmpeg-devel] [RFC] Vote STF/SPI 2024-02
2024-02-11 12:38 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/dxv: assume DXV2 files use premultiplied alpha
2024-02-11 11:41 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/hevcdec: fix out of bounds index -1 for inter prediction
2024-02-11 11:08 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algo
2024-02-11 10:53 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/avformat: Remove reference to removed setter
2024-02-11 10:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/libopenh264: Check for noopenh264
2024-02-11 10:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vc1dec: Fix vc1_hwaccel_pixfmt_list_420
2024-02-11 7:36 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] FFmpeg 7.0 blocking issues
2024-02-11 5:53 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4 1/8] avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c
2024-02-11 5:51 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [RFC PATCH] avformat/rtpdec: Audio level RTP extension RFC6464
2024-02-11 5:30 UTC - mbox.gz / Atom
[FFmpeg-devel] [REFUND-REQUEST] FOSDEM'24 Travel
2024-02-11 1:28 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [REFUND-REQUEST] FOSDEM '24 Expenses
2024-02-11 1:27 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3 v9] avformat: add a Tile Grid stream group type
2024-02-10 23:53 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3 v7] avformat/mov: add support for tile HEIF still images
` [FFmpeg-devel] [PATCH 3/3 v6] fate/mov: test remuxing all stream heif items
` [FFmpeg-devel] [PATCH 4/4] fate/mov: add tests for HEIF samples with derived images
[FFmpeg-devel] [PATCH] avformat: add a disposition field to AVStreamGroup
2024-02-10 23:09 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 00/24] Major library version bump
2024-02-10 23:04 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 25/27] avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
` [FFmpeg-devel] [PATCH 26/27] avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinels
` [FFmpeg-devel] [PATCH 27/27] avformat/demux: Use enum AVCodecID for raw_codec_id
` [FFmpeg-devel] [PATCH 28/35] avfilter/avfilter: Avoid allocation for AVFilterInternal
` [FFmpeg-devel] [PATCH 29/35] avfilter: Add a header for internal generic-layer APIs
` [FFmpeg-devel] [PATCH 30/35] avfilter/avfiltergraph: Avoid indirection when freeing filtergraph
` [FFmpeg-devel] [PATCH 31/35] avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal
` [FFmpeg-devel] [PATCH 32/35] avfilter/af_hdcd: Drop a redundant log
` [FFmpeg-devel] [PATCH 33/35] avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph
` [FFmpeg-devel] [PATCH 34/35] avcodec/avcodec: Reorder AVCodecContext and AVSubtitleRect fields
` [FFmpeg-devel] [PATCH 35/35] avfilter/avfilter: Reorder structure fields
[FFmpeg-devel] Call for SOWs [due Feb 10 at 23:59 UTC]
2024-02-10 22:13 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/2] lavu/hashtable: create generic robin hood hash table
2024-02-10 22:03 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/avcodec: don't print coded dimensions if not set
2024-02-10 17:39 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/4] lavc/rv34dsp: R-V V rv34_inv_transform_dc
2024-02-10 15:29 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 2/2] avcodec/hevc_mp4toannexb: check bytes left for nalu_len
2024-02-10 9:52 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] lavc/me_cmp: R-V V pix_abs
2024-02-10 9:15 UTC (9+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] libavcodec: add tune_content option also for VP8
2024-02-10 8:28 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] lavc/libvpxenc: add screen-content-mode option
` [FFmpeg-devel] [PATCH v4] "
[FFmpeg-devel] [PATCH v12 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread
2024-02-09 22:48 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 2/2] libavformat/dvdvideo: add DVD CLUT utilities and enable subtitle palette support
[FFmpeg-devel] [PATCH] avcodec/dca_core: Remove unused emms.h inclusion
2024-02-09 22:09 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/avformat.h: elaborate documentation for avformat_open_input() on error condition
2024-02-09 22:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/tiff: pass arguments to bytestream2_seek in the right order
2024-02-09 20:50 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/2] PNG cLLi and mDVc chunk support
2024-02-09 20:46 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] lavc/dxv: align to 4x4 blocks instead of 16x16
2024-02-09 19:47 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfft: avoid overreads with RDFT API users
2024-02-09 19:30 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v11 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread
2024-02-09 19:30 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 2/2] libavformat/dvdvideo: add DVD CLUT utilities and enable subtitle palette support
[FFmpeg-devel] [PATCH v10 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread
2024-02-09 17:56 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 2/2] libavformat/dvdvideo: add DVD CLUT utilities and subtitle palette support
[FFmpeg-devel] [PATCH v2] libavfi/dnn: add LibTorch as one of DNN backend
2024-02-09 17:31 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avfilter: tighten semantics on hw_device_ctx
2024-02-09 17:17 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] fftools/ffmpeg_filter: provide hwctx when probing graph
` [FFmpeg-devel] [PATCH 3/5] avfilter/hwupload: move hwctx init to init()
` [FFmpeg-devel] [PATCH 4/5] avfilter/libplacebo: "
` [FFmpeg-devel] [PATCH 5/5] avfilter/vsrc_ddagrab: "
[FFmpeg-devel] [PATCH v3] Require compilers to support C11
2024-02-09 16:54 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86: Remove inline MMX assembly that clobbers the FPU state
2024-02-09 15:23 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec: add YUV color space metadata to AVCodec
2024-02-09 12:11 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavc/refstruct: do not use max_align_t on MSVC
2024-02-09 12:04 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] Require compilers to support C17
[FFmpeg-devel] [PATCH] fftools/cmdutils: Don't cast const away
2024-02-09 11:19 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vvc_mp4toannexb: check the return of bytestream2_get_buffer
2024-02-09 11:17 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] flvdec: Honor the "flv_metadata" option for the "datastream" metadata field
2024-02-09 11:04 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option
2024-02-09 10:58 UTC - 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 (3+ messages) - mbox.gz / Atom
` [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
page: next (older) | prev (newer) | 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