ffmpeg-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[FFmpeg-devel] [PATCH] avformat/rtmpproto: fix rmtp packet leak in gen_connect()
Lidong Yan
Re: [FFmpeg-devel] [PATCH] avformat/rtmpproto: fix rmtp packet leak in gen_connect()
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] avformat/rtmpproto: fix rmtp packet leak in gen_connect()
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH] avformat/rtmpproto: fix rmtp packet leak in gen_connect()
ld y
[FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Kacper Michajłow
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Martin Storsjö
[FFmpeg-devel] [PATCH] h264dsp: h264_luma_dc_dequant_idct: constify input
Tristan Matthews
Re: [FFmpeg-devel] [PATCH] h264dsp: h264_luma_dc_dequant_idct: constify input
Tristan Matthews via ffmpeg-devel
[FFmpeg-devel] [PATCH 0/3] avformat/hlsenc: Some HLS improvements
ffmpegagent
[FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: Log information about segments written
softworkz
Re: [FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: Log information about segments written
Marton Balint
Re: [FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: Log information about segments written
softworkz .
[FFmpeg-devel] [PATCH 2/3] avformat/hlsenc: Log InitFileComplete message
softworkz
[FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Fix path handling for Windows
softworkz
Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Fix path handling for Windows
Marton Balint
Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Fix path handling for Windows
softworkz .
Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Fix path handling for Windows
Marton Balint
Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Fix path handling for Windows
softworkz .
Re: [FFmpeg-devel] [PATCH 3/3] avformat/hlsenc: Fix path handling for Windows
softworkz .
[FFmpeg-devel] [PATCH v2] avformat/hlsenc: Fix path handling for Windows
softworkz
[FFmpeg-devel] [PATCH v3] avformat/hlsenc: Fix path handling for Windows
softworkz
[FFmpeg-devel] [PATCH v2 01/13] avfilter/f_ebur128: use transformed direct form II
Niklas Haas
[FFmpeg-devel] [PATCH v2 03/13] avfilter/f_ebur128: use structs for biquad weights
Niklas Haas
[FFmpeg-devel] [PATCH v2 04/13] avfilter/f_ebur128: use a single packed array for the integrator cache
Niklas Haas
[FFmpeg-devel] [PATCH v2 10/13] avfilter/f_ebur128: lift sample peak calculation out of main loop
Niklas Haas
[FFmpeg-devel] [PATCH v2 05/13] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Niklas Haas
[FFmpeg-devel] [PATCH v2 12/13] avfilter/f_ebur128: move true peak calculation to DSP function
Niklas Haas
[FFmpeg-devel] [PATCH v2 13/13] avfilter/x86/f_ebur128: implement AVX true peak calculation
Niklas Haas
[FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
James Almer
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
[FFmpeg-devel] [PATCH v2 06/13] avfilter/f_ebur128: split off C implementation to separate function
Niklas Haas
[FFmpeg-devel] [PATCH v2 08/13] avfilter/f_ebur128: remove pointless macro
Niklas Haas
[FFmpeg-devel] [PATCH v2 09/13] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
[FFmpeg-devel] [PATCH v2 11/13] avfilter/f_ebur128: move variable declarations to usage site
Niklas Haas
[FFmpeg-devel] [PATCH v2 02/13] avfilter/f_ebur128: simplify sample cache array
Niklas Haas
[FFmpeg-devel] [PATCH v2 01/13] avfilter/f_ebur128: use transformed direct form II
Niklas Haas
[FFmpeg-devel] [PATCH v2 06/13] avfilter/f_ebur128: split off C implementation to separate function
Niklas Haas
[FFmpeg-devel] [PATCH v2 02/13] avfilter/f_ebur128: simplify sample cache array
Niklas Haas
[FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Michael Niedermayer
[FFmpeg-devel] [PATCH v2 10/13] avfilter/f_ebur128: lift sample peak calculation out of main loop
Niklas Haas
[FFmpeg-devel] [PATCH v2 11/13] avfilter/f_ebur128: move variable declarations to usage site
Niklas Haas
[FFmpeg-devel] [PATCH v2 03/13] avfilter/f_ebur128: use structs for biquad weights
Niklas Haas
[FFmpeg-devel] [PATCH v2 08/13] avfilter/f_ebur128: remove pointless macro
Niklas Haas
[FFmpeg-devel] [PATCH v2 09/13] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
Re: [FFmpeg-devel] [PATCH v2 09/13] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
[FFmpeg-devel] [PATCH v2 04/13] avfilter/f_ebur128: use a single packed array for the integrator cache
Niklas Haas
[FFmpeg-devel] [PATCH v2 12/13] avfilter/f_ebur128: move true peak calculation to DSP function
Niklas Haas
[FFmpeg-devel] [PATCH v2 13/13] avfilter/x86/f_ebur128: implement AVX true peak calculation
Niklas Haas
[FFmpeg-devel] [PATCH v2 05/13] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Niklas Haas
Re: [FFmpeg-devel] [PATCH v2 05/13] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Michael Niedermayer
[FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Timo Rothenpieler
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Hendrik Leppkes
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Alexander Strasser via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Alexander Strasser via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH] configure: Make MSVC version grabbing more robust
Martin Storsjö
[FFmpeg-devel] [PATCH] avcodec/h264: fixed qp table attach for h264
Timothee
Re: [FFmpeg-devel] [PATCH] avcodec/h264: fixed qp table attach for h264
Michael Niedermayer
[FFmpeg-devel] [PATCH 2/2] doc/encoders: Document mediacodec wrapper
Zhao Zhili
Re: [FFmpeg-devel] [PATCH 2/2] doc/encoders: Document mediacodec wrapper
Marth64
[FFmpeg-devel] [PATCH 1/2] avcodec/mediacodecenc: Fix typo in VP9 option description
Zhao Zhili
Re: [FFmpeg-devel] [PATCH 1/2] avcodec/mediacodecenc: Fix typo in VP9 option description
Marth64
[FFmpeg-devel] [PATCH v2] avcodec/apv_encoder: Updated APV encoder to set the encoder output to OAPV_CFG_VAL_AU_BS_FMT_NONE format (the only AU without bitstream format)
Dawid Kozinski
[FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Martin Storsjö
Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Michael Niedermayer
Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Martin Storsjö
Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Kacper Michajlow
Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Martin Storsjö
Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Michael Niedermayer
Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed tests
Martin Storsjö
[FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Kieran Kunhya via ffmpeg-devel
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Derek Buitenhuis
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Derek Buitenhuis
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Gyan Doshi
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Nicolas George
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Michael Niedermayer
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Gyan Doshi
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Tomas Härdin
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Gyan Doshi
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Nicolas George
Re: [FFmpeg-devel] [RFC] Moving edit list handling out of demuxers
Nicolas George
[FFmpeg-devel] [PATCH v3 3/3] avformat/whip: reindent whip options
Jack Lau via ffmpeg-devel
[FFmpeg-devel] [PATCH v3 2/3] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 candidates
Jack Lau via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v3 2/3] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 candidates
Marvin Scholz
Re: [FFmpeg-devel] [PATCH v3 2/3] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 candidates
Jack Lau
[FFmpeg-devel] [PATCH v3 1/3] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING
Jack Lau via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v3 1/3] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING
Jack Lau
Re: [FFmpeg-devel] [PATCH v3 1/3] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING
Zhao Zhili
Re: [FFmpeg-devel] [PATCH v3 1/3] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING
Jack Lau
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Kacper Michajlow
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
compn
[FFmpeg-devel] [PATCH 00/10] avformat/segment: Various segment muxer improvements
ffmpegagent
[FFmpeg-devel] [PATCH 01/10] avformat/segment: Add segment_write_temp option
softworkz
Re: [FFmpeg-devel] [PATCH 01/10] avformat/segment: Add segment_write_temp option
Marton Balint
Re: [FFmpeg-devel] [PATCH 01/10] avformat/segment: Add segment_write_temp option
softworkz .
Re: [FFmpeg-devel] [PATCH 01/10] avformat/segment: Add segment_write_temp option
Marton Balint
Re: [FFmpeg-devel] [PATCH 01/10] avformat/segment: Add segment_write_temp option
softworkz .
[FFmpeg-devel] [PATCH 02/10] doc/muxers: Add documentation for segment_write_temp option
softworkz
[FFmpeg-devel] [PATCH 04/10] avformat/segment: Add segment_limit option
softworkz
[FFmpeg-devel] [PATCH 07/10] avformat/segment: Remove non-negative constraint from segment_time_delta
softworkz
[FFmpeg-devel] [PATCH 08/10] avformat/segment: Don't allow negative segment duration
softworkz
[FFmpeg-devel] [PATCH 09/10] avformat/segment: Fix typo
softworkz
[FFmpeg-devel] [PATCH 03/10] avformat/segment: Log more detailed information about written segments
softworkz
Re: [FFmpeg-devel] [PATCH 03/10] avformat/segment: Log more detailed information about written segments
Derek Buitenhuis
Re: [FFmpeg-devel] [PATCH 03/10] avformat/segment: Log more detailed information about written segments
softworkz .
Re: [FFmpeg-devel] [PATCH 03/10] avformat/segment: Log more detailed information about written segments
Marton Balint
Re: [FFmpeg-devel] [PATCH 03/10] avformat/segment: Log more detailed information about written segments
softworkz .
[FFmpeg-devel] [PATCH 06/10] avformat/segment: Fix invalid codecpar extradata_size after copying
softworkz
Re: [FFmpeg-devel] [PATCH 06/10] avformat/segment: Fix invalid codecpar extradata_size after copying
softworkz .
[FFmpeg-devel] [PATCH 10/10] avformat/segment: Indent and whitespace fixes
softworkz
[FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
softworkz
Re: [FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
Marton Balint
Re: [FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
softworkz .
Re: [FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
Marton Balint
Re: [FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
softworkz .
Re: [FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
Marton Balint
Re: [FFmpeg-devel] [PATCH 05/10] doc/muxers: Add documentation for segment_limit option
softworkz .
[FFmpeg-devel] [PATCH v2 0/6] avformat/segment: Various segment muxer improvements
ffmpegagent
[FFmpeg-devel] [PATCH v2 1/6] avformat/segment: Add segment_write_temp option
softworkz
[FFmpeg-devel] [PATCH v2 2/6] avformat/segment: Add segment_limit option
softworkz
[FFmpeg-devel] [PATCH v2 3/6] avformat/segment: Remove non-negative constraint from segment_time_delta
softworkz
[FFmpeg-devel] [PATCH v2 4/6] avformat/segment: Don't allow negative segment duration
softworkz
Re: [FFmpeg-devel] [PATCH v2 4/6] avformat/segment: Don't allow negative segment duration
Michael Niedermayer
[FFmpeg-devel] [PATCH v2 5/6] avformat/segment: Fix typo
softworkz
[FFmpeg-devel] [PATCH v2 6/6] avformat/segment: Indent and whitespace fixes
softworkz
[FFmpeg-devel] [PATCH v2 1/2] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 candidates
Jack Lau via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 candidates
Steven Liu
[FFmpeg-devel] [PATCH v2 2/2] avformat/whip: reindent whip options
Jack Lau via ffmpeg-devel
[FFmpeg-devel] [RFC] Code Style Questions
softworkz .
[FFmpeg-devel] [PATCH 0/4] avfilter/f_ebur128: various improvements
Niklas Haas
[FFmpeg-devel] [PATCH 1/4] avfilter/f_ebur128: use transformed direct form II
Niklas Haas
[FFmpeg-devel] [PATCH 2/4] avfilter/f_ebur128: simplify sample cache array
Niklas Haas
[FFmpeg-devel] [PATCH 3/4] avfilter/f_ebur128: use structs for biquad weights
Niklas Haas
[FFmpeg-devel] [PATCH 4/4] avfilter/f_ebur128: use a single packed array for the integrator cache
Niklas Haas
[FFmpeg-devel] [PATCH] avformat/movenc: Fix editlist with hybrid_fragmented
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] avformat/movenc: Fix editlist with hybrid_fragmented
Martin Storsjö
[FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant
Tristan Matthews
Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant
Tristan Matthews
[FFmpeg-devel] [PATCH 1/1] checkasm: h264dsp: test luma_dc_dequant
Tristan Matthews
Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant
Tristan Matthews
Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant
Martin Storsjö
[FFmpeg-devel] [PATCH 1/2] checkasm: add checkasm_check_dctcoef
Tristan Matthews
[FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Tristan Matthews
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Martin Storsjö
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Michael Niedermayer
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Zhao Zhili
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Michael Niedermayer
[FFmpeg-devel] [PATCH] avcodec/itut35: always check the provider code and country code together
Maryla Ustarroz-Calonge via ffmpeg-devel
Re: [FFmpeg-devel] [PATCH] avcodec/itut35: always check the provider code and country code together
Devin Heitmueller
Re: [FFmpeg-devel] [PATCH] avcodec/itut35: always check the provider code and country code together
Maryla Ustarroz via ffmpeg-devel
[FFmpeg-devel] [PATCH] avformat/movenc: editlist doesn't work with hybrid_fragmented
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] avformat/movenc: editlist doesn't work with hybrid_fragmented
Martin Storsjö
Re: [FFmpeg-devel] [PATCH] avformat/movenc: editlist doesn't work with hybrid_fragmented
Zhao Zhili
[FFmpeg-devel] [PATCH] avcodec/mediacodecdec: replace memset with direct zero init
Zhao Zhili
Re: [FFmpeg-devel] [PATCH] avcodec/mediacodecdec: replace memset with direct zero init
Matthieu Bouron
[FFmpeg-devel] ebur128 bounty
Guillaume Khayat
Re: [FFmpeg-devel] ebur128 bounty
Niklas Haas
Re: [FFmpeg-devel] ebur128 bounty
Guillaume Khayat
Re: [FFmpeg-devel] ebur128 bounty
Niklas Haas
Re: [FFmpeg-devel] ebur128 bounty
Guillaume Khayat
[FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: support high bit depth formats
Niklas Haas
Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: support high bit depth formats
Andreas Rheinhardt
Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: support high bit depth formats
Niklas Haas
Re: [FFmpeg-devel] [PATCH v4] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
Re: [FFmpeg-devel] [PATCH v3] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
Re: [FFmpeg-devel] [PATCH v3] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
[FFmpeg-devel] [PATCH] avutil: Fix linking x86 asm constants with Clang in MSVC mode
Martin Storsjö
Earlier messages
Later messages