SHA256
1
0
forked from jengelh/ffmpeg-5
Commit Graph

68 Commits

Author SHA256 Message Date
Dominique Leuenberger
142853b60e Accepting request 1080446 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1080446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=17
2023-04-21 12:15:36 +00:00
a6e6aeedfc Accepting request 1080435 from home:iznogood:branches:multimedia:libs
- Update to version 5.1.3:
  * avcodec/012v: Order operations for odd size handling
  * avcodec/alsdec:
    - Check bits left before block decoding in non multi channel
      coding loop
    - The minimal block is at least 7 bits
  * avcodec/atrac3plus: reorder channels to match the output layout
  * avcodec/audiotoolboxenc: return AVERROR_EXTERNAL immediately
    when encode error
  * 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
  * avcodec/ffv1dec: restructure slice coordinate reading a bit
  * avcodec/h274: fix include
  * avcodec/libjxldec:
    - Fix gamma22 and gamma28 recognition
    - Avoid hard failure with unspecified primaries
  * 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
    - Use init_get_bits8 and check the return value
  * avcodec/nvenc: fix vbv buffer size in cq mode
  * avcodec/pictordec: Remove mid exit branch
  * avcodec/pngdec:
    - Check deloco index more exactly
    - Dont skip/read chunk twice
  * avcodec/rpzaenc: stop accessing out of bounds frame
  * avcodec/scpr3: Check bx
  * avcodec/scpr: Test bx before use
  * avcodec/smcenc: stop accessing out of bounds frame
  * avcodec/snowenc: Fix visual weight calculation
  * avcodec/speedhq: Check buf_size to be big enough for DC
  * avcodec/speexdec: Check channels > 2
  * 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/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
  * avcodec/aacdec: fix parsing streams with channel configuration
    11
  * avformat/id3v2: Check taglen in read_uslt()
  * avformat/mov: Check samplesize and offset to avoid integer
    overflow
  * avformat/mxfdec: Use 64bit in remainder
  * avformat/replaygain: avoid undefined / negative abs
  * avformat/vividas: Check packet size
  * avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid
    undefined behavior
  * hwcontext_vulkan: remove optional encode/decode extensions from
    the list
  * lavf/async: Fix ring_write return value
  * lavu/vulkan: fix handle type for 32-bit targets
  * libswscale: force a minimum size of the slide for bayer sources
  * swscale/input: Use more unsigned intermediates
  * swscale/output:
    - Bias 16bps output calculations to improve non overflowing
      range
    - Bias 16bps output calculations to improve non overflowing
      range for GBRP16/GBRPF32
  * swscale: aarch64: Fix yuv2rgb with negative strides
  * Use https for repository links
  * vulkan: Fix win/i386 calling convention
- Rebase patches with quilt.
- Drop ffmpeg-CVE-2022-3964.patch: Fixed upstream.
- Drop no-vk-video-decoding.patch: Upstream removed this optional
  code.
- Use ldconfig_scriptlets macro.

OBS-URL: https://build.opensuse.org/request/show/1080435
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=67
2023-04-19 22:08:37 +00:00
Dominique Leuenberger
dbf956113b Accepting request 1072937 from multimedia:libs
obsoletes != provides
THIS IS NEEDED
https://www.reddit.com/r/openSUSE/comments/11sl1a7/comment/jcg9pbh/?utm_source=share&utm_medium=web2x&context=3 (forwarded request 1072935 from gmbr3)

OBS-URL: https://build.opensuse.org/request/show/1072937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=16
2023-03-21 16:40:08 +00:00
aa15319d58 Accepting request 1072935 from home:gmbr3:Active
obsoletes != provides
THIS IS NEEDED
https://www.reddit.com/r/openSUSE/comments/11sl1a7/comment/jcg9pbh/?utm_source=share&utm_medium=web2x&context=3

