Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-05-12 21:48:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-05-12 22:30:45 +0300
commit6dae3abd416e4361abf09f748c49b07ca105c331 (patch)
treea5cefd56a8884ada4898badaf6437aa8e5276969
parent50f5761055fae972139f71c3b87a209fc4493d82 (diff)
Update LAV Filters to 0.69-77-gc3452dc2.
-rw-r--r--docs/Changelog.txt1
-rwxr-xr-xsrc/thirdparty/LAVFilters/build_ffmpeg.sh4
m---------src/thirdparty/LAVFilters/src0
3 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.txt b/docs/Changelog.txt
index 0a7360454..5eddf7356 100644
--- a/docs/Changelog.txt
+++ b/docs/Changelog.txt
@@ -11,6 +11,7 @@ Legend:
next version - not released yet
===============================
* Switched from mhook to MinHook since it's more actively maintained
+* Updated LAV Filters to v0.69-77-gc3452dc2
* Updated Little CMS to v2.8 (edf0be4)
* Updated MediaInfoLib to v0.7.95
* Updated ZenLib to v0.4.35
diff --git a/src/thirdparty/LAVFilters/build_ffmpeg.sh b/src/thirdparty/LAVFilters/build_ffmpeg.sh
index 57a8bd790..3b97b4229 100755
--- a/src/thirdparty/LAVFilters/build_ffmpeg.sh
+++ b/src/thirdparty/LAVFilters/build_ffmpeg.sh
@@ -57,6 +57,7 @@ configure() {
OPTIONS="
--enable-shared \
--disable-static \
+ --enable-gpl \
--enable-version3 \
--enable-w32threads \
--disable-demuxer=matroska \
@@ -65,6 +66,8 @@ configure() {
--disable-protocol=async,cache,concat,httpproxy,icecast,md5,subfile \
--disable-muxers \
--enable-muxer=spdif \
+ --disable-bsfs \
+ --enable-bsf=extract_extradata,vp9_superframe \
--disable-hwaccels \
--enable-hwaccel=h264_dxva2 \
--enable-hwaccel=hevc_dxva2 \
@@ -81,7 +84,6 @@ configure() {
--disable-postproc \
--disable-swresample \
--disable-encoders \
- --disable-bsfs \
--disable-devices \
--disable-programs \
--disable-debug \
diff --git a/src/thirdparty/LAVFilters/src b/src/thirdparty/LAVFilters/src
-Subproject 1400993e06d13f68e0c86ce555874f3d49f275f
+Subproject c3452dc2f8c3bd17a6d7c9c3867a318b9b945da