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 1/7] avutil/avutil: move some definitions to a new header
 2025-01-22 19:58 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/packet: move AVSideDataParamChangeFlags to libavutil/defs.h
` [FFmpeg-devel] [PATCH 3/7] avutil/frame: add a param change side data type
` [FFmpeg-devel] [PATCH 4/7] avcodec/encode: add support for param change frame side data
` [FFmpeg-devel] [PATCH 5/7] avcodec/encode: add a new param change side data value that takes a dictionary
` [FFmpeg-devel] [PATCH 6/7] avcodec/libaomenc: add support for param change frame side data
` [FFmpeg-devel] [PATCH 7/7] avcodec/libx264: "

[FFmpeg-devel] [PATCH v6 1/5] avutil: add hwcontext_amf
 2025-01-22 19:32 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 2/5] avcodec: add amfdec
` [FFmpeg-devel] [PATCH v6 3/5] avfilter/scale_amf: Add AMF VPP & super resolution filters
` [FFmpeg-devel] [PATCH v6 4/5] doc/filters: Add documentation for AMF filters
` [FFmpeg-devel] [PATCH v6 5/5] avcodec/amfenc: redesign to use hwcontext_amf

[FFmpeg-devel] [PATCH] avfilter/signalstats: add NULL_IF_CONFIG_SMALL
 2025-01-22 18:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v0] Implement promeg decoder
 2025-01-22 17:09 UTC  (20+ messages) - mbox.gz / Atom

