aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
...
* youtube-dl: update versionAdrian Panella2016-11-28
| | | | | | Update version Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* gst1-libav: Fix builds on x86_64 (CPU_TYPE is blank)Ted Hess2016-11-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* crtmpserver: Disable apple streaming to fix buildMichal Hrušecký2016-10-30
| | | | | | Apple streaming is quite broken so disabling it to make package building again. Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
* ffmpeg: Build without altivec on powerpc hfp platformsTed Hess2016-10-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus useIan Leonard2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | 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>
* youtube-dl: update versionAdrian Panella2016-09-18
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* xupnpd: update to latest versionÁlvaro Fernández Rojas2016-09-05
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* ffmpeg: allow building without yasmDaniel Golle2016-09-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ffmpeg: enable assembly on targets with fpuDaniel Golle2016-09-02
| | | | | | | | | | | | | | | Also no longer disable run-time CPU detection for fpu targets except arm which is built for each variant (neon, vfp). This vastly improves performance on x86 which now supports building ASM code with yasm and makes use of a broad spectrum of extensions depending on their availability at run-time. In future, such differentiation should also be introduced for MIPS to at least conditionally enable the output of MIPS32r2 instructions as well as DSPr1 and DSPr2 if the target supports that dispite them having CONFIG_SOFT_FLOAT=y set. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ffmpeg: Dependency cleanupTed Hess2016-08-19
| | | | | | | Custom builds need to select x264 and/or lame-lib explictly. Automatic CONFIG_ALL builds of ffmpeg-full include x264 and lame. Signed-off-by: Ted Hess <thess@kitschensync.net>
* youtube-dl: update versionAdrian Panella2016-08-15
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* Merge pull request #3006 from thess/ffmpeg-updatesTed Hess2016-08-03
|\ | | | | ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lame
| * ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lameAdrian Panella2016-08-02
| | | | | | | | | | | | | | | | | | Add support for libmp3lame & libx264 to 'full' and optional in 'custom'. Enable some optimizations according to ARCH and CPU type. Cleaup options and dependencies. Signed-off-by: Adrian Panella <ianchi74@outlook.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | gstreamer - Upgrade to 1.8.2.Ted Hess2016-08-01
|/ | | | | | | | | Refresh patches, fix dependencies. Fix cpu build issues in gst-libav. Opus moved to plugins-base. Add opusparse and hls to plugins-bad. Add myself as co-maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* youtube-dl:update versionAdrian Panella2016-07-11
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* Merge pull request #2942 from sdwalker/variable-cleanupTed Hess2016-07-10
|\ | | | | packages: cleanup Makefile variables
| * packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | Merge pull request #2945 from MikePetullo/grilo-pluginsYousong Zhou2016-07-10
|\ \ | | | | | | grilo-plugins: update to 0.3.2
| * | grilo-plugins: update to 0.3.2W. Michael Petullo2016-07-09
| |/ | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #2946 from MikePetullo/lcdgriloYousong Zhou2016-07-10
|\ \ | | | | | | lcdgrilo: update to 0.0.10
| * | lcdgrilo: update to 0.0.10W. Michael Petullo2016-07-09
| |/ | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / grilo: update to 0.3.1W. Michael Petullo2016-07-09
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #2847 from MikePetullo/lcdgriloHannu Nyman2016-06-13
|\ | | | | lcdgrilo: update to 0.0.8
| * lcdgrilo: update to 0.0.9W. Michael Petullo2016-06-13
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | grilo-plugins: update to 0.3.1W. Michael Petullo2016-06-12
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #2774 from blogic/oggfwdHannu Nyman2016-06-07
|\ | | | | oggfwd: update download source
| * oggfwd: update download sourceJohn Crispin2016-05-30
| | | | | | | | | | | | upstream changed from git:// to https:// Signed-off-by: John Crispin <john@phrozen.org>
* | xupnpd: Update to 2016-05-11kuoruan2016-06-01
| | | | | | | | | | | | | | | | | | | | * Change source url to GitHub * Update to 2016-05-11 * Add LICENSE * Edit Makefile Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #2779 from jow-/crtmpserver-fixThomas Heil2016-05-31
|\ \ | |/ |/| crtmpserver: fix multiple issues
| * crtmpserver: fix multiple issuesJo-Philipp Wich2016-05-30
| | | | | | | | | | | | | | | | | | - Switch download to the Github clone of crtmpserver - Rebase patches against latest version - Pregenerate version.h file - Disable applestreamingclient as it is broken Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | youtube-dl: update versionAdrian Panella2016-05-29
|/ | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com> youtube-dl: update version Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* icecast: update to 2.4.3André Gaul2016-05-16
| | | | Signed-off-by: André Gaul <gaul@gaul.io>
* Remove whitespace from conffiles definition in MakefileHannu Nyman2016-05-03
| | | | | | | | | The conffiles definition in Makefile should not contain leading whitespace. Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client. Reference to discussion at #2652 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* youtube-dl: update dependenciesAdrian Panella2016-04-26
| | | | | | install certificates so that https sites work by default Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* youtube-dl: update upstream versionAdrian Panella2016-04-20
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* youtube-dl: add dependenciesAdrian Panella2016-04-20
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* Create youtube-dl packageAdrian Panella2016-04-11
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* tvheadend: update to 4.0.9Jan Čermák2016-04-11
| | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* ffmpeg: update to 2.7.6Ian Leonard2016-02-22
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Merge pull request #2279 from antonlacon/minidlna-1.1.xTed Hess2016-01-20
|\ | | | | minidlna: update to 1.1.5
| * minidlna: update to 1.1.5Ian Leonard2015-12-29
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | Merge pull request #2228 from MikePetullo/gst1-plugins-goodHannu Nyman2016-01-01
|\ \ | | | | | | gst1-plugins-good: update to 1.6.2
| * | gst1-plugins-good: update to 1.6.2W. Michael Petullo2016-01-01
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #2224 from MikePetullo/gst1-plugins-uglyHannu Nyman2016-01-01
|\ \ \ | | | | | | | | gst1-plugins-ugly: update to 1.6.2
| * | | gst1-plugins-ugly: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #2227 from MikePetullo/gst1-plugins-badHannu Nyman2016-01-01
|\ \ \ | | | | | | | | gst1-plugins-bad: update to 1.6.2
| * | | gst1-plugins-bad: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #2226 from MikePetullo/gst1-libavHannu Nyman2016-01-01
|\ \ \ | | | | | | | | gst1-libav: update to 1.6.2
| * | | gst1-libav: update to 1.6.2W. Michael Petullo2016-01-01
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>