Commit Graph

214 Commits

Author SHA256 Message Date
Ana Guerrero
4991bac227 Accepting request 1135304 from multimedia:libs
- Update ffmpeg-glslang-cxx17.patch to build with glslang 14
- Disable vmaf integration as ffmpeg-4 cannot handle vmaf>=3
- Delete vmaf-trim-usr-local.patch

OBS-URL: https://build.opensuse.org/request/show/1135304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=62
2023-12-28 21:55:08 +00:00
7b4240420b - Disable vmaf integration as ffmpeg-4 cannot handle vmaf>=3
- Delete vmaf-trim-usr-local.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=205
2023-12-27 12:21:55 +00:00
cd1234d177 - Update ffmpeg-glslang-cxx17.patch to build with glslang 14
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=204
2023-12-26 13:36:56 +00:00
Ana Guerrero
ab787e12da Accepting request 1131456 from multimedia:libs
- Copy codec list from ffmpeg-6

OBS-URL: https://build.opensuse.org/request/show/1131456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=61
2023-12-07 18:10:10 +00:00
e25ebfd1ae - Copy codec list from ffmpeg-6
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=202
2023-12-06 09:25:08 +00:00
Ana Guerrero
b33c95120d Accepting request 1121164 from multimedia:libs
- Add ffmpeg-glslang-cxx17.patch
- Add 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
  to resolve build failure with binutils >= 2.41. [boo#1215945]

OBS-URL: https://build.opensuse.org/request/show/1121164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=60
2023-10-30 21:10:02 +00:00
f5d866b756 - Add ffmpeg-glslang-cxx17.patch
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=200
2023-10-30 11:17:44 +00:00
2d71342eca - Add 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
to resolve build failure with binutils >= 2.41. [boo#1215945]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=199
2023-10-04 15:27:11 +00:00
Dominique Leuenberger
cad528bbda Accepting request 1095543 from multimedia:libs
- Add 0001-avcodec-libsvtav1-remove-compressed_ten_bit_format-a.patch

OBS-URL: https://build.opensuse.org/request/show/1095543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=59
2023-06-27 21:15:47 +00:00
ef306a702f - Add 0001-avcodec-libsvtav1-remove-compressed_ten_bit_format-a.patch
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=197
2023-06-27 07:46:10 +00:00
Dominique Leuenberger
25feec518c Accepting request 1080447 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1080447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=58
2023-04-21 12:15:37 +00:00
e77fa35c44 Accepting request 1080436 from home:iznogood:branches:multimedia:libs
- Update to version 4.4.4:
  * avcodec/012v: Order operations for odd size handling
  * avcodec/alsdec: The minimal block is at least 7 bits
  * avcodec/bink:
    - Avoid undefined out of array end pointers in 
      binkb_decode_plane()
    - Fix off by 1 error in ref end
  * avcodec/eac3dec: avoid float noise in fixed mode addition to
    overflow
  * avcodec/eatgq: : Check index increments in tgq_decode_block()
  * avcodec/escape124:
    - Fix signdness of end of input check
    - Fix some return codes
  * avcodec/ffv1dec:
    - Check that num h/v slices is supported
    - Fail earlier if prior context is corrupted
    - Restructure slice coordinate reading a bit
  * avcodec/mjpegenc: take into account component count when
    writing the SOF header size
  * avcodec/mlpdec: Check max matrix instead of max channel in
    noise check
  * avcodec/motionpixels: Mask pixels to valid values
  * avcodec/mpeg12dec: Check input size
  * avcodec/nvenc:
    - Fix b-frame DTS behavior with fractional framerates
    - Fix vbv buffer size in cq mode
  * avcodec/pictordec: Remove mid exit branch
  * avcodec/pngdec: Check deloco index more exactly
  * avcodec/rpzaenc: stop accessing out of bounds frame
  * avcodec/scpr3: Check bx
  * avcodec/scpr: Test bx before use
  * avcodec/snowenc: Fix visual weight calculation
  * avcodec/speedhq: Check buf_size to be big enough for DC
  * avcodec/sunrast: Fix maplength check
  * avcodec/tests/snowenc:
    - Fix 2nd test
    - Return a failure if DWT/IDWT mismatches
    - Unbreak DWT tests
  * avcodec/tiff: Ignore tile_count
  * avcodec/utils:
    - Allocate a line more for VC1 and WMV3
    - Ensure linesize for SVQ3
    - Use 32pixel alignment for bink
  * avcodec/videodsp_template: Adjust pointers to avoid undefined
    pointer things
  * avcodec/vp3: Add missing check for av_malloc
  * avcodec/wavpack:
    - Avoid undefined shift in get_tail()
    - Check for end of input in wv_unpack_dsd_high()
  * avcodec/xpmdec: Check size before allocation to avoid
    truncation
  * avfilter/vf_untile: swap the chroma shift values used for plane
    offsets
  * avformat/id3v2: Check taglen in read_uslt()
  * avformat/mov: Check samplesize and offset to avoid integer
    overflow
  * avformat/mxfdec: Use 64bit in remainder
  * avformat/nutdec: Add check for avformat_new_stream
  * avformat/replaygain: avoid undefined / negative abs
  * swscale/input: Use more unsigned intermediates
  * swscale/output: Bias 16bps output calculations to improve non
    overflowing range
  * swscale: aarch64: Fix yuv2rgb with negative stride
  * Use https for repository links
- Drop patches fixed upstream:
  * ffmpeg-CVE-2022-3964.patch
  * ffmpeg-CVE-2022-3109.patch
  * ffmpeg-CVE-2022-3341.patch
- Use ldconfig_scriptlets macro.

OBS-URL: https://build.opensuse.org/request/show/1080436
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=195
2023-04-19 22:09:03 +00:00
90b8effb5d - Conflict with otherproviders(ffmpeg-tools).
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=194
2023-03-16 17:55:19 +00:00
Dominique Leuenberger
ba36f16fc9 Accepting request 1060279 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1060279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=57
2023-01-24 18:41:56 +00:00
eb61ca7811 Accepting request 1059895 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2022-3341.patch: Backport from upstream to fix
  null pointer dereference in decode_main_header() in
  libavformat/nutdec.c (bsc#1206778).

OBS-URL: https://build.opensuse.org/request/show/1059895
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=192
2023-01-22 15:23:18 +00:00
Dominique Leuenberger
15a55a9990 Accepting request 1044594 from multimedia:libs
- Add ffmpeg-CVE-2022-3109.patch: Backport from upstream to fix
  null pointer dereference in vp3_decode_frame() (bsc#1206442). (forwarded request 1044384 from AZhou)

OBS-URL: https://build.opensuse.org/request/show/1044594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=56
2022-12-24 13:51:17 +00:00
10330b2059 Accepting request 1044384 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2022-3109.patch: Backport from upstream to fix
  null pointer dereference in vp3_decode_frame() (bsc#1206442).

OBS-URL: https://build.opensuse.org/request/show/1044384
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=190
2022-12-23 10:14:13 +00:00
Dominique Leuenberger
f04d8f4ca8 Accepting request 1036210 from multimedia:libs
- Add ffmpeg-CVE-2022-3964.patch: Backport from upstream to fix
  out of bounds read in update_block_in_prev_frame() (bsc#1205388). (forwarded request 1035935 from AZhou)

OBS-URL: https://build.opensuse.org/request/show/1036210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=55
2022-11-17 16:23:51 +00:00
fcff620a44 Accepting request 1035935 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2022-3964.patch: Backport from upstream to fix
  out of bounds read in update_block_in_prev_frame() (bsc#1205388).

OBS-URL: https://build.opensuse.org/request/show/1035935
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=188
2022-11-16 11:55:32 +00:00
Richard Brown
12548ef9e3 Accepting request 1009591 from multimedia:libs
- Update to version 4.4.3:
  * Stable bug fix release, mainly codecs, filter and format fixes.
- Drop ffmpeg-sdl2-detection.patch: Fixed upstream.
- Refresh patches with quilt:
  * ffmpeg-libglslang-detection.patch
  * ffmpeg-4.2-dlopen-fdk_aac.patch (forwarded request 1009347 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1009591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=54
2022-10-11 15:59:16 +00:00
037338de44 Accepting request 1009347 from home:iznogood:branches:multimedia:libs
- Update to version 4.4.3:
  * Stable bug fix release, mainly codecs, filter and format fixes.
- Drop ffmpeg-sdl2-detection.patch: Fixed upstream.
- Refresh patches with quilt:
  * ffmpeg-libglslang-detection.patch
  * ffmpeg-4.2-dlopen-fdk_aac.patch

OBS-URL: https://build.opensuse.org/request/show/1009347
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=186
2022-10-10 17:13:28 +00:00
Dominique Leuenberger
660bba7006 Accepting request 999856 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/999856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=53
2022-08-30 12:48:17 +00:00
f1f8e75c79 Accepting request 999763 from home:cgiboudeaux:branches:multimedia:libs
- Add patch to detect SDL2 >= 2.1.0 (boo#1202848):
  * ffmpeg-sdl2-detection.patch

OBS-URL: https://build.opensuse.org/request/show/999763
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=184
2022-08-29 07:05:30 +00:00
Dominique Leuenberger
618728d5b1 Accepting request 983492 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/983492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=52
2022-06-19 19:10:41 +00:00
2d5a4e074f Accepting request 983472 from home:iznogood:branches:multimedia:libs
New stable release

OBS-URL: https://build.opensuse.org/request/show/983472
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=182
2022-06-17 20:39:59 +00:00
Dominique Leuenberger
aa13335693 Accepting request 964437 from multimedia:libs
- Add conflicts for ffmpeg-5's tools

OBS-URL: https://build.opensuse.org/request/show/964437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=51
2022-03-28 14:58:13 +00:00
25f5d4d73c - Add conflicts for ffmpeg-5's tools
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=180
2022-03-23 21:44:48 +00:00
Dominique Leuenberger
b6ebfc2a75 Accepting request 962666 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/962666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=50
2022-03-23 19:15:14 +00:00
914c0a5c10 Accepting request 962537 from home:iDesmI:Wayland
- Add ffmpeg-libglslang-detection.patch: detects libglslang
- Enable build with libglslang, needed for Vulkan filters

OBS-URL: https://build.opensuse.org/request/show/962537
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=178
2022-03-18 11:38:38 +00:00
Dominique Leuenberger
2e60924884 Accepting request 961685 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/961685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=49
2022-03-15 18:03:54 +00:00
320e84ebe2 Accepting request 961470 from home:predivan:branches:multimedia:libs
- Fix OS version check, so nvcodec is enabled for Leap too.

OBS-URL: https://build.opensuse.org/request/show/961470
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=176
2022-03-14 13:25:55 +00:00
Dominique Leuenberger
f2562087a4 Accepting request 955492 from multimedia:libs
- Disamble libsmbclient usage (can always be built with
  --with-smbclient): the usecase of ffmpeg directly accessing
  smb:// shares is quite constructed (most users will have their
  smb shares mounted).

OBS-URL: https://build.opensuse.org/request/show/955492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=48
2022-02-17 22:40:00 +00:00
87768d78c0 compact bcond smbclient
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=175
2022-02-16 20:49:35 +00:00
977037d3e3 Accepting request 955454 from home:dimstar:Factory
- Disamble libsmbclient usage (can always be built with
  --with-smbclient): the usecase of ffmpeg directly accessing
  smb:// shares is quite constructed (most users will have their
  smb shares mounted).

ffmpeg being behind samba (and ceph) in the build chain does not sound
tempting - for a feature that is unlikely to be used.

OBS-URL: https://build.opensuse.org/request/show/955454
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=174
2022-02-16 20:48:37 +00:00
Dominique Leuenberger
4da8e13390 Accepting request 946828 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/946828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=47
2022-01-19 23:11:54 +00:00
1b5b040cf3 Accepting request 946826 from home:gmbr3:Active
- Add ffmpeg-chromium.patch: makes packaging Chromium easier and
  will allow for an easier migration for Chromium to FFmpeg 5

OBS-URL: https://build.opensuse.org/request/show/946826
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=173
2022-01-16 19:01:07 +00:00
Dominique Leuenberger
ef83a042a0 Accepting request 934732 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/934732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=46
2021-12-01 19:46:23 +00:00
2cb5bdfef0 Accepting request 934704 from home:dimstar:Factory
- Add ffmpeg-4.keyring: properly validate the added gpg signature.

OBS-URL: https://build.opensuse.org/request/show/934704
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=172
2021-11-30 14:42:25 +00:00
Dominique Leuenberger
401b14bf08 Accepting request 928013 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/928013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=45
2021-10-31 21:55:21 +00:00
ed05bfc5e6 Accepting request 928002 from home:iznogood:branches:multimedia:libs
- Update to version 4.4.1:
  * Stable bug fix release, mainly codecs and format fixes.
- Refresh patches with quilt.
- Drop patches fixed upstream:
  * ffmpeg-CVE-2021-33815.patch
  * ffmpeg-CVE-2021-38114.patch
  * ffmpeg-CVE-2021-38171.patch
  * ffmpeg-CVE-2020-22037.patch

OBS-URL: https://build.opensuse.org/request/show/928002
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=171
2021-10-28 18:25:04 +00:00
Dominique Leuenberger
4ba0155399 Accepting request 921538 from multimedia:libs
- Add ffmpeg-CVE-2020-22037.patch

OBS-URL: https://build.opensuse.org/request/show/921538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=44
2021-09-30 21:42:54 +00:00
163fe1db7e Accepting request 921459 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2020-22037.patch: Backport from upstream to fix
  denial of service vulnerability exists due to a memory leak in
  avcodec_alloc_context3 at options.c (bsc#1186756).

OBS-URL: https://build.opensuse.org/request/show/921459
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=170
2021-09-26 21:19:18 +00:00
Dominique Leuenberger
24eb9756cb Accepting request 914535 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/914535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=43
2021-09-03 19:25:32 +00:00
691f3202a0 Accepting request 914527 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2021-38171.patch: Backport from upstream to fix
  adts_decode_extradata in libavformat/adtsenc.c in FFmpeg 4.4
  does not check the init_get_bits return value (bsc#1189724).

OBS-URL: https://build.opensuse.org/request/show/914527
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=169
2021-08-27 08:02:39 +00:00
Richard Brown
052fd78f8e Accepting request 911225 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/911225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=42
2021-08-12 07:01:20 +00:00
f5b32b2276 Accepting request 911224 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2021-38114.patch: Backport from upstream to fix
  the return value of the init_vlc function is not checked
  (bsc#1189142).

OBS-URL: https://build.opensuse.org/request/show/911224
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=168
2021-08-10 09:50:29 +00:00
Dominique Leuenberger
f800962c49 Accepting request 905445 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/905445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=41
2021-07-11 23:24:48 +00:00
3ed162e90c Accepting request 905444 from home:frispete:branches:multimedia:libs
- Remove second hunk of ffmpeg-CVE-2020-22046.patch, that contains 
  a goto to a none existing label. In order to distinguish this
  patch from the original, I renamed it to
  ffmpeg-4.4-CVE-2020-22046.patch
- While at it, refresh the other patches with offsets

OBS-URL: https://build.opensuse.org/request/show/905444
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=167
2021-07-10 10:30:49 +00:00
1e8f598ca6 Accepting request 904700 from home:AZhou:branches:multimedia:libs
- Add ffmpeg-CVE-2020-22046.patch: Backport from upstream to fix
  a denial of service vulnerability exists in FFmpeg 4.2 due to a
  memory leak in the avpriv_float_dsp_allocl function in
  libavutil/float_dsp.c (bsc#1186849).
- Add ffmpeg-CVE-2021-33815.patch: Backport from upstream to fix
  dwa_uncompress in libavcodec/exr.c in FFmpeg 4.4 allows an
  out-of-bounds array access because dc_count is not strictly
  checked (bsc#1186865).

OBS-URL: https://build.opensuse.org/request/show/904700
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=166
2021-07-08 13:26:34 +00:00
Dominique Leuenberger
24a5d69dbc Accepting request 897550 from multimedia:libs
- Enable SVT-AV1 encoding

OBS-URL: https://build.opensuse.org/request/show/897550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=40
2021-06-09 19:51:40 +00:00