ffmpeg-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Pavel Koshevoy
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Scott Theisen
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Pavel Koshevoy
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Pavel Koshevoy
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Scott Theisen
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Pavel Koshevoy
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)
Scott Theisen
[FFmpeg-devel] [PATCH] avformat: av_dump_format() use a const AVFormatContext* input
Scott Theisen
[FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist
Scott Theisen
Re: [FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist
Andreas Rheinhardt
Re: [FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist
James Almer
Re: [FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist
Scott Theisen
[FFmpeg-devel] [PATCH 0/5] fix multiple memory leaks
Lidong Yan
[FFmpeg-devel] [PATCH 0/5] fix multiple memory leaks
Lidong Yan
[FFmpeg-devel] [PATCH 1/5] avcodec/utvideodec: fix leaks in decode_plane() and decode_plane10()
Lidong Yan
Re: [FFmpeg-devel] [PATCH 1/5] avcodec/utvideodec: fix leaks in decode_plane() and decode_plane10()
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH 1/5] avcodec/utvideodec: fix leaks in decode_plane() and decode_plane10()
Lidong Yan
[FFmpeg-devel] [PATCH 2/5] avformat/rtpdec_latm: fix leak in parse_fmtp_config()
Lidong Yan
Re: [FFmpeg-devel] [PATCH 2/5] avformat/rtpdec_latm: fix leak in parse_fmtp_config()
Michael Niedermayer
[FFmpeg-devel] [PATCH 3/5] swscale/graph: fix leak in adapt_colors()
Lidong Yan
[FFmpeg-devel] [PATCH 4/5] avcodec/sunrast: fix leak in sunrast_decode_frame()
Lidong Yan
Re: [FFmpeg-devel] [PATCH 4/5] avcodec/sunrast: fix leak in sunrast_decode_frame()
Michael Niedermayer
[FFmpeg-devel] [PATCH 5/5] avformat/rtpdec_asf: fix leak in ff_wms_parse_sdp_a_line()
Lidong Yan
Re: [FFmpeg-devel] [PATCH 5/5] avformat/rtpdec_asf: fix leak in ff_wms_parse_sdp_a_line()
Michael Niedermayer
[FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Jack Lau via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Timo Rothenpieler
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Jack Lau
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Jack Lau
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Timo Rothenpieler
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Jack Lau
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Timo Rothenpieler
Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Nicolas George
[FFmpeg-devel] [PATCH v3] avfilter/asrc_sinc: fix leak in config_input()
Lidong Yan
Re: [FFmpeg-devel] [PATCH v3] avfilter/asrc_sinc: fix leak in config_input()
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH v3] avfilter/asrc_sinc: fix leak in config_input()
Lidong Yan
[FFmpeg-devel] [PATCH v3 2/2] bloom: optimize multiple pathspec items in revision traversal
Lidong Yan
Re: [FFmpeg-devel] [PATCH v3 2/2] bloom: optimize multiple pathspec items in revision traversal
Lidong Yan
[FFmpeg-devel] [PATCH v3 1/2] bloom: replace struct bloom_key * with struct bloom_keyvec
Lidong Yan
[FFmpeg-devel] [PATCH v3 0/2] bloom: enable bloom filter optimization for multiple pathspec elements in revision traversal
Lidong Yan
[FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos
Jack Lau via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos
Marvin Scholz
Re: [FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos
Jack Lau
[FFmpeg-devel] [PATCH v4 2/3] avformat/whip: reindent whip options
Jack Lau via ffmpeg-devel
[FFmpeg-devel] [PATCH v4 1/3] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 ICE candidates
Jack Lau via ffmpeg-devel
[FFmpeg-devel] [PATCH 1/3] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 ICE candidates
Jack Lau via ffmpeg-devel
[FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Ken McGaugh
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Baptiste Coudurier
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Ken McGaugh
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Baptiste Coudurier
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Ken McGaugh
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Ken McGaugh
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Ken McGaugh
Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified.
Michael Niedermayer
[FFmpeg-devel] [PATCH] avcodec/rv60dec: Check ofs for overflows
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avcodec/rv60dec: Check ofs for overflows
Peter Ross
Re: [FFmpeg-devel] [PATCH] avcodec/rv60dec: Check ofs for overflows
Michael Niedermayer
[FFmpeg-devel] [PATCHv2] avcodec/adpcm: Sanyo LD-ADPCM decoder
Peter Ross
[FFmpeg-devel] [PATCH] avcodec/speexdec: consider differing frame sizes in remaining space check
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: consider differing frame sizes in remaining space check
James Almer
Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: consider differing frame sizes in remaining space check
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: consider differing frame sizes in remaining space check
Michael Niedermayer
[FFmpeg-devel] [PATCH 0/4] fix leaks in movenc, vorbisenc, lut3d and iamf_writer
Lidong Yan
[FFmpeg-devel] [PATCH 1/4] avformat/movenc: fix multiple leaks in error paths
Lidong Yan
[FFmpeg-devel] [PATCH 2/4] avcodec/vorbisenc: fix leak if av_mallocz failed
Lidong Yan
Re: [FFmpeg-devel] [PATCH 2/4] avcodec/vorbisenc: fix leak if av_mallocz failed
Michael Niedermayer
[FFmpeg-devel] [PATCH 4/4] avformat/iamf_writer: fix leaks of avio_open_dyn_buf() allocated memory
Lidong Yan
[FFmpeg-devel] [PATCH 3/4] avfilter/vf_lut3d: fix leak if allocate_3dlut failed
Lidong Yan
Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_lut3d: fix leak if allocate_3dlut failed
Michael Niedermayer
[FFmpeg-devel] [PATCH v2] ffprobe: add -codec:<media_spec> option
Maryla Ustarroz-Calonge via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v2] ffprobe: add -codec:<media_spec> option
Maryla Ustarroz via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v2] ffprobe: add -codec:<media_spec> option
Michael Niedermayer
[FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: fix unused variable warning
Marvin Scholz
Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: fix unused variable warning
Marvin Scholz
Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: fix unused variable warning
Marvin Scholz
[FFmpeg-devel] [PATCH] avcodec/vvc/refs: remove dead code
Marvin Scholz
Re: [FFmpeg-devel] [PATCH] avcodec/vvc/refs: remove dead code
Frank Plowman
[FFmpeg-devel] [PATCH v2] avcodec/vvc/refs: remove early return
Marvin Scholz
Re: [FFmpeg-devel] [PATCH v2] avcodec/vvc/refs: remove early return
Frank Plowman
Re: [FFmpeg-devel] [PATCH v2] avcodec/vvc/refs: remove early return
Marvin Scholz
[FFmpeg-devel] [PATCH] fftools/textformat: remove unreachable code in tf_mermaid
Marvin Scholz
Re: [FFmpeg-devel] [PATCH] fftools/textformat: remove unreachable code in tf_mermaid
softworkz .
[FFmpeg-devel] [PATCH] avformat/apvdec: add framerate option
James Almer
[FFmpeg-devel] [PATCH v2] avutil/hwcontext_d3d12va: added resource Flags support to command line
Dmitrii Ovchinnikov
[FFmpeg-devel] 回复: [PATCH v2] avutil/hwcontext_d3d12va: added resource Flags support to command line
Wu Jianhua
[FFmpeg-devel] [PATCH] doc/developer: Fix typos
softworkz
Re: [FFmpeg-devel] [PATCH] doc/developer: Fix typos
Gyan Doshi
[FFmpeg-devel] [PATCH v1] avformat/apvdec: framerate option added to the APV demuxer
Dawid Kozinski
[FFmpeg-devel] [PATCH] libavcodec/utils: Ensure allocated buffer is zero-initialized
xjdeng
Re: [FFmpeg-devel] [PATCH] libavcodec/utils: Ensure allocated buffer is zero-initialized
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] libavcodec/utils: Ensure allocated buffer is zero-initialized
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH] libavcodec/utils: Ensure allocated buffer is zero-initialized
Xingjing Deng
[FFmpeg-devel] [RFC] webp decoding
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] webp decoding
Hendrik Leppkes
Re: [FFmpeg-devel] [RFC] webp decoding
James Zern via ffmpeg-devel
Re: [FFmpeg-devel] [RFC] webp decoding
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] webp decoding
compn
Re: [FFmpeg-devel] [RFC] webp decoding
Michael Niedermayer
[FFmpeg-devel] [PATCH 1/8] configure: require at least OpenSSL 1.1.0
Marvin Scholz
[FFmpeg-devel] [PATCH 2/8] avformat: tls: drop support for OpenSSL < 1.1.0
Marvin Scholz
[FFmpeg-devel] [PATCH 3/8] avformat/tls_openssl: remove now unnecessary define
Marvin Scholz
[FFmpeg-devel] [PATCH 4/8] avformat/tls_openssl: properly get new BIO index
Marvin Scholz
[FFmpeg-devel] [PATCH 5/8] avformat/tls_openssl: remove leftover comment
Marvin Scholz
[FFmpeg-devel] [PATCH 6/8] avformat/tls_openssl: remove unnecessary checks
Marvin Scholz
[FFmpeg-devel] [PATCH 7/8] avformat/tls_openssl: use TLS_[client|server]_method
Marvin Scholz
[FFmpeg-devel] [PATCH 8/8] avformat/tls_openssl: use SSL_CTX_set_min_proto_version
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/8] configure: require at least OpenSSL 1.1.0
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/8] configure: require at least OpenSSL 1.1.0
Marvin Scholz
[FFmpeg-devel] [PATCH 1/2] avcodec/adpcm: Sanyo LD-ADPCM decoder
Peter Ross
[FFmpeg-devel] [PATCH 2/2] tests/fate: Sanyo LD-ADPCM test case
Peter Ross
[FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Pavel Roslyy
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Pavel Roslyy
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Pavel Roslyy
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Pavel Roslyy
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Pavel Roslyy
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Andreas Rheinhardt
Re: [FFmpeg-devel] [PATCH] libavformat/usmdec: add support for HCA stream decryption
Pavel Roslyy
[FFmpeg-devel] [PATCH v2 2/2] avcodec/mfenc: add support for D3D11 input surfaces
Dash Santosh Sathyanarayanan
[FFmpeg-devel] [PATCH v2] avcodec/itut35: always check the provider code and country code together
Maryla Ustarroz-Calonge via ffmpeg-devel
[FFmpeg-devel] [PATCH 0/2] fix multiple memory leaks
Lidong Yan
[FFmpeg-devel] [PATCH 2/2] avformat/sapenc: fix leak in sap_write_header()
Lidong Yan
Re: [FFmpeg-devel] [PATCH 2/2] avformat/sapenc: fix leak in sap_write_header()
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH 2/2] avformat/sapenc: fix leak in sap_write_header()
Lidong Yan
[FFmpeg-devel] [PATCH 1/2] avfilter/asrc_sinc: fix leak in config_input()
Lidong Yan
[FFmpeg-devel] [PATCH] hw_base_encode: Support refs option to limit number of references
David Rosca
[FFmpeg-devel] [PATCH] libavutil: fix memory leak of drmVersion
Tim Blechmann via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH] libavutil: fix memory leak of drmVersion
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] libavutil: fix memory leak of drmVersion
Tim Blechmann via ffmpeg-devel
[FFmpeg-devel] [PATCH v2 1/2] avfilter: add scale_d3d11 filter
Dash Santosh Sathyanarayanan
Re: [FFmpeg-devel] [PATCH v2 1/2] avfilter: add scale_d3d11 filter
Hendrik Leppkes
Re: [FFmpeg-devel] [PATCH v2 1/2] avfilter: add scale_d3d11 filter
Dash Santosh Sathyanarayanan
[FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Marvin Scholz
[FFmpeg-devel] [PATCH 2/2] avformat/tee: fix multiple bsfs in tee
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 2/2] avformat/tee: fix multiple bsfs in tee
Nicolas George
Re: [FFmpeg-devel] [PATCH 2/2] avformat/tee: fix multiple bsfs in tee
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Nicolas George
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Nicolas George
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Nicolas George
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Nicolas George
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Nicolas George
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tee: refactor option processing
Vittorio Giovara
[FFmpeg-devel] [PATCH 1/3] lavf/rtpdec: fix RTCP SR packet length check
Marvin Scholz
[FFmpeg-devel] [PATCH 3/3] lavf: add AV_PKT_DATA_RTCP_SR side data type
Marvin Scholz
[FFmpeg-devel] [PATCH 2/3] lavf: add and use AVRTCPSenderReport struct
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 2/3] lavf: add and use AVRTCPSenderReport struct
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH 2/3] lavf: add and use AVRTCPSenderReport struct
Marvin Scholz
[FFmpeg-devel] [PATCH v2 1/3] lavf/rtpdec: fix RTCP SR packet length check
Marvin Scholz
[FFmpeg-devel] [PATCH v2 2/3] lavf: add and use AVRTCPSenderReport struct
Marvin Scholz
[FFmpeg-devel] [PATCH v2 3/3] lavf: add AV_PKT_DATA_RTCP_SR side data type
Marvin Scholz
Re: [FFmpeg-devel] [PATCH v2 1/3] lavf/rtpdec: fix RTCP SR packet length check
Marvin Scholz
[FFmpeg-devel] [PATCH 1/2] avformat/tls: move common client options into their own define
Marvin Scholz
[FFmpeg-devel] [PATCH 2/2] avformat/rtsp: add TLS options
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 2/2] avformat/rtsp: add TLS options
Andreas Rheinhardt
Re: [FFmpeg-devel] [PATCH 2/2] avformat/rtsp: add TLS options
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tls: move common client options into their own define
Marvin Scholz
Re: [FFmpeg-devel] [PATCH 1/2] avformat/tls: move common client options into their own define
Marvin Scholz
[FFmpeg-devel] [PATCH 01/12] avfilter: factorize requesting an input frame from multi output filters
Marton Balint
[FFmpeg-devel] [PATCH 02/12] avfilter/filters: simplify FF_FILTER_FORWARD_WANTED_ANY
Marton Balint
[FFmpeg-devel] [PATCH 03/12] avfilter/avfilter: fix forwarding EOF for simple API filters in filter_activate_default
Marton Balint
[FFmpeg-devel] [PATCH 06/12] avfilter/avfilter: make filter_activate_default request frames on behalf of sinks
Marton Balint
[FFmpeg-devel] [PATCH 07/12] tests/fate/filter-audio: add anullsink test
Marton Balint
[FFmpeg-devel] [PATCH 09/12] avfilter/buffersink: keep requesting frames if one activation of the graph does not provide one
Marton Balint
[FFmpeg-devel] [PATCH 10/12] avfilter/f_select: port to activate
Marton Balint
[FFmpeg-devel] [PATCH 12/12] avfilter/ffmpeg_filter: rate control all filter graphs
Marton Balint
Re: [FFmpeg-devel] [PATCH 12/12] avfilter/ffmpeg_filter: rate control all filter graphs
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH 12/12] avfilter/ffmpeg_filter: rate control all filter graphs
Marton Balint
Re: [FFmpeg-devel] [PATCH 12/12] avfilter/ffmpeg_filter: rate control all filter graphs
Marton Balint
[FFmpeg-devel] [PATCH 04/12] fate/filter-video: add ffprobe test for dual output select filter
Marton Balint
[FFmpeg-devel] [PATCH 11/12] fftools/ffmpeg_filter: always reap all available frames before requesting new ones
Marton Balint
[FFmpeg-devel] [PATCH 08/12] avfilter: signal an empty buffersrc with an explicit activate error code
Marton Balint
[FFmpeg-devel] [PATCH 05/12] avfilter/avfilter: always forward request frame in filter_activate_default
Marton Balint
Re: [FFmpeg-devel] [PATCH 01/12] avfilter: factorize requesting an input frame from multi output filters
Nicolas George
[FFmpeg-devel] [PATCH] fftools/ffmpeg_filter: at EOF, unref frame used for FPS conversion logic
Steven Zhou
Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_filter: at EOF, unref frame used for FPS conversion logic
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_filter: at EOF, unref frame used for FPS conversion logic
Steven Zhou
Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_filter: at EOF, unref frame used for FPS conversion logic
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_filter: at EOF, unref frame used for FPS conversion logic
Steven Zhou
Re: [FFmpeg-devel] [PATCH v5] Mark C globals with small code model
Pranav Kant via ffmpeg-devel
[FFmpeg-devel] [PATCH v8 0/3] ffbuild/commonmak: Fix rebuild check with implicit rule chains
ffmpegagent
[FFmpeg-devel] [PATCH v8 1/3] fftools/resources: Fix double-build by disabling .d file generation
softworkz
[FFmpeg-devel] [PATCH v8 2/3] ffbuild/commonmak: Consolidate pattern rules for compression
softworkz
[FFmpeg-devel] [PATCH v8 3/3] fftools/resources: Update .gitignore
softworkz
[FFmpeg-devel] [PATCH v3] lavc: add an av1_vulkan encoder
Lynne
[FFmpeg-devel] [PATCH] hwcontext_vulkan: add option to disable video queues when creating a device
Lynne
[FFmpeg-devel] [PATCH] tools: Remove libav-merge-next-commit
Derek Buitenhuis
Re: [FFmpeg-devel] [PATCH] tools: Remove libav-merge-next-commit
Alexander Strasser via ffmpeg-devel
[FFmpeg-devel] [PATCH] Revert "Add FUNDING.json"
Derek Buitenhuis
Re: [FFmpeg-devel] [PATCH] Revert "Add FUNDING.json"
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] Revert "Add FUNDING.json"
Vittorio Giovara
Earlier messages
Later messages