[FFmpeg-devel] Is the GA democratic ?
 2025-01-22 16:59 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/swscale: don't reject scaling when color parameters are not supported but conversion is not required
 2025-01-22 15:03 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] avformat/wtvdec: Initialize buf
 2025-01-22 14:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Regarding Git Tooling
 2025-01-22 12:39 UTC  (37+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: add DAT (Digital Audio Tape) demuxer
 2025-01-22 11:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffv1dec: set f->state_transition for default range coder table
 2025-01-22  8:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Droping 7.0 from maintained branches
 2025-01-22  2:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Point releases
 2025-01-22  2:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fate: add mse and peak error comparison with reference image
 2025-01-22  2:20 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fate/jpeg2000dec: add missing ISO/IEC 15444-4 conformance tests

[FFmpeg-devel] [PATCH 3/3] scale_qsv frame crop support
 2025-01-22  2:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/vulkan_glslang: windows build improvements
 2025-01-22  2:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] Implement promeg decoder
 2025-01-21 22:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] FOSDEM meeting
 2025-01-21 20:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/7] avformat/mxfdec: Check avio_read() success in mxf_decrypt_triplet()
 2025-01-21 18:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
 2025-01-21 18:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avformat/vqf: Check avio_read() in add_metadata()
 2025-01-21 18:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/cbs_vp9: Initialize VP9RawSuperframeIndex
 2025-01-21 18:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/vqf: Propagate errors from add_metadata()
 2025-01-21 18:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/dashdec: Check whitelist
 2025-01-21 17:27 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 3/3] avformat/hls: Be more picky on extensions
  ` [FFmpeg-devel] [PATCH 2/3] avformat/mpegts: Add standard extension so hls can check in extension_picky mode

[FFmpeg-devel] [PATCH v2] avformat/hls: Be more picky on extensions
 2025-01-21 17:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] aacenc: Fix out of array accesses
 2025-01-21 17:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/5] swscale: 16bit planar float input support
 2025-01-21 17:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 3/2] avcodec/sanm: codec37 buffers are private
 2025-01-21 16:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] unfuck FFmpeg Was: Re: [PATCH v0] Implement promeg decoder
 2025-01-21 15:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] pixfmt: add AV_PIX_FMT_GRAY32
 2025-01-21 15:17 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] vulkan: add support for AV_PIX_FMT_GRAY32

[FFmpeg-devel] [PATCH] avutil/frame: check return value for cropping offsets
 2025-01-21 12:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/riffdec: remove invalid sample rate check
 2025-01-21 12:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] Democratization
 2025-01-21  6:52 UTC  (22+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/t2h: Support texinfo 7.1 and 7.2 pretest
 2025-01-21  3:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/ffv1: simplify version checks with combined_version
 2025-01-21  1:52 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1enc: dont reset version
` [FFmpeg-devel] [PATCH 3/4] avcodec/ffv1: Basic float16 support
` [FFmpeg-devel] [PATCH 4/4] avcodec/ffv1: NOT FOR GIT, experiment about float decorrelation

[FFmpeg-devel] Seek to the specified position takes a long time
 2025-01-20 12:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] ffv1dec: use dedicated pix_fmt field and call ff_get_format
 2025-01-20 11:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] fix stride calculation in slice_table for multi-slice field video deblocking
 2025-01-20  8:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] vulkan: add ff_vk_create_imageview
 2025-01-20  3:13 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/12] ffv1dec: use dedicated pix_fmt field and call ff_get_format
` [FFmpeg-devel] [PATCH 03/12] ffv1dec: move slice start finding into a function
` [FFmpeg-devel] [PATCH 04/12] ffv1dec: move header parsing into a separate function
` [FFmpeg-devel] [PATCH 05/12] ffv1dec: move slice decoding "
` [FFmpeg-devel] [PATCH 06/12] ffv1dec: set f->state_transition for default range coder table
` [FFmpeg-devel] [PATCH 07/12] ffv1dec: add support for hwaccels
` [FFmpeg-devel] [PATCH 08/12] ffv1enc_vulkan: refactor shaders slightly to support sharing
` [FFmpeg-devel] [PATCH 09/12] ffv1_vulkan: move global buffer creation to a shared file
` [FFmpeg-devel] [PATCH 10/12] ffv1enc_vulkan: support default range coder tables
` [FFmpeg-devel] [PATCH 11/12] vulkan_decode: support software-defined decoders
  ` [FFmpeg-devel] [PATCH 12/12] [RFC] ffv1dec_vulkan: add a Vulkan compute-based hardware decoding implementation

[FFmpeg-devel] [PATCH v2 1/2] avcodec/sanm: implement codec37 subcodec1
 2025-01-20  1:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/aarch64/float_dsp_neon: Refactor ff_butterflies_float_neon
 2025-01-19 21:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/aarch64/float_dsp_neon: Refactor ff_vector_fmul_add_neon
 2025-01-19 20:57 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1: NOT FOR GIT experiment to store exponent and mantisse seperately
 2025-01-19 20:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] avutil/aarch64/float_dsp_neon: Refactor ff_vector_fmac_scalar_neon
 2025-01-19 20:41 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "

[FFmpeg-devel] [PATCH 2/3] avcodec/mpegvideo_enc: fix qmat value comments
 2025-01-19 18:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: minor spell fix
 2025-01-19 15:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Remove audio_drift_threshold
 2025-01-19 15:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCHv2] avcodec/leaddec: support format 0x1006
 2025-01-19  9:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hls: Revert "reduce default max reload to 3"
 2025-01-19  9:27 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/vvc: Add support for output_corrupt/showall flags
 2025-01-19  5:36 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad
 2025-01-19  3:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1: NOT FOR GIT experiment seperately coding sign bits of float16
 2025-01-18 23:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/ffv1: flip half of float16 and Compactify floats
 2025-01-18 22:50 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1: Store remap flag per slice

[FFmpeg-devel] [PATCH 1/2] avcodec/ffv1: flip half of float16
 2025-01-18 20:19 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1: Compactify floats

[FFmpeg-devel] [PATCH] Parse ogg/flac header again after processing a new chained ogg bitstream
 2025-01-18 17:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avcodec/vvc: Add support for output_corrupt/showall flags
 2025-01-18 16:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] lavc/vvc: Stop c->pix_fmt and s->pix_fmt diverging
 2025-01-18 15:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/drawtext: fix memory leak when using "reinit" runtime command
 2025-01-17 23:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] configure: Use -fno-sanitize-recover
 2025-01-17 23:31 UTC  (4+ 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