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 v1 1/2] avformat/rtmppkt: add ff_amf_write_array for write array strings
 2023-08-25  5:32 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/2] avformat/rtmpproto: support enhanced rtmp
      ` [FFmpeg-devel] [PATCH v2 1/2] avformat/rtmppkt: add ff_amf_write_array for write array strings
        ` [FFmpeg-devel] [PATCH v2 2/2] avformat/rtmpproto: support enhanced rtmp

[FFmpeg-devel] [PATCH v4] avcodec/cbs_vp8: Add support for VP8 codec bitstream
 2023-08-25  3:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/vulkan_decode: fix struct type for h265_profile
 2023-08-25  3:02 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/vulkan_decode: check specVersion to avoid using incompatible implementations
` [FFmpeg-devel] [PATCH 3/3] avcodec/vulkan_decode: print also codec header name

[FFmpeg-devel] [PATCH 1/2] lavfi/vf_xfade_vulkan: add circleopen/circleclose
 2023-08-25  3:01 UTC  (7+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v3 1/5] "
    ` [FFmpeg-devel] [PATCH v3 2/5] lavfi/vf_xfade_vulkan: reindent after last commit
    ` [FFmpeg-devel] [PATCH v3 3/5] lavfi/vf_xfade_vulkan: add dissolve
    ` [FFmpeg-devel] [PATCH v3 4/5] lavfi/vf_xfade_vulkan: add pixelize
    ` [FFmpeg-devel] [PATCH v3 5/5] lavfi/vf_xfade_vulkan: add wipes

[FFmpeg-devel] [PATCH 0/2] [RFC] doc/developer patch review improvements
 2023-08-25  1:56 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] doc/developer: Reviews must be constructive
` [FFmpeg-devel] [PATCH 2/2] doc/developer: Code pushed without patches on ffmpeg-devel must be announced on the ML

[FFmpeg-devel] [PATCH v2] lavfi/dnn: Add OpenVINO API 2.0 support
 2023-08-25  0:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] Revert "avcodec/apedec: fix decoding 24bit insane files with recent versions"
 2023-08-25  0:01 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/apedec: Fix CRC for 24bps and bigendian

[FFmpeg-devel] [PATCH] OSQ lossless audio format support
 2023-08-24 22:06 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] adpcm fixes and improvements
 2023-08-24 19:47 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 0/5] JPEG XL Parser (and bug fixes)
 2023-08-24 19:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] checkasm: hevc_sao: Fix a regression in hevc_sao_edge
 2023-08-24 19:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avformat/rtmpproto: support fourCcList property in enhanced rtmp
 2023-08-24  5:33 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang
 2023-08-23 20:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/mv30: Allocate frame later
 2023-08-23 20:42 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/5] avcodec/xvididct: Fix integer overflow in idct_row()

[FFmpeg-devel] [PATCH] avfilter: add libvmaf_cuda
 2023-08-23 20:39 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/mp3dec: Subtract known padding from duration
 2023-08-23 18:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/mp3dec: Subtract known padding from duration
 2023-08-23 18:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] GSoC 2023: Add Audio Overlay Filter
 2023-08-23 10:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mp3dec:Subtract known padding from duration
 2023-08-23  9:25 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 00/12] encoder AVCodecContext configuration side data
 2023-08-22 21:49 UTC  (30+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 01/12] avutil/frame: add AVFrameSideDataSet for passing sets of "
` [FFmpeg-devel] [PATCH v3 02/12] avutil/frame: split side data list wiping out to non-AVFrame function
` [FFmpeg-devel] [PATCH v3 03/12] avutil/frame: add helper for uninitializing side data sets
` [FFmpeg-devel] [PATCH v3 04/12] avutil/frame: split side_data_from_buf to base and AVFrame func
` [FFmpeg-devel] [PATCH v3 05/12] avutil/frame: add helper for adding side data to set
` [FFmpeg-devel] [PATCH v3 06/12] avutil/frame: add helper for getting side data from set
` [FFmpeg-devel] [PATCH v3 07/12] avutil/frame: add helper for extending a set of side data
` [FFmpeg-devel] [PATCH v3 08/12] avcodec: add side data set to AVCodecContext
` [FFmpeg-devel] [PATCH v3 09/12] ffmpeg: pass first video AVFrame's side data to encoder
` [FFmpeg-devel] [PATCH v3 10/12] avcodec/libsvtav1: add support for writing out CLL and MDCV
` [FFmpeg-devel] [PATCH v3 11/12] avcodec/libx264: "
` [FFmpeg-devel] [PATCH v3 12/12] avcodec/libx265: "

[FFmpeg-devel] [PATCH] fate/matroska: Stop using unicode in command line paramters
 2023-08-22 19:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 0/6] swscale: Add dedicated RGB->YUV unscaled functions & aarch64 asm
 2023-08-22 18:03 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 1/6] fate-filter-fps: Set swscale bitexact for tests that do conversions
` [FFmpeg-devel] [PATCH v1 2/6] swscale: Rename BGR24->YUV conversion functions as bgr
` [FFmpeg-devel] [PATCH v1 3/6] swscale: Add explicit rgb24->yv12 conversion
` [FFmpeg-devel] [PATCH v1 4/6] swscale: RGB24->YUV allow odd widths & improve C rounding
` [FFmpeg-devel] [PATCH v1 5/6] swscale: Add unscaled XRGB->YUV420P functions
` [FFmpeg-devel] [PATCH v1 6/6] swscale: Add aarch64 functions for RGB24->YUV420P

