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 v2 1/4] lavc/vaapi_encode_h265: Add P frame to GPB frame support for hevc_vaapi
 2022-02-22  5:46 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/4] vaapi_encode: Move block size calculation after entrypoint selection
` [FFmpeg-devel] [PATCH v2 3/4] vaapi_encode_h265: Explicitly set and correct some flags
` [FFmpeg-devel] [PATCH v2 4/4] vaapi_encode_h265: Query encoding block sizes and features

[FFmpeg-devel] [PATCH v1] avfilter/vf_gblur_vulkan: add sizeV option
 2022-02-22  5:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter: zscale performance optimization >4x
 2022-02-22  5:25 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/nutdec: Add check for avformat_new_stream
 2022-02-22  2:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/nutdec: Add check for avformat_new_stream
 2022-02-22  2:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/framepool: fix alignment requirements for audio and video filters
 2022-02-21 22:36 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] Playback issue on Sony TVs caused by btrt box
 2022-02-21 20:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Too many project ideas in GSOC 2022 FFmpeg
 2022-02-21 18:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] ffmpeg: flush delayed frames in codec copy scenarios
 2022-02-21 15:34 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/6] ffmpeg: don't skip packets before a keyframe was seen if a bsf with delay is used

[FFmpeg-devel] [PATCH] libavfilter: zscale performance optimization >4x
 2022-02-21 15:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Optimize HEVC decoding for loongarch
 2022-02-21 15:00 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/5] avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0
` [FFmpeg-devel] [PATCH v2 2/5] avcodec: [loongarch] Optimize Hevcdsp with LSX
` [FFmpeg-devel] [PATCH v2 3/5] avcodec: [loongarch] Optimize Hevc_idct/lpf "
` [FFmpeg-devel] [PATCH v2 4/5] avcodec: [loongarch] Optimize Hevc_mc_bi "
` [FFmpeg-devel] [PATCH v2 5/5] avcodec: [loongarch] Optimize Hevc_mc_uni/w "

[FFmpeg-devel] [PATCH 000/281 v3] New channel layout API
 2022-02-21 14:22 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 195/281] audiotoolbox: convert to new "
` [FFmpeg-devel] [PATCH 275/281] avfilter: "

[FFmpeg-devel] [PATCH] lavfi/vf_libplacebo: support custom .cube LUTs
 2022-02-21 13:48 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 0/1] Add IPFS protocol support
 2022-02-21 13:17 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 1/1] avformat: "

[FFmpeg-devel] [PATCH] avfilter/framepool: fix alignment requirements for audio and video filters
 2022-02-21 12:08 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avformat/wvdec: parse last chunk that may store MD5 checksum

[FFmpeg-devel] M1 Patchwork CI runner
 2022-02-21 11:51 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/framepool: fix alignment requirements for audio and video filters
 2022-02-21 11:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v8 0/1] Add IPFS protocol support
 2022-02-21 11:32 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 1/1] avformat: "

[FFmpeg-devel] [PATCH] avformat/mov: stop ignoring subtitle packets durations
 2022-02-21 11:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/7] avformat/imf: relocate static function imf_time_to_ts()
 2022-02-21 10:30 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/7] avformat/imf: add support for input seeking
` [FFmpeg-devel] [PATCH v2 3/7] avformat/imf: clean-up and reduce logging
` [FFmpeg-devel] [PATCH v2 4/7] avutil/mathematics: add av_rescale_interval() function
` [FFmpeg-devel] [PATCH v2 5/7] avutil/tests: add test for avutil/mathematics
` [FFmpeg-devel] [PATCH v2 6/7] avformat/imf: refactor to use av_rescale_interval()
` [FFmpeg-devel] [PATCH v2 7/7] avformat/concat: "

[FFmpeg-devel] [PATCH v2] libavcodec/qsvenc: add mbbrc to hevc_qsv
 2022-02-21  8:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavcodec/qsvenc: add more ChromaFormat support to mjpeg_qsv
 2022-02-21  7:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/2] libavcodec/vaapi_encode: Add new API adaption to vaapi_encode
 2022-02-21  6:52 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/2] libavcodec/vaapi_encode: Add async_depth to vaapi_encoder to increase performance

