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] x86: Remove MMX assembly rv34_inv_transform_dc in rv34dsp
 2024-02-13  9:47 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] lavf/assenc: normalize line endings to \n
 2024-02-13  9:28 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avdevice: deprecate opengl outdev
 2024-02-13  7:34 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avdevice: deprecate sdl outdev

[FFmpeg-devel] [PATCH v2] libavcodec: add tune_content option also for VP8
 2024-02-13  6:34 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] lavc/libvpxenc: add screen-content-mode option
    ` [FFmpeg-devel] [PATCH v4] "
        ` [FFmpeg-devel] [PATCH v5] "

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

[FFmpeg-devel] [PATCH] vvcdec: Mark as experimental
 2024-02-13  2:56 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing
 2024-02-13  2:54 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] Require compilers to support C11
 2024-02-13  2:38 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] checkasm/rv34dsp: add rv34_inv_transform_dc test
 2024-02-13  2:37 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] lavc/vp8dsp: R-V V vp8_idct_dc_add4y
 2024-02-13  2:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vvcdec: frame_context_setup, set fc->ref to NULL
 2024-02-13  2:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V vp8_idct_dc_add
 2024-02-13  2:20 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/4] lavc/rv34dsp: R-V V rv34_idct_dc_add
 2024-02-13  2:18 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_signature: Dont crash on no frames
 2024-02-13  2:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] lavc/blockdsp: R-V V clear_blocks
 2024-02-13  1:00 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/2] lavc/cbs_av1: fill in ref_frame_sign_bias and order_hints
 2024-02-13  0:58 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v4 2/2] lavc/vulkan_av1: port to the new stable API

[FFmpeg-devel] [PATCH] lavc/bsf: add a showinfo filter
 2024-02-12 22:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docs
 2024-02-12 22:09 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avutil/channel_layout: add AV_CHANNEL_ORDER_NB
` [FFmpeg-devel] [PATCH 3/5] avutil/tests/channel_layout: add tests for av_channel_order_retype
` [FFmpeg-devel] [PATCH 4/5] avformat/mov: factorize reading the main part of the chnl atom to mov_chan
` [FFmpeg-devel] [PATCH 5/5] avformat/mov: rework ff_mov_read_chnl

[FFmpeg-devel] [PATCH 01/23] avutil/hwcontext_opencl: Use proper OpenCLFramesContext
 2024-02-12 22:04 UTC  (24+ 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 1/7 v4] avcodec: add an Immersive Audio Model and Formats frame split bsf
 2024-02-12 20:08 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/matroska: Add support for A_ATRAC/AT1
 2024-02-12 18:05 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avcodec/h2645_parse: Don't treat 0x000002 as a start code and truncate
 2024-02-12 16:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v13 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread
 2024-02-12 15:59 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v13 2/2] libavformat/dvdvideo: add CLUT utilities and enable subtitle palette support

[FFmpeg-devel] FFmpeg 7.0 blocking issues
 2024-02-12 15:36 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/libsrt: Fix srt:// URL parsing
 2024-02-12 14:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: add a disposition field to AVStreamGroup
 2024-02-12 13:05 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/opt: Fix AV_OPT_TYPE_CONST default value
 2024-02-12  9:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] all: use designated initializers for AVOption.unit
 2024-02-12  7:43 UTC  (3+ messages) - mbox.gz / Atom

[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 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] 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] 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] 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] 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 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] [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  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] fate/mov: add tests for HEIF samples with derived images

[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  (5+ messages) - mbox.gz / Atom

[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

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