[FFmpeg-devel] [PATCH v3] vvcdec: add thread executor
 2023-08-22 13:34 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] "
  ` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [RFC PATCH] avutil/avutil: make AV_TIME_BASE_Q available in C++
 2023-08-22 12:29 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: Include objbase.h when checking for CoTaskMemFree
 2023-08-21 20:16 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] h264_vaapi is using vaapi or va-api
 2023-08-21 16:13 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vulkan_h264: send scaling lists in zig-zag order
 2023-08-21 14:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 1/1] lavc/qsvdec: fix dead loop of qsv decoding
 2023-08-21  6:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: always use create_pnext in vulkan_pool_alloc
 2023-08-20 20:51 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] VDD conference invitation - Dublin 22-24 Sept 2023
 2023-08-20 15:54 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/exr: tag gamma=1.0 output as linear light
 2023-08-20 13:00 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/channel_layout: make pre-defined channel layouts C++ friendly
 2023-08-20 12:53 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/1] configure: Set WIN32_LEAN_AND_MEAN at configure time
 2023-08-19 21:12 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/thread: add wrappers for pthread_cond_t and pthread_t functions
 2023-08-19 13:06 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
    ` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [PATCH] avformat/hls: reset the playlist init segment on seek
 2023-08-19 11:13 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] looking to hire expert for a short project: lossless screen and sound capture 4k@60hz
 2023-08-18 22:55 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang
 2023-08-18 19:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avfilter/dnn_backend_openvino: fix multiple memleaks
 2023-08-18 17:52 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avfilter/dnn_backend_openvino: reduce indentation in free_model_ov

[FFmpeg-devel] [PATCH 1/3] avfilter/dnn_filter_common: fix memleak
 2023-08-18 17:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [VideoToolbox] Add HEVC 4:2:2 10-bit encoding profile
 2023-08-18 17:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavfi/vf_libplacebo: switch to new pl_options struct
 2023-08-18 16:50 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi/vf_libplacebo: add extra_opts AVDictionary

[FFmpeg-devel] [PATCH 1/2] lavfi/vf_libplacebo: switch to new pl_options struct
 2023-08-18 16:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avfilter/vf_transpose_vt: fix output frame dimension
 2023-08-18 14:24 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avfilter/vf_transpose_vt: fix declaration-after-statement

[FFmpeg-devel] [PATCH 1/3] avfilter/vf_scale_vt: fix output frame dimension
 2023-08-18 14:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] X (Twitter) Access
 2023-08-18  6:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avcodec: add ambient viewing environment packet side data
 2023-08-18  6:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 5/9] avcodec/evc_decoder: Provided support for EVC decoder
 2023-08-18  5:44 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support
 2023-08-17 22:51 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avutil/channel_layout: make pre-defined channel layouts C++ friendly
 2023-08-17 22:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] swscale RGB24->YUV420P
 2023-08-17 17:13 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/8] cbs_h266: fix inference for sh_lmcs_used_flag and sh_explicit_scaling_list_used_flag
 2023-08-17 13:38 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "

[FFmpeg-devel] [PATCH] avdevice: Fix disabling audiotoolbox_outdev build on iOS
 2023-08-16 21:05 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH v3 1/6] avcodec/cbs_av1: Add tx mode enum values
 2023-08-16 20:45 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 6/6] lavc/vaapi_encode: Add VAAPI AV1 encoder

[FFmpeg-devel] [PATCH v2] cbs: Make tracing more general
 2023-08-16 20:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tta decoder improvements
 2023-08-16 18:14 UTC  (3+ 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