[FFmpeg-devel] [PATCH v1 1/4] lavc/vaapi_encode_h265: Add P frame to GPB frame support for hevc_vaapi
 2022-02-21  2:21 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/4] vaapi_encode: Move block size calculation after entrypoint selection
` [FFmpeg-devel] [PATCH v1 3/4] vaapi_encode_h265: Explicitly set and correct some flags
` [FFmpeg-devel] [PATCH v1 4/4] vaapi_encode_h265: Query encoding block sizes and features

[FFmpeg-devel] [PATCH v3] libavcodec/qsvenc_hevc: encode RGB format rawvideo
 2022-02-21  2:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavc/encode: factor audio/video-specific parts out of ff_encode_preinit()
 2022-02-20 17:05 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] lavc/encode: pick a sane default for bits_per_raw_sample if it's not set

[FFmpeg-devel] [PATCH] avfilter/framepool: fix adjustment that can crash filtering
 2022-02-20 17:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavfi: add ff_inoutlink_check_flow()
 2022-02-20 16:03 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi/vf_fps: check flow before sending more frames

[FFmpeg-devel] [PATCH 0/3] avformat/avisynth: support frame properties
 2022-02-20  0:09 UTC  (25+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avisynth: use AviSynth+'s frame properties to set various fields
    ` [FFmpeg-devel] [PATCH 1/2] avformat/avisynth: remove unused variable 'frameprop'
      ` [FFmpeg-devel] [PATCH 2/2] avformat/avisynth: make sure framedata variable is initialized
            ` [FFmpeg-devel] [PATCH] avformat/avisynth: remove framedata variable
` [FFmpeg-devel] [PATCH 3/3] configure: check avisynth header version

[FFmpeg-devel] [PATCH] swscale: Take the destination range into account for yuv->rgb->yuv conversions
 2022-02-19 21:43 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_fps: only give frame as soon as possible if really requested by output
 2022-02-19 16:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fftools/ffprobe: Flush decoder after draining
 2022-02-19 15:09 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffprobe: Remove redundant checks

[FFmpeg-devel] [PATCH 2/7] tools/target_dem_fuzzer: Test interrupt callback
 2022-02-19 12:28 UTC  (2+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 3/7] tools/target_dem_fuzzer: Force interrupt for HLS

[FFmpeg-devel] [PATCH v3 4/5] fftools/cmdutils.c: Replace MAX_PATH-sized buffers with dynamically sized ones
 2022-02-19 10:10 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi
 2022-02-19  9:57 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 2/6] libavformat/avisynth.c: Replace MAX_PATH-sized buffers with dynamically sized ones
` [FFmpeg-devel] [PATCH v7 3/6] compat/w32dlfcn.h: "
` [FFmpeg-devel] [PATCH v7 4/6] fftools/cmdutils.c: Replace MAX_PATH-sized buffers with dynamically sized ones, and fopen with av_fopen_utf8
` [FFmpeg-devel] [PATCH v7 5/6] fftools: Enable long path support on Windows (fixes #8885)
` [FFmpeg-devel] [PATCH v7 6/6] fftools: Use UTF-8 on Windows

[FFmpeg-devel] [PATCH 1/2] avdevice/avfoundation: fix memleak
 2022-02-19  8:45 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add filmgrain filter
 2022-02-19  1:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] HEVC open GOP support in MOV/MP4
 2022-02-18 23:20 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] avformat/mov: prepare sbgp parsing for other grouping types
` [FFmpeg-devel] [PATCH 2/5] avformat/mov: add support for sync group in sbgp box
` [FFmpeg-devel] [PATCH 3/5] avformat/mov: add parsing for the sgpd sync box
` [FFmpeg-devel] [PATCH 4/5] avformat/mov: fix seeking with HEVC open GOP files
` [FFmpeg-devel] [PATCH 5/5] avformat/mov: reindent after previous commit

[FFmpeg-devel] [PATCH] avformat/avisynth: fix frameprop version check
 2022-02-18 22:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 1/6] libavutil/wchar_filename.h: Add wchartoansi and utf8toansi
 2022-02-18 19:13 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 2/6] libavformat/avisynth.c: Replace MAX_PATH-sized buffers with dynamically sized ones
