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/2] avformat/mov: Check edit list for overflow
 2024-04-01 16:17 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/iamf_reader: Check len before summing

[FFmpeg-devel] [PATCH 1/2] avformat/flvenc: Implement support for multi-track video
 2024-04-01 16:16 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/flvdec: Add support for demuxing multi-track FLV

[FFmpeg-devel] [PATCH] avformat/mxfdec: Check that edit_unit_byte_count is not negative
 2024-04-01 16:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/jpeg2000htdec: Check magp before using it in a shift
 2024-04-01 16:05 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/jpeg2000htdec: warn about non zero roi shift
` [FFmpeg-devel] [PATCH 3/3] avformat/mxfdec: Check first case of offset_temp computation for overflow

[FFmpeg-devel] [RFC] clarifying the TC conflict of interest rule
 2024-04-01 15:46 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/movenc: Check that cts fits in 32bit
 2024-04-01 15:45 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mfenc: expose more properties of the media foundation encoder
 2024-04-01 15:06 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Fixes #10509
 2024-04-01 14:37 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavf/subtitles: Do not eat \n\n
 2024-04-01 14:34 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavf/srtdec: Permit streaming input
` [FFmpeg-devel] [PATCH 3/3] lavf/subtitles: Unfix ticket #5032
` [FFmpeg-devel] [PATCH 1/2] lavf/subtitles: Add ff_text_peek_r16(), only accept \r, \n, \r\n and \r\r\n line endings

[FFmpeg-devel] [PATCH 1/3] avcodec/exr: Check for remaining bits in huf_unpack_enc_table()
 2024-04-01 12:23 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/exr: Dont use 64bits to hold 6bits
` [FFmpeg-devel] [PATCH 3/3] avcodec/hevcdec: Fix null dereference in hevc_frame_end()

[FFmpeg-devel] [PATCH 1/4] avutil/pix{desc, fmt}: add new matrix coefficients from H.273 v3
 2024-04-01 11:34 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/options_table: map IPT-C2, YCgCo-R variants in colorspace
` [FFmpeg-devel] [PATCH 3/4] avfilter/{buffersrc, vf_setparams}: map IPT-C2, YCgCo-R variants
` [FFmpeg-devel] [PATCH 4/4] avcodec/libx265: do not arbitrarily limit color values

[FFmpeg-devel] [PATCH v2 0/1] avcodec, avformat/ffjni: fix duplicate JNI symbols
 2024-04-01  8:03 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/1] "

[FFmpeg-devel] [PATCH v3 1/2] lavc/vaapi_encode_h265: Map HEVC AV REXT profile to VA REXT profile
 2024-04-01  6:11 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/vaapi_encode_h265: Set general_*_constriaint flags with profile

[FFmpeg-devel] [PATCH] lavc/vaapi_hevc: Add support for Main Intra & Main 10 Intra
 2024-04-01  6:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vaapi_encode: convert from lambda to qp
 2024-04-01  6:09 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] lavc/vaapi_encode: Add VAAPI version check for BLBRC
 2024-04-01  6:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/mscc: move frame allocates to later
 2024-04-01  1:05 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] avformat/iamf: Check language_label

[FFmpeg-devel] [PATCH] avformat/hlsenc: use a slash separator even in win32
 2024-03-31 20:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flags
 2024-03-31 18:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavformat/hls.c: support in-stream ID3 metadata update
 2024-03-31 17:46 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v10 0/5] RCWT Closed Captions demuxer (v10)
 2024-03-31 15:07 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 2/5] avformat/rcwtdec: add RCWT Closed Captions demuxer

[FFmpeg-devel] FFmpeg at NAB 2024
 2024-03-31 11:48 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtmpproto: Don't free AVOpt-strings manually, fix crash
 2024-03-31 10:12 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/10] avcodec/libvpxenc: Avoid unused-variable warning if VP9 enc is disabled
 2024-03-31  5:31 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/10] avcodec/tiff: Don't cast const away via bsearch
` [FFmpeg-devel] [PATCH 03/10] avfilter/avfilter: Use AV_DICT_DONT_STRDUP_(KEY|VAL) when possible
` [FFmpeg-devel] [PATCH 04/10] avfilter/avfilter: Honour the short options documentation
` [FFmpeg-devel] [PATCH 05/10] avfilter/vf_swapuv: Remove empty options and AVClass
` [FFmpeg-devel] [PATCH 06/10] avfilter/vf_vflip: "
` [FFmpeg-devel] [PATCH 07/10] avfilter/vf_hflip: "
` [FFmpeg-devel] [PATCH 08/10] avfilter/vf_grayworld: "
` [FFmpeg-devel] [PATCH 09/10] avfilter/avfilter: Don't use av_uninit
` [FFmpeg-devel] [PATCH 10/10] all: "

[FFmpeg-devel] [PATCH 1/2] avcodec/liblc3: Add encoding/decoding support of LC3 audio codec
 2024-03-30 23:15 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/lc3: Add file format for LC3/LC3plus transport

[FFmpeg-devel] [PATCH 1/4] fate/libswscale: Disable ffmpeg-dependent tests without ffmpeg
 2024-03-30 22:54 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] fate/lavf-container: Check earlier for presence of ffmpeg cli
` [FFmpeg-devel] [PATCH 3/4] fate/api: Fix requirements of fate-api-seek
` [FFmpeg-devel] [PATCH 4/4] fate/ffprobe: Fix test requirements

[FFmpeg-devel] [PATCH] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
 2024-03-30 21:30 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] web/download: Extend the verification procedure to check for difference between git and release tarball
 2024-03-30 21:19 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/ppc/hpeldsp_altivec: Fix left-shift of negative number
 2024-03-30 18:28 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] fate/ffmpeg: Explicitly set pix fmt for sub2video tests
