Commit Graph

21 Commits

Author SHA1 Message Date
Fredrik Fornwall 7d54055e4f ffmpeg: Update from 3.1.5 to 3.2 2016-11-16 17:30:49 -05:00
Belldandu 56862a32d5 ffmpeg enable libvpx (WebM encoder) (#545)
* ffmpeg enable libvpx (WebM encoder)

https://trac.ffmpeg.org/wiki/Encode/VP8

* enable vp8 in libvpx and edit comments about libvpx in ffmpeg
2016-11-15 17:07:00 +01:00
Fredrik Fornwall 615d4e6375 ffmpeg: Update from 3.1.4 to 3.1.5 2016-10-25 18:00:17 -04:00
Fredrik Fornwall 45409e8418 ffmpeg: Disable lzma
Avoid linking ffmpeg against liblzma as that is only used for
compressed tiff decoding, and causes linking problems on Android
7 when used in mpv. Fixes #511.
2016-10-19 17:21:32 -04:00
Fredrik Fornwall 25603406df ffmpeg: Update from 3.1.3 to 3.1.4 2016-10-03 16:59:39 -04:00
Fredrik Fornwall e73b00672e ffmpeg: Bump revision and depend on libopus 2016-09-16 04:26:36 -04:00
Mariusz c842d781b6 ffmpeg: Enable opus codec (fixes #452) (#453)
Modify ffmpeg build script to include opus codec.
Information about the codec can be found at:
- https://en.wikipedia.org/wiki/Opus_(audio_format)
- https://www.opus-codec.org/
2016-09-15 14:35:28 +02:00
Fredrik Fornwall 5794a3f955 ffmpeg: Update from 3.1.2 to 3.1.3 2016-08-27 12:15:14 -04:00
Fredrik Fornwall aafa75a8bb ffmpeg: Do not use libfaac encoder
The built-in ffmpeg AAC encoder is now recommended instead.
2016-08-26 05:45:36 -04:00
Fredrik Fornwall cdd3e91185 ffmpeg: Update from 3.1.1 to 3.1.2 2016-08-14 08:23:12 -04:00
Fredrik Fornwall b2ecb099a5 ffmpeg: Update from 3.1 to 3.1.1 2016-07-04 17:26:06 -04:00
Fredrik Fornwall 979c5491f4 ffmpeg: Update from 3.0.2 to 3.1 2016-06-27 09:11:04 -04:00
Fredrik Fornwall ed0fc1fd1d ffmpeg: Fix x86_64 build 2016-06-17 16:50:36 -04:00
Fredrik Fornwall bb27a0ec42 Various package updates
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall b55a2fee69 ffmpeg: Update from 3.0 to 3.0.2 2016-05-03 07:45:59 -04:00
Fredrik Fornwall a5be048988 ffmpeg&libav: Remove custom strtod broken on arm
Defining a custom strtod on arm when using hard float breaks
since the function is marked in system headers as expecting a
soft abi. Hopefully strtod works on Android 5.0+ so the strtod
workaround is no longer needed.

Fixes #179.
2016-03-24 21:42:59 -04:00
Fredrik Fornwall bc0596c11b ffmpeg&libav: Enable libmp3lame (closes #170) 2016-03-16 14:28:30 -04:00
Fredrik Fornwall 05f3b9f070 ffmpeg: Update from 2.8.5 to 3.0 2016-03-07 19:34:01 -05:00
Fredrik Fornwall de342bf4da ffmpeg: Update from 2.8.4 to 2.8.5 2016-01-29 05:24:19 -05:00
Fredrik Fornwall 76897d2eed ffmpeg: Update from 2.8.3 to 2.8.4 2015-12-25 21:26:47 -05:00
Fredrik Fornwall 209cba9f51 ffmpeg: Move out from disabled 2015-12-15 20:12:55 -05:00