OBS-URL: https://build.opensuse.org/request/show/1072935
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=65
2023-03-19 13:28:06 +00:00
59d54df1b8 Revert to r62: ffmpeg-6 is going to provide libswscale4
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=64
2023-03-18 07:52:57 +00:00
8a6b1b01a4 Accepting request 1072459 from home:gmbr3:Active
- Obsolete old FFmpeg 5 libswresample4, otherwise they'll conflict

OBS-URL: https://build.opensuse.org/request/show/1072459
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=63
2023-03-16 20:32:52 +00:00
ce2a8cac2f - Conflict with otherproviders(ffmpeg-tools).
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=62
2023-03-16 17:55:45 +00:00
Dominique Leuenberger
7a0e128cc5 Accepting request 1071235 from multimedia:libs
add to ADI:66

OBS-URL: https://build.opensuse.org/request/show/1071235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=15
2023-03-15 17:52:59 +00:00
f37992289b - Add soname.diff to get libswresample4 nonconflicting with ffmpeg-6.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=60
2023-03-13 11:54:46 +00:00
9ccaad1a01 - Actually enable libjxl backend
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=59
2023-03-09 09:48:55 +00:00
Dominique Leuenberger
7dafbbbc6c Accepting request 1067951 from multimedia:libs
- Add ``Requires: this-is-only-for-build-envs`` [boo#1208652]

OBS-URL: https://build.opensuse.org/request/show/1067951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=14
2023-02-28 11:48:14 +00:00
956ace7341 - Add `Requires: this-is-only-for-build-envs` [boo#1208652]
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=57
2023-02-27 09:45:13 +00:00
Dominique Leuenberger
3a762682df Accepting request 1062300 from multimedia:libs
- Add no-vk-video-decoding.patch to resolve build failure with Vulkan 1.3.239

OBS-URL: https://build.opensuse.org/request/show/1062300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=13
2023-02-01 15:38:57 +00:00
7abcdfc329 - Add no-vk-video-decoding.patch to resolve build failure with Vulkan 1.3.239
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=55
2023-01-31 16:09:31 +00:00
Dominique Leuenberger
89285f9965 Accepting request 1061829 from multimedia:libs
- Merge ffmpeg-5-mini.spec with the main .spec file in order to
  make building the _multibuild packages easier for the case the
  package is named to be built for a specific distribution; an
  example would be "A_tw-ffmpeg-5" in Packman.

OBS-URL: https://build.opensuse.org/request/show/1061829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=12
2023-01-30 16:09:42 +00:00
1bdbb351c6 drop unused rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=53
2023-01-28 16:51:36 +00:00
f244ab11e6 Accepting request 1061531 from home:manfred-h
- Merge ffmpeg-5-mini.spec with the main .spec file in order to
  make building the _multibuild packages easier for the case the
  package is named to be built for a specific distribution; an
  example would be "A_tw-ffmpeg-5" in Packman.

OBS-URL: https://build.opensuse.org/request/show/1061531
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=52
2023-01-27 15:43:19 +00:00
e618e45265 osc copypac from project:multimedia:libs package:ffmpeg-5 revision:49
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=51
2023-01-25 17:09:11 +00:00
e47bec190e Accepting request 1060974 from home:manfred-h
- Add base package name to _multibuild in order to allow for
  distribution specific names such as A_tw-ffmpeg-5, as it is used
  on Packman. Without it, only ffmpeg-5-mini will be built!

OBS-URL: https://build.opensuse.org/request/show/1060974
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=50
2023-01-25 16:31:09 +00:00
Dominique Leuenberger
8239b575cf Accepting request 1060634 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1060634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=11
2023-01-24 19:42:50 +00:00
3c1009b80e !@#$%
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=48
2023-01-24 12:23:26 +00:00
b981c52819 split mini-devel into mini-devel&mini-libs
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=47
2023-01-15 09:53:46 +00:00
b6071aa579 apply patches in mini variant too
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=46
2023-01-12 17:34:49 +00:00
a80e939e8f even more provides
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=45
2023-01-05 13:46:41 +00:00
df42c7d4ca add more provides
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=44
2023-01-05 13:45:50 +00:00
5e08d5ac01 - Reenable SDL2 for ffmpeg-5.spec. ffplay and -vf sdl should be back. [boo#1206505]
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=43
2023-01-05 13:17:11 +00:00
81104089f3 Add more mini conflicts
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=42
2023-01-05 12:46:19 +00:00
f0c55fd563 Add conflicts between mini-devel and ffmpeg-*-lib*-devel
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=41
2023-01-04 13:30:15 +00:00
ae10da9dc0 - Provide a ffmpeg-5-mini-devel build recipe to help split
anticipated build cycles.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=40
2022-12-21 10:46:33 +00:00
Dominique Leuenberger
053bea296c Accepting request 1042490 from multimedia:libs
- build for x86_64 subarchs the same way like for baseline (forwarded request 1042488 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1042490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=10
2022-12-14 13:10:32 +00:00
9dcd5fad86 Accepting request 1042488 from home:dirkmueller:Factory
- build for x86_64 subarchs the same way like for baseline

OBS-URL: https://build.opensuse.org/request/show/1042488
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=38
2022-12-12 21:23:18 +00:00
Dominique Leuenberger
264d339068 Accepting request 1042185 from multimedia:libs
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
  streams and is used by OBS Studio (forwarded request 1041371 from gmbr3)

OBS-URL: https://build.opensuse.org/request/show/1042185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=9
2022-12-12 16:37:16 +00:00
0dc8e43526 Accepting request 1041371 from home:gmbr3:Active
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
  streams and is used by OBS Studio

OBS-URL: https://build.opensuse.org/request/show/1041371
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=36
2022-12-11 14:18:31 +00:00
15fc2540b0 - Drop BuildRequire on SDL2 to break a dependency loop
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=35
2022-12-06 16:02:53 +00:00
Dominique Leuenberger
ec43ee59c8 Accepting request 1036209 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).

OBS-URL: https://build.opensuse.org/request/show/1036209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=8
2022-11-16 14:44:15 +00:00
2d6b5c11b2 Accepting request 1035934 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/1035934
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=33
2022-11-16 11:52:06 +00:00
Dominique Leuenberger
314786e8a6 Accepting request 1011142 from multimedia:libs
- Refresh Fedora OpenH264 dlopen patch and sources for OpenH264 2.3.1
  * Patch: ffmpeg-dlopen-openh264.patch
  * Source: ffmpeg-dlopen-headers.tar.xz
  * Source: ffmpeg_get_dlopen_headers.sh (forwarded request 1011140 from Pharaoh_Atem)

OBS-URL: https://build.opensuse.org/request/show/1011142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=7
2022-10-16 14:09:35 +00:00
e181b1b304 Accepting request 1011140 from home:Pharaoh_Atem:branches:multimedia:libs
- Refresh Fedora OpenH264 dlopen patch and sources for OpenH264 2.3.1
  * Patch: ffmpeg-dlopen-openh264.patch
  * Source: ffmpeg-dlopen-headers.tar.xz
  * Source: ffmpeg_get_dlopen_headers.sh

OBS-URL: https://build.opensuse.org/request/show/1011140
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=31
2022-10-15 17:38:34 +00:00
Fabian Vogt
dd213b10b3 Accepting request 1008955 from multimedia:libs
- Enable AMF conditionally (forwarded request 1008954 from alois)

OBS-URL: https://build.opensuse.org/request/show/1008955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=6
2022-10-10 16:47:05 +00:00
835095ac51 Accepting request 1008954 from home:alois:branches:multimedia:libs
- Enable AMF conditionally

OBS-URL: https://build.opensuse.org/request/show/1008954
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=29
2022-10-08 16:27:27 +00:00
Richard Brown
35d95b598b Accepting request 1006269 from multimedia:libs
- Update to release 5.1.2

OBS-URL: https://build.opensuse.org/request/show/1006269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=5
2022-09-27 18:13:31 +00:00
d990761676 Curate changelog
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=27
2022-09-26 23:02:18 +00:00
572d4b3aaf Accepting request 1006248 from home:CJ:branches:multimedia:libs
- Update to release 5.1.2
  * avcodec/dstdec: Check for overflow in build_filter()
  * avformat/spdifdec: Use 64bit to compute bit rate
  * avformat/rpl: Use 64bit for duration computation
  * avformat/xwma: Use av_rescale() for duration computation
  * avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration calculation
  * avformat/sbgdec: Check ts_int in genrate_intervals
  * avformat/sbgdec: clamp end_ts
  * avformat/rmdec: check tag_size
  * avformat/nutdec: Check fields
  * avformat/flvdec: Use 64bit for sum_flv_tag_size
  * avformat/jacosubdec: Fix overflow in get_shift()
  * avformat/genh: Check nb_channels for IMA ADPCM
  * avformat/dxa: avoid bpc overflows
  * avformat/dhav: Use 64bit seek_back
  * avformat/cafdec: Check that nb_frasmes fits within 64bit
  * avformat/asfdec_o: Limit packet offset
  * avformat/apm: Use 64bit for bit_rate computation
  * avformat/ape: Check frames size
  * avformat/icodec: Check nb_pal
  * avformat/aiffdec: Use 64bit for block_duration use
  * avformat/aiffdec: Check block_duration
  * avformat/mxfdec: only probe max run in
  * avformat/mxfdec: Check run_in is within 65536
  * avcodec/mjpegdec: Check for unsupported bayer case
  * avcodec/tta: Check 24bit scaling for overflow
  * avcodec/exr: Check preview psize
  * avcodec/tiff: Fix loop detection
  * libavformat/hls: Free keys
  * avcodec/fmvc: Move frame allocation to a later stage
  * avfilter/vf_showinfo: remove backspaces
  * avcodec/speedhq: Check width
  * avcodec/bink: disallow odd positioned scaled blocks
  * avformat/cafenc: derive Opus frame size from the relevant stream parameters
  * avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leak
  * lavc/videotoolbox: do not pass AVCodecContext to decoder output callback
  * lavc/pthread_frame: always transfer stashed hwaccel state
  * avcodec/arm/sbcenc: avoid callee preserved vfp registers
  * avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout
  * avfilter/vf_scale: overwrite the width and height expressions with the original values
  * lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads
  * avutil/tests/.gitignore: Add channel_layout testtool

OBS-URL: https://build.opensuse.org/request/show/1006248
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=26
2022-09-26 22:57:02 +00:00
Dominique Leuenberger
f6d8fb2214 Accepting request 1003761 from multimedia:libs
- Update to release 5.1.1

OBS-URL: https://build.opensuse.org/request/show/1003761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=4
2022-09-15 20:59:09 +00:00
dd55c3ec06 5.1.1 already has the fix
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=24
2022-09-15 09:51:21 +00:00
fefe0b2077 ffmpeg-5.1.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=23
2022-09-04 11:49:19 +00:00
Richard Brown
653466fcba Accepting request 991461 from multimedia:libs
- Update to release 5.1
  * AVIF image muxer support for the AV1-based image format
  * JPEG-XL image support
  * Removed the X-Video Motion Compensation (XvMC) hardware
    acceleration
  * IPFS/IPNS protocol support
  * PCM-Bluray encoder support

OBS-URL: https://build.opensuse.org/request/show/991461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=3
2022-07-28 18:58:57 +00:00
b83adf7e99 rework work-around-abi-break.patch and put back the original SONAME - instead go with an adjusted symverdef
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=21
2022-07-27 21:49:26 +00:00
506a220017 - Enable libjxl
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=20
2022-07-26 18:59:11 +00:00
06ee40c891 Accepting request 990819 from home:gmbr3:Active
- Update ffmpeg-chromium.patch from upstream

OBS-URL: https://build.opensuse.org/request/show/990819
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=19
2022-07-23 17:14:53 +00:00