` [FFmpeg-devel] [PATCH 3/5] avcodec/pngdsp: Fix unaligned accesses, effective type violations
` [FFmpeg-devel] [PATCH 4/5] avfilter/vf_spp: Fix left-shift of negative value
` [FFmpeg-devel] [PATCH 5/5] avcodec/huffyuvencdsp: Fix load of misaligned values
` [FFmpeg-devel] [PATCH 6/6] fate/image: Fix EXR tests on big endian
` [FFmpeg-devel] [PATCH 7/7] fate/video: Only use bitexact IDCT in avid meridian
` [FFmpeg-devel] [PATCH 8/8] fate/filter-video: Always use little endian pixel format
` [FFmpeg-devel] [PATCH 9/9] fate/filter-video: Insert scale, format filters in filter-yadif tests
` [FFmpeg-devel] [PATCH v2 9/9] fate/filter-video: Insert scale, format filters in filter-yadif, bwdif10
` [FFmpeg-devel] [PATCH 10/12] fate/fits: Fix tests on BE
` [FFmpeg-devel] [PATCH 11/12] avcodec/vlc, bitstream: Fix multi VLC with uint8_t syms "
` [FFmpeg-devel] [PATCH 12/12] avcodec/vlc: Use union of uint8_t and uint16_t in VLC_MULTI_ELEM
` [FFmpeg-devel] [PATCH v2 "

[FFmpeg-devel] [PATCH 1/7 v5] avutil/frame: add helper for adding side data w/ AVBufferRef to array
 2024-03-30 17:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Revert "avformat/mov: ignore item boxes for animated heif"
 2024-03-30 15:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/muxers: add stub for iamf
 2024-03-30 14:57 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/18] avcodec/mips/ac3dsp_mips: Add missing includes
 2024-03-30 13:47 UTC  (21+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/18] avcodec/pcm-bluray/dvd: Use correct pointer types on BE
` [FFmpeg-devel] [PATCH 03/18] swscale/ppc/swscale_altivec: Fix build with -O0
` [FFmpeg-devel] [PATCH 04/18] swscale/ppc/swscale_altivec: Simplify macro
` [FFmpeg-devel] [PATCH 05/18] avcodec, avfilter: Don't use "" for system headers
` [FFmpeg-devel] [PATCH 06/18] postproc/postprocess: Don't generally include arch-specific headers
` [FFmpeg-devel] [PATCH 07/18] swscale/swscale_internal: Only include altivec header iff HAVE_ALTIVEC
` [FFmpeg-devel] [PATCH 08/18] avcodec/msmpeg4: Don't include x86-specific header unconditionally
` [FFmpeg-devel] [PATCH 09/18] swscale/swscale_internal: Hoist branch out of loop
` [FFmpeg-devel] [PATCH 10/18] swscale/swscale_internal: Don't export internal function
` [FFmpeg-devel] [PATCH 11/18] lib*/version: Use static_assert for static asserts
` [FFmpeg-devel] [PATCH 12/18] avutil/common: Don't auto-include mem.h
` [FFmpeg-devel] [PATCH 13/18] avcodec/arm/mpegvideo_arm: Use static_assert to check offsets
` [FFmpeg-devel] [PATCH 14/18] avutil/internal: Move libm inclusion to the beginning
` [FFmpeg-devel] [PATCH 15/18] avutil/internal: Move FF_MEMORY_POISON to its only user
` [FFmpeg-devel] [PATCH 16/18] avutil/hwcontext_vulkan: Include hwcontext.h
` [FFmpeg-devel] [PATCH 17/18] avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h
` [FFmpeg-devel] [PATCH 18/18] avcodec/arm/vp8: Don't discard const

[FFmpeg-devel] [PATCH] lavf/movenc: mark mov/mp4 as supporting VFR
 2024-03-30 12:49 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/proresdec2: Rename to proresdec
 2024-03-30  4:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avcodec/libvpxenc: Only search for side data when intending to use it
 2024-03-29 20:25 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/6] avcodec/h264_refs: Rewrite code to make control flow clearer

[FFmpeg-devel] [PATCH] avocdec/hevc_ps: don't use a fixed sized buffer for parameter set raw data
 2024-03-29 17:36 UTC  (7+ messages) - mbox.gz / Atom
      ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/4] configure: Add option for enabling LC3/LC3plus wrapper
 2024-03-29 17:32 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] avformat/lc3: Add file format for LC3/LC3plus transport

[FFmpeg-devel] [PATCH] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness
 2024-03-29 16:33 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/2] avfilter/vf_colorspace: Use colorspace negotiation API
 2024-03-29 15:47 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] avfilter/vf_setparams: Add timeline support
` [FFmpeg-devel] [PATCH v2 2/2] avfilter/vf_colorspace: Use colorspace negotiation API

[FFmpeg-devel] [PATCH v3] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness
 2024-03-29 15:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness
 2024-03-29 15:33 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 0/8] webp: add support for animated WebP decoding
 2024-03-29 13:39 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 3/8] avcodec/bsf: Add awebp2webp bitstream filter

[FFmpeg-devel] [PATCH] doc/muxers: add ircam
 2024-03-29 13:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/muxers/image2: add mention to image2pipe
 2024-03-29 13:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/muxers: add ilbc
 2024-03-29 12:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/muxers/hls: review, apply consistency fixes
 2024-03-29 11:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6] avformat/demux: Add duration_probesize AVOption
 2024-03-29 10:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/libopenh264: Check for noopenh264
 2024-03-29  6:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/ac3: Implement float_to_fixed24 for aarch64 neon
 2024-03-29  4:24 UTC  - 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