ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus use 3240/head
authorIan Leonard <antonlacon@gmail.com>
Sat, 3 Sep 2016 18:15:49 +0000 (11:15 -0700)
committerIan Leonard <antonlacon@gmail.com>
Tue, 27 Sep 2016 01:58:39 +0000 (18:58 -0700)
commit3b624ce56e8c03c60621e0ba8451b9dbb798f1a8
treefea15da381daf527a99edee34bf29db05017c519
parent7d8b40445ae4bc1bca1063ea9f67438231e11e9f
ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus use

Update ffmpeg to 2.8.8.

Adds HEVC, Opus, VC-1 and Vorbis to custom and minidlna profiles. This should
more closely match formats media being streamed on the local network via
DLNA/UPNP.

Removes raw aac, ac3 and h264 from minidlna profile. Most players expect
this content to come within a container (mkv, mov, mp4, mpegts, etc...),
so this was unnecessary for the profile's goals.

Remove libopus from being selected by the -custom's audio-dec profile, and as
a depend on -audio-dec. -audio-dec uses ffmpeg's internal Opus decoder, not
the external library.

Don't select specific parsers in libffmpeg-mini profile. The demuxers separate
streams from containers. Parsers break up the streams. These are not needed
for DLNA/UPNP. If a parser is needed, the ffmpeg configure script should grab
it.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
multimedia/ffmpeg/Config.in
multimedia/ffmpeg/Makefile