[FFmpeg-devel] [RFC]] swscale modernization proposal
2024-06-22 13:13 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/vapoursynth: Update to API version 4, load library at runtime
2024-06-22 10:02 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 02/18] avcodec/vvcdec: refact, unify vvc_deblock_bs_luma_{horizontal, vertical}
2024-06-22 6:24 UTC (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 03/18] avcodec/vvcdec: refact, unify vvc_deblock_bs_chroma_{horizontal, vertical}
` [FFmpeg-devel] [PATCH 04/18] avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q
` [FFmpeg-devel] [PATCH 05/18] avcodec/vvcdec: misc, use POS to simplify filter code
` [FFmpeg-devel] [PATCH 06/18] avcodec/vvcdec: refact, unify ff_vvc_deblock_{horizontal, vertical}
` [FFmpeg-devel] [PATCH 07/18] avcodec/vvcdec: refact out sao_get_edges
` [FFmpeg-devel] [PATCH 08/18] avcodec/vvcdec: refact out sao_extends_edges
` [FFmpeg-devel] [PATCH 09/18] avcodec/vvcdec: refact, fix naming convention of x0, y0 for sao
` [FFmpeg-devel] [PATCH 10/18] avcodec/vvcdec: misc, reformat ff_vvc_sao_filter
` [FFmpeg-devel] [PATCH 11/18] avcodec/vvcdec: refact out alf_get_edges
` [FFmpeg-devel] [PATCH 12/18] avcodec/vvcdec: misc, remove unused ALFParams.applied
` [FFmpeg-devel] [PATCH 13/18] avcodec/vvcdec: misc, constify ALFParams
` [FFmpeg-devel] [PATCH 14/18] cbs_h266: add VVC_MAX_VBS for max num of virtual boundaries
` [FFmpeg-devel] [PATCH 15/18] avcodec/vvcdec: ps, derive "
` [FFmpeg-devel] [PATCH 16/18] avcodec/vvcdec: deblock, support "
` [FFmpeg-devel] [PATCH 17/18] avcodec/vvcdec: sao, "
` [FFmpeg-devel] [PATCH 18/18] avcodec/vvcdec: alf, "
[FFmpeg-devel] [PATCH 01/18] avcodec/vvcdec: refact, unify vvc_deblock_subblock_bs_{horizontal, vertical}
2024-06-22 6:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/4] checkasm/vvc_alf: random select alf virtual boundaries position
2024-06-22 4:21 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] x86/vvc_alf: avoid overwriting for non-16 aligned widths
` [FFmpeg-devel] [PATCH 4/4] checkasm/vvc_alf: ensure right and bottom boundaries are not overwritten by asm
[FFmpeg-devel] [PATCH 1/4] checkasm/vvc_alf: only check the valid filter and classify sizes
2024-06-22 4:21 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avutil/stereo3d add Monoscopic View enum value
2024-06-22 3:37 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/mov: default to Monoscopic view when parsing eyes box
` [FFmpeg-devel] [PATCH 3/3] avutil/stereo3d: add a Stereo3D type to signal that the packing is defined by the view field
` [FFmpeg-devel] [PATCH 4/7] avformat/dump: print Stereo3D view only when type is view defined
` [FFmpeg-devel] [PATCH 5/7] avutil/stereo3d: add a new allocator function that returns a size
` [FFmpeg-devel] [PATCH 6/7] avformat/mov: don't use sizeof(AVStereo3D)
` [FFmpeg-devel] [PATCH 7/7] avformat/matroskadec: "
` [FFmpeg-devel] [PATCH 1/7 v2] avutil/stereo3d add Monoscopic View enum value
` [FFmpeg-devel] [PATCH 8/8] fftools/ffprobe: only print AVStereo3D.view when it's defined
[FFmpeg-devel] [PATCH v2] avcodec/aacdec_lpd: remove unused local variables
2024-06-21 21:20 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avutil/ambient_viewing_environment: set a sane default value for AVRational fields
2024-06-21 21:11 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avutil/mastering_display_metadata: "
` [FFmpeg-devel] [PATCH 3/3] avutil/stereo3d: "
[FFmpeg-devel] [PATCH 1/4] avcodec/j2kenc: Merge dwt_norm into lambda
2024-06-21 21:09 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/utvideoenc: Use unsigned shift to build flags
` [FFmpeg-devel] [PATCH 3/4] avcodec/mpeg12enc: Use av_rescale() in vbv_buffer_size computation
` [FFmpeg-devel] [PATCH 4/4] avcodec/mpegvideo_enc: Do not duplicate pictures on shifting
[FFmpeg-devel] [PATCH] avcodec/osq: avoid signed overflow in downsample path
2024-06-21 19:35 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/iirfilter: Move ff_iir_filter() to lavc/tests/iirfilter.c
2024-06-21 12:21 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v13 0/8] [WIP] webp: add support for animated WebP decoding
2024-06-21 11:52 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v13 1/8] avcodec/webp: remove unused definitions
` [FFmpeg-devel] [PATCH v13 2/8] avcodec/webp: separate VP8 decoding
` [FFmpeg-devel] [PATCH v13 3/8] avcodec/bsf: Add awebp2webp bitstream filter
` [FFmpeg-devel] [PATCH v13 4/8] libavcodec/webp: add support for animated WebP
` [FFmpeg-devel] [PATCH v13 5/8] avcodec/webp: make init_canvas_frame static
` [FFmpeg-devel] [PATCH v13 6/8] libavformat/webp: add WebP demuxer
` [FFmpeg-devel] [PATCH v13 7/8] fate: add test for animated WebP
` [FFmpeg-devel] [PATCH v13 8/8] avcodec/webp: export XMP metadata
[FFmpeg-devel] [PATCH 1/2] configure: correct deps assigment for QR libs
2024-06-21 10:48 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] configure: align conditional library deps assignments
[FFmpeg-devel] [PATCH v2 1/2] lavc/hevcdec: Put slice address checking after hwaccel decode slice
2024-06-21 8:48 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] lavc/hevcdec: Update slice index before use it to construct slice RPL
[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: fix vtctx reset condition
2024-06-21 6:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/nvenc: Fix segfault with intra-only
2024-06-21 0:33 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/jpeg2000dec: Add support for placeholder passes, CAP, and CPF markers
2024-06-21 0:22 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/9] avcodec/targaenc: Allocate space for the palette
2024-06-20 22:58 UTC (33+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] avcodec/mpeg4audio: Check that there is enough space for the first 3 elements in ff_mpeg4audio_get_config_gb()
` [FFmpeg-devel] [PATCH 3/9] avformat/iamf_parse: Try to use less space after the array
` [FFmpeg-devel] [PATCH 4/9] avformat/iamf_parse: Layer, thou shalt not be 0
` [FFmpeg-devel] [PATCH 5/9] avformat/mov: Check extend and base offset
` [FFmpeg-devel] [PATCH 6/9] avcodec/libvpxenc: Cleanup on error
` [FFmpeg-devel] [PATCH 7/9] MAINTAINERS: Update the entries for the release maintainer for FFmpeg
` [FFmpeg-devel] [PATCH 8/9] avcodec/smcenc: width < 4 is unsupported
[FFmpeg-devel] [PATCH 1/2] avfilter/textutils, vf_drawtext, qrencode: Constify function pointers
2024-06-20 21:52 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/textutils: Constify ff_expand_text()
[FFmpeg-devel] [PATCH] fate/jpeg2000dec: add support for p0_10.j2k
2024-06-20 20:09 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avfilter/textutils, vf_drawtext, qrencode: Constify function pointers
2024-06-20 19:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/matroskadec: don't use sizeof(AVMasteringDisplayMetadata)
2024-06-20 17:50 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/mov: "
` [FFmpeg-devel] [PATCH 3/3] avformat/mxfdec: "
[FFmpeg-devel] [PATCH 2/2] swscale/aarch64: Add bgra/rgba to yuv
2024-06-20 16:25 UTC (9+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffprobe: always print all Stereo3D fields
2024-06-20 15:54 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avdevice/v4l2: add limited support for multiplanar API
2024-06-20 15:40 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] swscale/yuv2rgb: fix conversion for widths not aligned to 8
2024-06-20 14:59 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/6] swscale/yuv2rgb: fix yuv422p input in C code
` [FFmpeg-devel] [PATCH 5/6] checkasm: add tests for yuv2rgb
` [FFmpeg-devel] [PATCH 6/6] swscale/yuv2rgb/x86: remove mmx/mmxext yuv2rgb functions
[FFmpeg-devel] [PATCH v3 0/5] avcodec/dovi - disable metadata compression by default
2024-06-20 14:41 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] movenc: Add an option for resilient, hybrid fragmented/non-fragmented muxing
2024-06-20 14:12 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/vvc: Invalidate PPSs which refer to a changed SPS
2024-06-20 12:48 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] fate/vvc: add vvc-conformance-RPR_A_4
2024-06-20 12:32 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat: split off generic NAL function helpers into their own file
2024-06-20 10:18 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] aacdec_usac: apply specification fix M55715
2024-06-20 2:12 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 6/6] aacdec_usac, aacsbr: implement SBR support for USAC
[FFmpeg-devel] [PATCH v2 2/3] swscale/aarch64: Add bgra/rgba to yuv
2024-06-19 17:10 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/3] swscale/aarch64: Add argb/abgr "
[FFmpeg-devel] [PATCH v2 1/3] swscale/aarch64: Add bgr24 to yuv
2024-06-19 17:10 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/57] avcodec/vc1: Combine identical checks
2024-06-19 13:54 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 37/57] avcodec/mpegutils: Don't output wrong mb skip values
[FFmpeg-devel] [PATCH v2] movenc: Add an option for hiding fragments at the end
2024-06-19 12:38 UTC (14+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avformat/mov: Check requested_sample before using it
2024-06-19 11:24 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/5] avformat/mxfdec: Check container_ul->desc before use
` [FFmpeg-devel] [PATCH 4/5] avformat/mxfenc: Remove dead code
[FFmpeg-devel] [PATCH 1/4] avfilter/avf_showcwt: Check av_parse_video_rate() for failure
2024-06-19 11:23 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] avfilter/qsvvpp: Remove unreachable code
[FFmpeg-devel] [PATCH 1/2] avutil/executor: Allowing thread_count be zero
2024-06-19 10:39 UTC (11+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/tls_schannel: forward AVIO_FLAG_NONBLOCK to tcp stream
2024-06-19 4:38 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1] lavc/hevcdec: Put slice address checking after hwaccel decode slice
2024-06-19 2:31 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [RFC] 5 year plan & Inovation
2024-06-18 22:38 UTC (9+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/iamf_parse: add missing padding to AAC extradata
2024-06-18 21:42 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec: add farbfeld encoder
2024-06-18 21:40 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/4] checkasm: add tests for {lum, chr}ConvertRange
2024-06-18 21:15 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 4/4] swscale/aarch64: add neon "
[FFmpeg-devel] [PATCH] swscale/aarch64: Add argb/abgr to yuv
2024-06-18 20:37 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] swscale/aarch64: Add bgr24 to yuv
2024-06-18 20:32 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/8] DoVi metadata compression
2024-06-18 19:50 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/8] avcodec/dovi_rpudec: clarify semantics
` [FFmpeg-devel] [PATCH 2/8] avcodec/dovi_rpuenc: also copy ext blocks to dovi ctx
` [FFmpeg-devel] [PATCH 3/8] avcodec/dovi_rpuenc: try to re-use existing vdr_rpu_id
` [FFmpeg-devel] [PATCH 4/8] avcodec/dovi_rpuenc: add `flags` to ff_dovi_rpu_generate()
` [FFmpeg-devel] [PATCH 5/8] avcodec/dovi_rpuenc: make encapsulation optional
` [FFmpeg-devel] [PATCH 6/8] avcodec/dovi_rpuenc: disable metadata compression by default
` [FFmpeg-devel] [PATCH 7/8] avcodec/dovi_rpu: add ff_dovi_get_metadata()
` [FFmpeg-devel] [PATCH 8/8] avcodec/bsf/dovi_rpu: add new bitstream filter
[FFmpeg-devel] [PATCH v3 0/2] avcodec/dovi - correctly read el_bit_depth_minus8 and ext_mapping_idc
2024-06-18 19:23 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/2] avutil/timestamp: introduce av_ts_make_time_string2 for better precision
2024-06-18 19:07 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2()
[FFmpeg-devel] [PATCH v2] avformat/dump: Print all possible Stereo3D info
2024-06-18 18:56 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/dump: Print all possible Stereo3D info
2024-06-18 18:55 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 when motion estimation is used
2024-06-18 17:28 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/ratecontrol: Try to keep fps as a rational
` [FFmpeg-devel] [PATCH 3/7] avcodec/ratecontrol: Handle wanted bits overflow
` [FFmpeg-devel] [PATCH 4/7] avcodec/snowenc: MV limits due to mv_penalty table size
` [FFmpeg-devel] [PATCH 5/7] avcodec/jfdctint_template: Fewer integer anomalies
` [FFmpeg-devel] [PATCH 6/7] avcodec/vc2enc: Fix overflows with storing large values
` [FFmpeg-devel] [PATCH 7/7] avcodec/proresenc_kostya: use unsigned alpha for rotation
[FFmpeg-devel] [PATCH v2] avdevice/avfoundation: add external video devices
2024-06-18 15:40 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [RFC] STF 2025
2024-06-18 14:41 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fate/lavf-container: add a hevc in ISOBMFF remux test
2024-06-18 13:46 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 0/5] Vision Pro Spatial Data
2024-06-18 12:51 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/3] avfilter/af_volumedetect.c: Add 32bit float audio support
2024-06-18 9:16 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] "
[FFmpeg-devel] [PATCH 6/6] lavf/tls_mbedtls: add workaround for TLSv1.3 vs. verify=0
2024-06-18 5:24 UTC (4+ 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