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 0/4] [Please Ignore] ci_test
@ 2025-05-07  3:24 ffmpegagent
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 1/4] ci_test: Fail configure softworkz
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: ffmpegagent @ 2025-05-07  3:24 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: softworkz

This is for testing Patchwork CI builds, not for merging.

softworkz (4):
  ci_test: Fail configure
  ci_test: Fail build
  ci_test: Fail fate
  ci_test: All good



base-commit: 2b6303762fc0850b3bd841ebd234c336271f657c
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-75%2Fsoftworkz%2Fsubmit_ci_test-v1
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-75/softworkz/submit_ci_test-v1
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/75
-- 
ffmpeg-codebot
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [FFmpeg-devel] [PATCH 1/4] ci_test: Fail configure
  2025-05-07  3:24 [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test ffmpegagent
@ 2025-05-07  3:24 ` softworkz
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 2/4] ci_test: Fail build softworkz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: softworkz @ 2025-05-07  3:24 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: softworkz

From: softworkz <softworkz@hotmail.com>

---
 configure | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/configure b/configure
index 6c23a38be1..e388493658 100755
--- a/configure
+++ b/configure
@@ -15,8 +15,8 @@ export LC_ALL
 # try to make this part work with most shells
 
 try_exec(){
-    echo "Trying shell $1"
-    type "$1" > /dev/null 2>&1 && exec "$@"
+    eccho "Trying shell $1"
+    type "$1" > /dev/null 2>&1 && exeec "$@"
 }
 
 unset foo
@@ -250,7 +250,6 @@ External library support:
   --enable-liblensfun      enable lensfun lens correction [no]
   --enable-libmodplug      enable ModPlug via libmodplug [no]
   --enable-libmp3lame      enable MP3 encoding via libmp3lame [no]
-  --enable-liboapv         enable APV encoding/decoding via liboapv [no]
   --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
   --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
   --enable-libopencv       enable video filtering via libopencv [no]
@@ -1952,7 +1951,6 @@ EXTERNAL_LIBRARY_LIST="
     libmodplug
     libmp3lame
     libmysofa
-    liboapv
     libopencv
     libopenh264
     libopenjpeg
@@ -3592,7 +3590,6 @@ liblc3_encoder_select="audio_frame_queue"
 libmodplug_demuxer_deps="libmodplug"
 libmp3lame_encoder_deps="libmp3lame"
 libmp3lame_encoder_select="audio_frame_queue mpegaudioheader"
-liboapv_encoder_deps="liboapv"
 libopencore_amrnb_decoder_deps="libopencore_amrnb"
 libopencore_amrnb_encoder_deps="libopencore_amrnb"
 libopencore_amrnb_encoder_select="audio_frame_queue"
@@ -5851,13 +5848,6 @@ case $target_os in
             clang_version=$($cc -dumpversion)
             test ${clang_version%%.*} -eq 11 && add_cflags -fno-stack-check
         fi
-
-        # Xcode Clang doesn't default to -fno-common while upstream llvm.org
-        # Clang (and GCC) do. This avoids linker warnings on Xcode 16.3 about
-        # "reducing alignment of section __DATA,__common from 0x8000 to 0x4000
-        # because it exceeds segment maximum alignment".
-        check_cflags -fno-common
-
         ;;
     msys*)
         die "Native MSYS builds are discouraged, please use the MINGW environment."
@@ -6940,7 +6930,6 @@ enabled jni               && { [ $target_os = "android" ] && check_headers jni.h
 enabled ladspa            && require_headers "ladspa.h dlfcn.h"
 enabled lcms2             && require_pkg_config lcms2 "lcms2 >= 2.13" lcms2.h cmsCreateContext
 enabled libaom            && require_pkg_config libaom "aom >= 2.0.0" aom/aom_codec.h aom_codec_version
-enabled liboapv           && require_pkg_config liboapv "oapv >= 0.1.13" "oapv/oapv.h" oapve_encode
 enabled libaribb24        && { check_pkg_config libaribb24 "aribb24 > 1.0.3" "aribb24/aribb24.h" arib_instance_new ||
                                { enabled gpl && require_pkg_config libaribb24 aribb24 "aribb24/aribb24.h" arib_instance_new; } ||
                                die "ERROR: libaribb24 requires version higher than 1.0.3 or --enable-gpl."; }
@@ -8315,7 +8304,7 @@ mkdir -p tests
 mkdir -p tests/api
 echo "@c auto-generated by configure - do not modify! " > doc/config.texi
 
-print_config ARCH_   "$config_files" $ARCH_LIST
+print_co3nfig ARCH_   "$config_files" $ARCH_LIST
 print_config HAVE_   "$config_files" $HAVE_LIST
 print_config CONFIG_ "$config_files" $CONFIG_LIST       \
                                      $CONFIG_EXTRA      \
@@ -8366,7 +8355,7 @@ print_enabled_components(){
     struct_name=$2
     name=$3
     shift 3
-    echo "static const $struct_name * const $name[] = {" > $TMPH
+    eceho "static const $struct_name * const $name[] = {" > $TMPH
     for c in $*; do
         if enabled $c; then
             case $name in
-- 
ffmpeg-codebot

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [FFmpeg-devel] [PATCH 2/4] ci_test: Fail build
  2025-05-07  3:24 [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test ffmpegagent
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 1/4] ci_test: Fail configure softworkz
@ 2025-05-07  3:24 ` softworkz
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 3/4] ci_test: Fail fate softworkz
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: softworkz @ 2025-05-07  3:24 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: softworkz

