SHA256
1
0
forked from pool/ffmpeg-5
Go to file
Jan Engelhardt 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
_service Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
_service:download_url:ffmpeg-5.1.2.tar.xz Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
_service:download_url:ffmpeg-5.1.2.tar.xz.asc Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
.gitattributes Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
baselibs.conf rework work-around-abi-break.patch and put back the original SONAME - instead go with an adjusted symverdef 2022-07-27 21:49:26 +00:00
enable_decoders Accepting request 961334 from home:iznogood:branches:multimedia:libs 2022-03-14 13:26:44 +00:00
enable_encoders Accepting request 955956 from home:Pharaoh_Atem:branches:multimedia:libs 2022-02-18 23:08:40 +00:00
ffmpeg_get_dlopen_headers.sh Accepting request 955956 from home:Pharaoh_Atem:branches:multimedia:libs 2022-02-18 23:08:40 +00:00
ffmpeg-4.2-dlopen-fdk_aac.patch - Update to release 5.1 2022-07-23 12:06:00 +00:00
ffmpeg-4.4-CVE-2020-22046.patch Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
ffmpeg-5-rpmlintrc trim redundant rpmlintrc rules 2022-01-15 12:22:25 +00:00
ffmpeg-5.0.tar.xz Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
ffmpeg-5.0.tar.xz.asc Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
ffmpeg-5.1.2.tar.xz Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
ffmpeg-5.1.2.tar.xz.asc Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
ffmpeg-5.changes Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
ffmpeg-5.keyring Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
ffmpeg-5.spec Accepting request 1006248 from home:CJ:branches:multimedia:libs 2022-09-26 22:57:02 +00:00
ffmpeg-arm6l.diff Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
ffmpeg-chromium.patch Accepting request 990819 from home:gmbr3:Active 2022-07-23 17:14:53 +00:00
ffmpeg-codec-choice.diff Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
ffmpeg-dlopen-headers.tar.xz Accepting request 955956 from home:Pharaoh_Atem:branches:multimedia:libs 2022-02-18 23:08:40 +00:00
ffmpeg-dlopen-openh264.patch - Update to release 5.1 2022-07-23 12:06:00 +00:00
ffmpeg-new-coder-errors.diff Accepting request 946598 from home:jengelh:ff5 2022-01-15 11:15:43 +00:00
work-around-abi-break.patch rework work-around-abi-break.patch and put back the original SONAME - instead go with an adjusted symverdef 2022-07-27 21:49:26 +00:00