2022-04-11 20:17:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 9 22:36:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 5.0.1:
|
|
|
|
* avcodec/exr: Avoid signed overflow in displayWindow
|
|
|
|
* avcodec/diracdec: avoid signed integer overflow in global mv
|
|
|
|
* avcodec/takdsp: Fix integer overflow in decorrelate_sf()
|
|
|
|
* avcodec/apedec: fix a integer overflow in long_filter_high_3800()
|
|
|
|
* avdevice/dshow: fix regression
|
|
|
|
* avfilter/vf_subtitles: pass storage size to libass
|
|
|
|
* avcodec/vp9_superframe_split_bsf: Don't read inexistent data
|
|
|
|
* avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized frames
|
|
|
|
* avcodec/vp9_superframe_bsf: Check for existence of data before reading it
|
|
|
|
* avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading it
|
|
|
|
* avformat/imf: fix packet pts, dts and muxing
|
|
|
|
* avformat/imf: open resources only when first needed
|
|
|
|
* avformat/imf: cosmetics
|
|
|
|
* avformat/imf_cpl: do not use filesize when reading XML file
|
|
|
|
* avformat/imfdec: Use proper logcontext
|
|
|
|
* avformat/imfdec: do not use filesize when reading XML file
|
|
|
|
* doc/utils: add missing 22.2 layout entry
|
|
|
|
* avcodec/av1: only set the private context pix_fmt field if get_pixel_format() succeeds
|
|
|
|
* avformat/aqtitledec: Skip unrepresentable durations
|
|
|
|
* avformat/cafdec: Do not store empty keys in read_info_chunk()
|
|
|
|
* avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before writing
|
|
|
|
* avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array()
|
|
|
|
* avformat/mxfdec: Check count in mxf_read_strong_ref_array()
|
|
|
|
* avformat/hls: Check target_duration
|
|
|
|
* avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()
|
|
|
|
* avformat/matroskadec: Check pre_ns
|
|
|
|
* avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior
|
|
|
|
* avcodec/libuavs3d: Check ff_set_dimensions() for failure
|
|
|
|
* avcodec/speexdec: Align some comments
|
|
|
|
* avcodec/speexdec: Use correct doxygen comments
|
|
|
|
* avcodec/mjpegbdec: Set buf_size
|
|
|
|
* avformat/matroskadec: Use rounded down duration in get_cue_desc() check
|
|
|
|
* avcodec/argo: Check packet size
|
|
|
|
* avcodec/g729_parser: Check channels
|
|
|
|
* avformat/avidec: Check height
|
|
|
|
* avformat/rmdec: Better duplicate tags check
|
|
|
|
* avformat/mov: Disallow empty sidx
|
|
|
|
* avformat/argo_cvg:: Fix order of operations in error check in argo_cvg_write_trailer()
|
|
|
|
* avformat/argo_asf: Fix order of operations in error check in argo_asf_write_trailer()
|
|
|
|
* avcodec/movtextdec: add () to CMP() macro to avoid unexpected behavior
|
|
|
|
* avformat/matroskadec: Check duration
|
|
|
|
* avformat/mov: Corner case encryption error cleanup in mov_read_senc()
|
|
|
|
* avcodec/jpeglsdec: Fix if( code style
|
|
|
|
* avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for error
|
|
|
|
* avcodec/motion_est: fix indention of ff_get_best_fcode()
|
|
|
|
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()
|
|
|
|
* avformat/hls: Use unsigned for iv computation
|
|
|
|
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using unsigned
|
|
|
|
* avformat/matroskadec: Check desc_bytes
|
|
|
|
* avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()
|
|
|
|
* avformat/matroskadec: Fix infinite loop with bz decompression
|
|
|
|
* avformat/utils: keep chapter monotonicity on chapter updates
|
|
|
|
* avformat/mov: Check size before subtraction
|
|
|
|
* avcodec/cfhd: Avoid signed integer overflow in coeff
|
|
|
|
* avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failure
|
|
|
|
* avcodec/h264_parser: don't alter decoder private data
|
|
|
|
* configure: link to libatomic when it's present
|
|
|
|
* fate/ffmpeg: add missing samples dependency to fate-shortest
|
|
|
|
|
2022-02-19 14:55:24 +01:00
|
|
|
-------------------------------------------------------------------
|
Accepting request 961334 from home:iznogood:branches:multimedia:libs
Yes, this does not build on i586 for 15.3, but I think we can live with that as ffmpeg-5 will never be the "main" ffmpeg on 15.3, in fact I doubt it will even reach it at all.
- Drop pkgconfig(celt) BuildRequires and stop passing
--enable-libcelt to configure and drop celt from enable_decoders,
abandoned upstream for opus.
- Drop pkgconfig(libv4l2) BuildRequires and stop passing
--enable-libv4l2 to configure, only needed very old devices and
may cause problems for others for those needing it, use
LD_PRELOAD pointing on libv4l2.
- Drop pkgconfig(librtmp) BuildRequires and stop passing
conditional --enable-librtmp to configure, built-in RTMP support
is better, and has listen mode.
- Drop bcond conditionals for cuda_sdk, libaom, srt, lv2, soxr,
zmq, zimg and openmpt, build unconditionally for all supported
versions of openSUSE.
- Drop pkgconfig(enca) BuildRequires: Seems unused.
OBS-URL: https://build.opensuse.org/request/show/961334
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=11
2022-03-14 14:26:44 +01:00
|
|
|
Thu Mar 10 13:37:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
|
|
|
|
- Drop pkgconfig(celt) BuildRequires and stop passing
|
|
|
|
--enable-libcelt to configure and drop celt from enable_decoders,
|
|
|
|
abandoned upstream for opus.
|
|
|
|
- Drop pkgconfig(libv4l2) BuildRequires and stop passing
|
|
|
|
--enable-libv4l2 to configure, only needed very old devices and
|
|
|
|
may cause problems for others for those needing it, use
|
|
|
|
LD_PRELOAD pointing on libv4l2.
|
|
|
|
- Drop pkgconfig(librtmp) BuildRequires and stop passing
|
|
|
|
conditional --enable-librtmp to configure, built-in RTMP support
|
|
|
|
is better, and has listen mode.
|
2022-03-14 14:39:52 +01:00
|
|
|
- Drop bcond conditionals for libaom, srt, lv2, soxr,
|
Accepting request 961334 from home:iznogood:branches:multimedia:libs
Yes, this does not build on i586 for 15.3, but I think we can live with that as ffmpeg-5 will never be the "main" ffmpeg on 15.3, in fact I doubt it will even reach it at all.
- Drop pkgconfig(celt) BuildRequires and stop passing
--enable-libcelt to configure and drop celt from enable_decoders,
abandoned upstream for opus.
- Drop pkgconfig(libv4l2) BuildRequires and stop passing
--enable-libv4l2 to configure, only needed very old devices and
may cause problems for others for those needing it, use
LD_PRELOAD pointing on libv4l2.
- Drop pkgconfig(librtmp) BuildRequires and stop passing
conditional --enable-librtmp to configure, built-in RTMP support
is better, and has listen mode.
- Drop bcond conditionals for cuda_sdk, libaom, srt, lv2, soxr,
zmq, zimg and openmpt, build unconditionally for all supported
versions of openSUSE.
- Drop pkgconfig(enca) BuildRequires: Seems unused.
OBS-URL: https://build.opensuse.org/request/show/961334
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=11
2022-03-14 14:26:44 +01:00
|
|
|
zmq, zimg and openmpt, build unconditionally for all supported
|
|
|
|
versions of openSUSE.
|
|
|
|
- Drop pkgconfig(enca) BuildRequires: Seems unused.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-02-19 14:55:24 +01:00
|
|
|
Sat Feb 19 13:26:41 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
|
|
|
|
|
|
|
- Use Shaderc instead of separate glslang/SPIRV-Tools for Vulkan support
|
|
|
|
|
2022-02-19 00:08:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 18 22:32:41 UTC 2022 - Neal Gompa <ngompa@opensuse.org>
|
|
|
|
|
|
|
|
- Add patch to fix error returned with bad versions of OpenH264
|
2022-02-19 00:11:59 +01:00
|
|
|
* Patch: ffmpeg-openh264-averr-on-bad-version.patch
|
2022-02-19 00:08:40 +01:00
|
|
|
- Enable OpenH264 as an H.264 codec via dlopen using patch from Fedora
|
2022-02-19 00:11:59 +01:00
|
|
|
* Patch: ffmpeg-dlopen-openh264.patch
|
2022-02-19 00:08:40 +01:00
|
|
|
- Add source and script for headers for dlopening OpenH264
|
2022-02-19 00:11:59 +01:00
|
|
|
* Source: ffmpeg-dlopen-headers.tar.xz
|
|
|
|
* Source: ffmpeg_get_dlopen_headers.sh
|
2022-02-19 00:08:40 +01:00
|
|
|
|
2022-02-16 21:50:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 16 18:46:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- 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).
|
|
|
|
|
2022-01-30 21:07:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 30 20:07:03 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Enable building with glslang. (Should enable video blending
|
|
|
|
with GLSL.)
|
2022-01-30 21:29:12 +01:00
|
|
|
- Unconditionalize ffnvcodec (like vmaf already is).
|
2022-01-30 21:07:45 +01:00
|
|
|
|
2022-01-16 16:54:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 16 12:09:57 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
|
|
|
|
- Add ffmpeg-chromium.patch: allows Chromium to use the now
|
|
|
|
internalised field first_dts
|
|
|
|
|
2022-01-15 12:15:43 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 14 23:16:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Based on ffmpeg-4.0.spec, update to 5.0
|
|
|
|
* New Vulkan-powered filters for video horizontal/vertical
|
|
|
|
flipping.
|
|
|
|
* Speex decoder.
|
|
|
|
* Various new muxers/demuxers.
|
|
|
|
* An AV1 low-overhead bitstream format muxer is added.
|
|
|
|
* Swscale slice threading support.
|
|
|
|
* New audio and video filters.
|
|
|
|
- Drop soversion.diff (for now; it may very well be reintroduced,
|
|
|
|
depending on how 5.1 is released).
|