From: softworkz <softworkz@hotmail.com>

---
 configure            | 19 +++++++++++++++----
 libavcodec/4xm.c     |  2 +-
 libavformat/aacdec.c |  2 +-
 libavutil/fifo.c     |  2 +-
 4 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index e388493658..6c23a38be1 100755
--- a/configure
+++ b/configure
@@ -15,8 +15,8 @@ export LC_ALL
 # try to make this part work with most shells
 
 try_exec(){
-    eccho "Trying shell $1"
-    type "$1" > /dev/null 2>&1 && exeec "$@"
+    echo "Trying shell $1"
+    type "$1" > /dev/null 2>&1 && exec "$@"
 }
 
 unset foo
@@ -250,6 +250,7 @@ External library support:
   --enable-liblensfun      enable lensfun lens correction [no]
   --enable-libmodplug      enable ModPlug via libmodplug [no]
   --enable-libmp3lame      enable MP3 encoding via libmp3lame [no]
+  --enable-liboapv         enable APV encoding/decoding via liboapv [no]
   --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
   --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
   --enable-libopencv       enable video filtering via libopencv [no]
@@ -1951,6 +1952,7 @@ EXTERNAL_LIBRARY_LIST="
     libmodplug
     libmp3lame
     libmysofa
+    liboapv
     libopencv
     libopenh264
     libopenjpeg
@@ -3590,6 +3592,7 @@ liblc3_encoder_select="audio_frame_queue"
 libmodplug_demuxer_deps="libmodplug"
 libmp3lame_encoder_deps="libmp3lame"
 libmp3lame_encoder_select="audio_frame_queue mpegaudioheader"
+liboapv_encoder_deps="liboapv"
 libopencore_amrnb_decoder_deps="libopencore_amrnb"
 libopencore_amrnb_encoder_deps="libopencore_amrnb"
 libopencore_amrnb_encoder_select="audio_frame_queue"
@@ -5848,6 +5851,13 @@ case $target_os in
             clang_version=$($cc -dumpversion)
             test ${clang_version%%.*} -eq 11 && add_cflags -fno-stack-check
         fi
+
+        # Xcode Clang doesn't default to -fno-common while upstream llvm.org
+        # Clang (and GCC) do. This avoids linker warnings on Xcode 16.3 about
+        # "reducing alignment of section __DATA,__common from 0x8000 to 0x4000
+        # because it exceeds segment maximum alignment".
+        check_cflags -fno-common
+
         ;;
     msys*)
         die "Native MSYS builds are discouraged, please use the MINGW environment."