` [FFmpeg-devel] [PATCH v6 3/6] compat/w32dlfcn.h: "
` [FFmpeg-devel] [PATCH v6 4/6] fftools/cmdutils.c: "
` [FFmpeg-devel] [PATCH v6 5/6] fftools: Enable long path support on Windows (fixes #8885)
` [FFmpeg-devel] [PATCH v6 6/6] fftools: Use UTF-8 on Windows

[FFmpeg-devel] [PATCH v3 1/5] libavutil/wchar_filename.h: Add wchartoansi and utf8toansi
 2022-02-18 19:03 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 5/5] fftools: Enable long path support on Windows (fixes #8885)
  ` [FFmpeg-devel] [PATCH v4] "

[FFmpeg-devel] [PATCH v5 6/6] fftools: Use UTF-8 on Windows
 2022-02-18 18:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/6] libavutil/wchar_filename.h: Add wchartoansi and utf8toansi
 2022-02-18 18:34 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/6] libavformat/avisynth.c: Replace MAX_PATH-sized buffers with dynamically sized ones
` [FFmpeg-devel] [PATCH v5 3/6] compat/w32dlfcn.h: "
` [FFmpeg-devel] [PATCH v5 4/6] fftools/cmdutils.c: "
` [FFmpeg-devel] [PATCH v5 5/6] fftools: Enable long path support on Windows (fixes #8885)

[FFmpeg-devel] [PATCH] avfilter: Added siti filter
 2022-02-18 16:08 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter: zscale performance optimization >4x
 2022-02-18 16:00 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check fails
 2022-02-18 12:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter: zscale performance optimization >4x
 2022-02-18 11:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/3] avformat/imf: open resources only when first needed
 2022-02-18  3:38 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/3] avformat/imf: fix packet pts, dts and muxing
` [FFmpeg-devel] [PATCH v4 3/3] avformat/imf: document IMFVirtualTrackResourcePlaybackCtx

[FFmpeg-devel] [PATCH v4 1/2] libavcodec/vaapi_encode: Add new API adaption to vaapi_encode
 2022-02-18  3:02 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/2] libavcodec/vaapi_encode: Add async_depth to vaapi_encoder to increase performance

[FFmpeg-devel] [PATCH v2] libavcodec/qsvenc_hevc: encode RGB format rawvideo
 2022-02-18  1:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/libaomenc: Add parameter for avif single image encoding
 2022-02-17 21:20 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/av1: Add a parameter to av1c to omit seq header
` [FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing
  ` [FFmpeg-devel] [PATCH] avcodec/libaomenc: Add parameter for avif single image encoding

[FFmpeg-devel] [PATCH v2 3/5] libswscale: Avx2 hscale can process inputs of any size
 2022-02-17 16:21 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 2/5] libswscale: Re-factor ff_shuffle_filter_coefficients
 2022-02-17 16:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/5] libswscale: Check and propagate memory allocation errors from ff_shuffle_filter_coefficients
 2022-02-17 16:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/riff: add more GeoVision FOURCC
 2022-02-17 15:19 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/nutdec: Add check for avformat_new_stream
 2022-02-17 15:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Audacity Tenacity VLC FFMpeg Ardour and other open-source audio programs - you don't swing it like you're supposed to, man
 2022-02-17 14:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hevcdec: Correctly signal AVCOL_RANGE_UNSPECIFIED if nothing was set in the bitstream
 2022-02-17 13:06 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/dxva2: rename drop AV prefix from AVDXVAContext
 2022-02-17 12:10 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/dxva: properly namespace public symbols

[FFmpeg-devel] Consulting Engagement Request
 2022-02-17 10:38 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 5/5] checkasm/sw_scale: hscale does not requires cpuflag test
 2022-02-17 10:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 4/5] libswscale: Enable hscale_avx2 for all input sizes
 2022-02-17 10:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/17] avcodec/svq3: Mark decoder as init-threadsafe
 2022-02-17  7:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] libswscale: Re-factor ff_shuffle_filter_coefficients
 2022-02-16 21:21 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] avfilter/af_speechnorm: speed up filtering code
 2022-02-16 19:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avfilter: Rename blend_modes.c -> blend_modes_template.c
 2022-02-16 19:02 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/4] avformat/imf: open resources only when first needed
 2022-02-16 16:54 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/4] avformat/imf: fix missing error reporting when opening resources

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