SHA256
1
0
forked from jengelh/ffmpeg-4

Accepting request 689285 from home:iznogood:branches:multimedia:libs

- Update to version 4.1.2:
  * Updates and bug fixes for codecs, filters and formats.
- Add ffmpeg-avcodec-libdav1d-AV1-decoder-wrapper.patch: Backport
  dav1d decoder support for aom (av1) codec. Following this, add
  conditional pkgconfig(dav1d) BuildRequires and pass conditional
  --enable-libdav1d to configure. Also add libdav1d to
  enable_decoders.

OBS-URL: https://build.opensuse.org/request/show/689285
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=55
This commit is contained in:
2019-03-28 21:28:32 +00:00
committed by Git OBS Bridge
parent b4ee0bf4f4
commit 990bb36dbd
8 changed files with 585 additions and 15 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 28 09:21:05 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 4.1.2:
* Updates and bug fixes for codecs, filters and formats.
-------------------------------------------------------------------
Sun Mar 17 22:38:39 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Add ffmpeg-avcodec-libdav1d-AV1-decoder-wrapper.patch: Backport
dav1d decoder support for aom (av1) codec. Following this, add
conditional pkgconfig(dav1d) BuildRequires and pass conditional
--enable-libdav1d to configure. Also add libdav1d to
enable_decoders.
-------------------------------------------------------------------
Sat Mar 9 11:59:31 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>