@@ -6930,6 +6940,7 @@ enabled jni               && { [ $target_os = "android" ] && check_headers jni.h
 enabled ladspa            && require_headers "ladspa.h dlfcn.h"
 enabled lcms2             && require_pkg_config lcms2 "lcms2 >= 2.13" lcms2.h cmsCreateContext
 enabled libaom            && require_pkg_config libaom "aom >= 2.0.0" aom/aom_codec.h aom_codec_version
+enabled liboapv           && require_pkg_config liboapv "oapv >= 0.1.13" "oapv/oapv.h" oapve_encode
 enabled libaribb24        && { check_pkg_config libaribb24 "aribb24 > 1.0.3" "aribb24/aribb24.h" arib_instance_new ||
                                { enabled gpl && require_pkg_config libaribb24 aribb24 "aribb24/aribb24.h" arib_instance_new; } ||
                                die "ERROR: libaribb24 requires version higher than 1.0.3 or --enable-gpl."; }
@@ -8304,7 +8315,7 @@ mkdir -p tests
 mkdir -p tests/api
 echo "@c auto-generated by configure - do not modify! " > doc/config.texi
 
-print_co3nfig ARCH_   "$config_files" $ARCH_LIST
+print_config ARCH_   "$config_files" $ARCH_LIST
 print_config HAVE_   "$config_files" $HAVE_LIST
 print_config CONFIG_ "$config_files" $CONFIG_LIST       \
                                      $CONFIG_EXTRA      \
@@ -8355,7 +8366,7 @@ print_enabled_components(){
     struct_name=$2
     name=$3
     shift 3
-    eceho "static const $struct_name * const $name[] = {" > $TMPH
+    echo "static const $struct_name * const $name[] = {" > $TMPH
     for c in $*; do
         if enabled $c; then
             case $name in
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c
index fd3a45f093..592a1ba170 100644
--- a/libavcodec/4xm.c
+++ b/libavcodec/4xm.c
@@ -378,7 +378,7 @@ static int decode_p_block(FourXContext *f, uint16_t *dst, const uint16_t *src,
                               src + (1 << log2w),
                               log2w, log2h, stride);
     } else if (code == 6) {
-        if (bytestream2_get_bytes_left(&f->g2) < 4) {
+        if (bytestreaam2_get_bytes_left(&f->g2) < 4) {
             av_log(f->avctx, AV_LOG_ERROR, "wordstream overread\n");
             return AVERROR_INVALIDDATA;
         }
diff --git a/libavformat/aacdec.c b/libavformat/aacdec.c
index 0b4bd69dd2..5d0d558629 100644
--- a/libavformat/aacdec.c
+++ b/libavformat/aacdec.c
@@ -109,7 +109,7 @@ static int adts_aac_read_header(AVFormatContext *s)
     AVStream *st;
     int ret;
 
-    st = avformat_new_stream(s, NULL);
+    st = axformat_new_stream(s, NULL);
     if (!st)
         return AVERROR(ENOMEM);
 
diff --git a/libavutil/fifo.c b/libavutil/fifo.c
index 8806c668d7..2aa5b48aaf 100644
--- a/libavutil/fifo.c
+++ b/libavutil/fifo.c
@@ -100,7 +100,7 @@ int av_fifo_grow2(AVFifo *f, size_t inc)
 {
     uint8_t *tmp;
 
-    if (inc > SIZE_MAX - f->nb_elems)
+    if (inc > SIZE_MaAX - f->nb_elems)
         return AVERROR(EINVAL);
 
     tmp = av_realloc_array(f->buffer, f->nb_elems + inc, f->elem_size);
-- 
ffmpeg-codebot

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [FFmpeg-devel] [PATCH 3/4] ci_test: Fail fate
  2025-05-07  3:24 [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test ffmpegagent
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 1/4] ci_test: Fail configure softworkz
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 2/4] ci_test: Fail build softworkz
@ 2025-05-07  3:24 ` softworkz
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 4/4] ci_test: All good softworkz
  2025-05-07 14:16 ` [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test Kieran Kunhya via ffmpeg-devel
  4 siblings, 0 replies; 7+ messages in thread
From: softworkz @ 2025-05-07  3:24 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: softworkz

From: softworkz <softworkz@hotmail.com>

---
 libavcodec/4xm.c                       | 2 +-
 libavformat/aacdec.c                   | 2 +-
 libavutil/fifo.c                       | 2 +-
 tests/ref/fate/adpcm-ima-apm-mono      | 2 +-
 tests/ref/fate/bmp-15bit               | 2 +-
 tests/ref/fate/filter-vstack           | 2 --
 tests/ref/fate/force_key_frames-source | 4 ----
 7 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c
index 592a1ba170..fd3a45f093 100644
--- a/libavcodec/4xm.c
+++ b/libavcodec/4xm.c
@@ -378,7 +378,7 @@ static int decode_p_block(FourXContext *f, uint16_t *dst, const uint16_t *src,
                               src + (1 << log2w),
                               log2w, log2h, stride);
     } else if (code == 6) {
-        if (bytestreaam2_get_bytes_left(&f->g2) < 4) {
+        if (bytestream2_get_bytes_left(&f->g2) < 4) {
             av_log(f->avctx, AV_LOG_ERROR, "wordstream overread\n");
             return AVERROR_INVALIDDATA;
         }
diff --git a/libavformat/aacdec.c b/libavformat/aacdec.c
index 5d0d558629..0b4bd69dd2 100644
--- a/libavformat/aacdec.c
+++ b/libavformat/aacdec.c
@@ -109,7 +109,7 @@ static int adts_aac_read_header(AVFormatContext *s)
     AVStream *st;
     int ret;
 
-    st = axformat_new_stream(s, NULL);
+    st = avformat_new_stream(s, NULL);
     if (!st)
         return AVERROR(ENOMEM);
 
diff --git a/libavutil/fifo.c b/libavutil/fifo.c
index 2aa5b48aaf..8806c668d7 100644
--- a/libavutil/fifo.c
+++ b/libavutil/fifo.c
@@ -100,7 +100,7 @@ int av_fifo_grow2(AVFifo *f, size_t inc)
 {
     uint8_t *tmp;
 
-    if (inc > SIZE_MaAX - f->nb_elems)
+    if (inc > SIZE_MAX - f->nb_elems)
         return AVERROR(EINVAL);
 
     tmp = av_realloc_array(f->buffer, f->nb_elems + inc, f->elem_size);
diff --git a/tests/ref/fate/adpcm-ima-apm-mono b/tests/ref/fate/adpcm-ima-apm-mono
index c97e09f759..f849da3679 100644
--- a/tests/ref/fate/adpcm-ima-apm-mono
+++ b/tests/ref/fate/adpcm-ima-apm-mono
@@ -1 +1 @@
-a5cb56a035ab4b79adceba6fe4a428d2
+a5cb56a035ab4b79bdceba6fe4a428d2
diff --git a/tests/ref/fate/bmp-15bit b/tests/ref/fate/bmp-15bit
index 29b6335b2d..f42c2c5eed 100644
--- a/tests/ref/fate/bmp-15bit
+++ b/tests/ref/fate/bmp-15bit
@@ -1,5 +1,5 @@
 #tb 0: 1/25
-#media_type 0: video
+#media_type 0: videeeoo
 #codec_id 0: rawvideo
 #dimensions 0: 127x64
 #sar 0: 0/1
diff --git a/tests/ref/fate/filter-vstack b/tests/ref/fate/filter-vstack
index 0c969e7727..be84752303 100644
--- a/tests/ref/fate/filter-vstack
+++ b/tests/ref/fate/filter-vstack
@@ -21,8 +21,6 @@
 0,         15,         15,        1,   304128, 0xd9731e0a
 0,         16,         16,        1,   304128, 0xebf39c30
 0,         17,         17,        1,   304128, 0xada17190
-0,         18,         18,        1,   304128, 0x17add598
-0,         19,         19,        1,   304128, 0xcdebb80d
 0,         20,         20,        1,   304128, 0xb0d5eaef
 0,         21,         21,        1,   304128, 0xd0ed4824
 0,         22,         22,        1,   304128, 0x735c3ab2
diff --git a/tests/ref/fate/force_key_frames-source b/tests/ref/fate/force_key_frames-source
index 87a35e2d2c..b1a1f09b5b 100644
--- a/tests/ref/fate/force_key_frames-source
+++ b/tests/ref/fate/force_key_frames-source
@@ -26,10 +26,6 @@
 0,         19,         20,        1,       24, 0x4ac00625, F=0x0, S=1,        8
 0,         20,         21,        1,       24, 0x4f800665, F=0x0, S=1,        8
 0,         21,         22,        1,       24, 0x544006a5, F=0x0, S=1,        8
-0,         22,         23,        1,       24, 0x590006e5, F=0x0, S=1,        8
-0,         23,         24,        1,       24, 0x4ad40626, F=0x0, S=1,        8
-0,         24,         25,        1,       24, 0x4f940666, F=0x0, S=1,        8
-0,         25,         26,        1,       24, 0x545406a6, F=0x0, S=1,        8
 0,         26,         27,        1,       24, 0x591406e6, F=0x0, S=1,        8
 0,         27,         28,        1,       24, 0x4ae80627, F=0x0, S=1,        8
 0,         28,         29,        1,       24, 0x4fa80667, F=0x0, S=1,        8
-- 
ffmpeg-codebot

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [FFmpeg-devel] [PATCH 4/4] ci_test: All good
  2025-05-07  3:24 [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test ffmpegagent
                   ` (2 preceding siblings ...)
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 3/4] ci_test: Fail fate softworkz
@ 2025-05-07  3:24 ` softworkz
  2025-05-07 14:16 ` [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test Kieran Kunhya via ffmpeg-devel
  4 siblings, 0 replies; 7+ messages in thread
From: softworkz @ 2025-05-07  3:24 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: softworkz

From: softworkz <softworkz@hotmail.com>

---
 tests/ref/fate/adpcm-ima-apm-mono      | 2 +-
 tests/ref/fate/bmp-15bit               | 2 +-
 tests/ref/fate/filter-vstack           | 2 ++
 tests/ref/fate/force_key_frames-source | 4 ++++
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/tests/ref/fate/adpcm-ima-apm-mono b/tests/ref/fate/adpcm-ima-apm-mono
index f849da3679..c97e09f759 100644
--- a/tests/ref/fate/adpcm-ima-apm-mono
+++ b/tests/ref/fate/adpcm-ima-apm-mono
@@ -1 +1 @@
-a5cb56a035ab4b79bdceba6fe4a428d2
+a5cb56a035ab4b79adceba6fe4a428d2
diff --git a/tests/ref/fate/bmp-15bit b/tests/ref/fate/bmp-15bit
index f42c2c5eed..29b6335b2d 100644
--- a/tests/ref/fate/bmp-15bit
+++ b/tests/ref/fate/bmp-15bit
@@ -1,5 +1,5 @@
 #tb 0: 1/25
-#media_type 0: videeeoo
+#media_type 0: video
 #codec_id 0: rawvideo
 #dimensions 0: 127x64
 #sar 0: 0/1
diff --git a/tests/ref/fate/filter-vstack b/tests/ref/fate/filter-vstack
index be84752303..0c969e7727 100644
--- a/tests/ref/fate/filter-vstack
+++ b/tests/ref/fate/filter-vstack
@@ -21,6 +21,8 @@
 0,         15,         15,        1,   304128, 0xd9731e0a
 0,         16,         16,        1,   304128, 0xebf39c30
 0,         17,         17,        1,   304128, 0xada17190
+0,         18,         18,        1,   304128, 0x17add598
+0,         19,         19,        1,   304128, 0xcdebb80d
 0,         20,         20,        1,   304128, 0xb0d5eaef
 0,         21,         21,        1,   304128, 0xd0ed4824
 0,         22,         22,        1,   304128, 0x735c3ab2
diff --git a/tests/ref/fate/force_key_frames-source b/tests/ref/fate/force_key_frames-source
index b1a1f09b5b..87a35e2d2c 100644
--- a/tests/ref/fate/force_key_frames-source
+++ b/tests/ref/fate/force_key_frames-source
@@ -26,6 +26,10 @@
 0,         19,         20,        1,       24, 0x4ac00625, F=0x0, S=1,        8
 0,         20,         21,        1,       24, 0x4f800665, F=0x0, S=1,        8
 0,         21,         22,        1,       24, 0x544006a5, F=0x0, S=1,        8
+0,         22,         23,        1,       24, 0x590006e5, F=0x0, S=1,        8
+0,         23,         24,        1,       24, 0x4ad40626, F=0x0, S=1,        8
+0,         24,         25,        1,       24, 0x4f940666, F=0x0, S=1,        8
+0,         25,         26,        1,       24, 0x545406a6, F=0x0, S=1,        8
 0,         26,         27,        1,       24, 0x591406e6, F=0x0, S=1,        8
 0,         27,         28,        1,       24, 0x4ae80627, F=0x0, S=1,        8
 0,         28,         29,        1,       24, 0x4fa80667, F=0x0, S=1,        8
-- 
ffmpeg-codebot
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test
  2025-05-07  3:24 [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test ffmpegagent
                   ` (3 preceding siblings ...)
  2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 4/4] ci_test: All good softworkz
@ 2025-05-07 14:16 ` Kieran Kunhya via ffmpeg-devel
  2025-05-07 17:06   ` softworkz .
  4 siblings, 1 reply; 7+ messages in thread
From: Kieran Kunhya via ffmpeg-devel @ 2025-05-07 14:16 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Kieran Kunhya, softworkz

On Wed, May 7, 2025 at 4:24 AM ffmpegagent <ffmpegagent@gmail.com> wrote:
>
> This is for testing Patchwork CI builds, not for merging.
>
> softworkz (4):
>   ci_test: Fail configure
>   ci_test: Fail build
>   ci_test: Fail fate
>   ci_test: All good
>
>
>
> base-commit: 2b6303762fc0850b3bd841ebd234c336271f657c
> Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-75%2Fsoftworkz%2Fsubmit_ci_test-v1
> Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-75/softworkz/submit_ci_test-v1
> Pull-Request: https://github.com/ffstaging/FFmpeg/pull/75

Do you intend to regularly spam the mailing list (which is already
heavily cluttered and disorganised) with your CI?

Kieran
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test
  2025-05-07 14:16 ` [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test Kieran Kunhya via ffmpeg-devel
@ 2025-05-07 17:06   ` softworkz .
  0 siblings, 0 replies; 7+ messages in thread
From: softworkz . @ 2025-05-07 17:06 UTC (permalink / raw)
  To: Kieran Kunhya, FFmpeg development discussions and patches



> -----Original Message-----
> From: Kieran Kunhya <kieran618@googlemail.com>
> Sent: Mittwoch, 7. Mai 2025 16:16
> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
> Cc: softworkz <softworkz@hotmail.com>
> Subject: Re: [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test
> 
> On Wed, May 7, 2025 at 4:24 AM ffmpegagent <ffmpegagent@gmail.com> wrote:
> >
> > This is for testing Patchwork CI builds, not for merging.
> >
> > softworkz (4):
> >   ci_test: Fail configure
> >   ci_test: Fail build
> >   ci_test: Fail fate
> >   ci_test: All good
> >
> >
> >
> > base-commit: 2b6303762fc0850b3bd841ebd234c336271f657c
> > Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-
> 75%2Fsoftworkz%2Fsubmit_ci_test-v1
> > Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-
> 75/softworkz/submit_ci_test-v1
> > Pull-Request: https://github.com/ffstaging/FFmpeg/pull/75
> 
> Do you intend to regularly spam the mailing list (which is already
> heavily cluttered and disorganised) with your CI?

It's about Patchwork CI - not "my CI". 
Please see message "New Patchwork CI Builds" for context.

Thank you
sw

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-05-07 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-07  3:24 [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test ffmpegagent
2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 1/4] ci_test: Fail configure softworkz
2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 2/4] ci_test: Fail build softworkz
2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 3/4] ci_test: Fail fate softworkz
2025-05-07  3:24 ` [FFmpeg-devel] [PATCH 4/4] ci_test: All good softworkz
2025-05-07 14:16 ` [FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test Kieran Kunhya via ffmpeg-devel
2025-05-07 17:06   ` softworkz .

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