[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/4.3 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [4af46cabf6996d177ab7f52ca85066463d040e82] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/4.3 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [d67155005dae4c52493a515e09bc072d6c1b0f29] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: use just the pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.3 | Brad Smith | Sat Jun 17 18:48:38 2023 -0400| [9d64371b0eaa17efd4831f236f1509b560fdab3b] | committer: Brad Smith configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) S

[FFmpeg-cvslog] avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.3 | Brad Smith | Wed Mar 2 20:34:53 2022 -0500| [b2294bf7843479c1d3153144df62fad58e09f713] | committer: Brad Smith avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection Use the proper header for PPC CPU detection code. sys/param.h includes sys/types, but s

[FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.3 | Brad Smith | Sat May 18 19:55:30 2024 -0400| [7c1337ccb0f7538f77386bb4a9ac33de6c16a316] | committer: Brad Smith configure: enable ffnvcodec, nvenc, nvdec for FreeBSD Signed-off-by: Brad Smith (cherry picked from commit 43b1a956789bf0d5796769427d40c78e460c247f) S

[FFmpeg-cvslog] configure: use pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.3 | Brad Smith | Fri Oct 29 16:41:27 2021 -0400| [b9a187b164162ac732be99c7b94a0543dee85101] | committer: Brad Smith configure: use pkg-config for sndio (cherry picked from commit bb813ccb458ea64a68feebcdfa76504fd6969f52) Signed-off-by: Brad Smith > http://git.video

[FFmpeg-cvslog] lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.3 | Brad Smith | Sun May 5 23:59:47 2024 -0400| [efb211a449bc69ca2f35c8dcbd14a883ba4dc9b0] | committer: Brad Smith lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's The proper type was used until 73251678c83cbe24d08264da693411b166239bc7. T

[FFmpeg-cvslog] avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.3 | Brad Smith | Sat May 18 07:38:40 2024 -0400| [610ca2cd5289e7a4b8ee064b541bc5bc8ec0b062] | committer: Brad Smith avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD Use the machdep.altivec sysctl on NetBSD for AltiVec detection as is done with OpenBSD.

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/4.2 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [13f5d6eba5796badd5a0d29cb53ffca8620e36ab] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/4.2 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [54034aa338bb44d677ace6ef67807d1740c97623] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: fix --disable-v4l2-m2m can't work

2024-09-01 Thread Jun Zhao
ffmpeg | branch: release/4.2 | Jun Zhao | Wed Sep 4 17:39:59 2019 +0800| [6247037d6c4b12d0d2cab5606bc2548e1d70aa51] | committer: Brad Smith configure: fix --disable-v4l2-m2m can't work Use the command ./configure with/without --disable-v4l2-m2m test. Reviewed-by: Aman Gupta Signed-off-by: J

[FFmpeg-cvslog] configure: use just the pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.2 | Brad Smith | Sat Jun 17 18:48:38 2023 -0400| [98968e2a1b0792e72c851c05df23d914c637ce4a] | committer: Brad Smith configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) S

[FFmpeg-cvslog] avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.2 | Brad Smith | Wed Mar 2 20:34:53 2022 -0500| [3eb8705ab73b5f75f413076d0a1971ac46a48bad] | committer: Brad Smith avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection Use the proper header for PPC CPU detection code. sys/param.h includes sys/types, but s

[FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.2 | Brad Smith | Sat May 18 19:55:30 2024 -0400| [25d75ff1f5baf26f26a3a3e20c011f5efb0b451d] | committer: Brad Smith configure: enable ffnvcodec, nvenc, nvdec for FreeBSD Signed-off-by: Brad Smith (cherry picked from commit 43b1a956789bf0d5796769427d40c78e460c247f) S

[FFmpeg-cvslog] lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.2 | Brad Smith | Sun May 5 23:59:47 2024 -0400| [084c75f66461a22abe74b3397a07dff921d29e70] | committer: Brad Smith lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's The proper type was used until 73251678c83cbe24d08264da693411b166239bc7. T

[FFmpeg-cvslog] avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.2 | Brad Smith | Sat May 18 07:38:40 2024 -0400| [6d9e2e94c348b4e0d93afd32ae4e6f365ad99988] | committer: Brad Smith avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD Use the machdep.altivec sysctl on NetBSD for AltiVec detection as is done with OpenBSD.

[FFmpeg-cvslog] configure: use pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.2 | Brad Smith | Fri Oct 29 16:41:27 2021 -0400| [5fb8f0e850e3a7f53974daf3a505a48b631b6284] | committer: Brad Smith configure: use pkg-config for sndio (cherry picked from commit bb813ccb458ea64a68feebcdfa76504fd6969f52) Signed-off-by: Brad Smith > http://git.video

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/7.0 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [51482627ca983a052d6271fa2c11b5e34e7ae088] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/7.0 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [b9ce1b405a1bbddd716c4eb35c14a2e98ce5c57b] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/6.1 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [60593d6c06c9b610359bd6af26a268feff1293eb] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/6.1 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [f71076c009f84917e7a0f2f1ece86b718de2d8d3] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/6.0 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [8c6186efbe419f944b5818e0d7c150bf86365835] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/6.0 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [d9d47bc9818e2f59cfd8b20c4964df7fc1432610] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/5.1 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [ed09f5609706ec17b3f33935b0737d2ec3e8bed6] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/5.1 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [df5a848c838116514b979b918600bdb7137db51d] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/5.0 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [76e4a113aed85093010c906be82543c34d009771] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/5.0 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [a95bb078970014549516b5e7563b7ac49399dc83] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/4.4 | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [af17f55202e285d4d3d502078e5b6a41bcca90fb] | committer: Brad Smith configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at co

[FFmpeg-cvslog] configure: restore autodetection of v4l2 and fbdev

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: release/4.4 | Ramiro Polla | Wed Jul 3 00:30:08 2024 +0200| [d0aec196bb6d1463093c01582fe9ff0dc0cc18ca] | committer: Brad Smith configure: restore autodetection of v4l2 and fbdev The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412.

[FFmpeg-cvslog] configure: use just the pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/4.4 | Brad Smith | Sat Jun 17 18:48:38 2023 -0400| [7711278e0c51ee28f2ed899d474224f9ee4205bb] | committer: Brad Smith configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) S

[FFmpeg-cvslog] configure: use just the pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/5.0 | Brad Smith | Sat Jun 17 18:48:38 2023 -0400| [bfa74c890b0aa60ce2d979b322d8d8d3a6d17abc] | committer: Brad Smith configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) S

[FFmpeg-cvslog] configure: use just the pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/5.1 | Brad Smith | Sat Jun 17 18:48:38 2023 -0400| [12e308b66d1d4965ebe1186b8a85d6675f7a7104] | committer: Brad Smith configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) S

[FFmpeg-cvslog] configure: use just the pkg-config for sndio

2024-09-01 Thread Brad Smith
ffmpeg | branch: release/6.0 | Brad Smith | Sat Jun 17 18:48:38 2023 -0400| [d859805efefa0bea172a2baa67eed008926ee095] | committer: Brad Smith configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) S

[FFmpeg-cvslog] x86/h264_weight: don't do arithmetic right shift of a 32bit values in 64bit registers

2024-09-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Sep 1 15:35:44 2024 -0300| [01f2d95fbf9273ac1701e2779d2d81d3b7010a34] | committer: James Almer x86/h264_weight: don't do arithmetic right shift of a 32bit values in 64bit registers Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Thu Aug 29 15:40:00 2024 +0200| [00b64fca55a3a009c9d0e391c85f4fd3291e5d12] | committer: Ramiro Polla configure: improve check for POSIX ioctl Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at confi

[FFmpeg-cvslog] avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t

2024-09-01 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Mon Aug 26 15:59:45 2024 +0200| [6aafe61285404022b1e8e882b8a875bc33a93aec] | committer: Ramiro Polla avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6aafe61285404022b1e

[FFmpeg-cvslog] lavc: Check codec_whitelist early in avcodec_open2()

2024-09-01 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Tue Jul 30 23:12:21 2024 +| [7753a9d62725d5bd8313e2d249acbe1c8af79ab1] | committer: Anton Khirnov lavc: Check codec_whitelist early in avcodec_open2() This ensures that if a codec isn't on codec_whitelist, trying to open it will not trigger ff_codec_

[FFmpeg-cvslog] avcodec: add Mediacodec audio decoders support

2024-09-01 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jun 12 15:42:10 2024 +0200| [0a780d3076fe44fe6d641e84e291b567fca2] | committer: Matthieu Bouron avcodec: add Mediacodec audio decoders support Signed-off-by: Matthieu Bouron > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a780d

[FFmpeg-cvslog] lavc/h264dsp: R-V V loop_filter_chroma

2024-09-01 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue Aug 20 21:59:00 2024 +0300| [7d1dda4892d9e3007c70f36bfb369d70413dfbdb] | committer: Rémi Denis-Courmont lavc/h264dsp: R-V V loop_filter_chroma T-Head C908: h264_v_loop_filter_chroma_8bpp_c: 137.4 h264_v_loop_filter_chroma_8bpp_rvv_i32: 5

[FFmpeg-cvslog] lavc/h264dsp: do not write back unmodified rows in R-V V loop filter

2024-09-01 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Aug 21 22:55:07 2024 +0300| [3a5365683799ded2df974671928b545a153650ca] | committer: Rémi Denis-Courmont lavc/h264dsp: do not write back unmodified rows in R-V V loop filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a5365683