Revisions of ffmpeg-4

buildservice-autocommit accepted request 1121164 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 201)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 200)
- Add ffmpeg-glslang-cxx17.patch
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 199)
- Add 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
  to resolve build failure with binutils >= 2.41. [boo#1215945]
buildservice-autocommit accepted request 1095543 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 198)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 197)
- Add 0001-avcodec-libsvtav1-remove-compressed_ten_bit_format-a.patch
buildservice-autocommit accepted request 1080447 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 196)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1080436 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 195)
- 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.
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 194)
- Conflict with otherproviders(ffmpeg-tools).
buildservice-autocommit accepted request 1060279 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 193)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1059895 from Alynx Zhou's avatar Alynx Zhou (AZhou) (revision 192)
- Add ffmpeg-CVE-2022-3341.patch: Backport from upstream to fix
  null pointer dereference in decode_main_header() in
  libavformat/nutdec.c (bsc#1206778).
buildservice-autocommit accepted request 1044594 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 191)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1044384 from Alynx Zhou's avatar Alynx Zhou (AZhou) (revision 190)
- Add ffmpeg-CVE-2022-3109.patch: Backport from upstream to fix
  null pointer dereference in vp3_decode_frame() (bsc#1206442).
buildservice-autocommit accepted request 1036210 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 189)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1035935 from Alynx Zhou's avatar Alynx Zhou (AZhou) (revision 188)
- Add ffmpeg-CVE-2022-3964.patch: Backport from upstream to fix
  out of bounds read in update_block_in_prev_frame() (bsc#1205388).
buildservice-autocommit accepted request 1009591 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 187)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1009347 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 186)
- 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
buildservice-autocommit accepted request 999856 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 185)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 999763 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 184)
- Add patch to detect SDL2 >= 2.1.0 (boo#1202848):
  * ffmpeg-sdl2-detection.patch
buildservice-autocommit accepted request 983492 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 183)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 983472 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 182)
New stable release
Displaying revisions 21 - 40 of 221
openSUSE Build Service is sponsored by