aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
* tvheadend: update to v4.0.7Jan Čermák2015-11-05
| | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* tvheadend: Fix build dependency for iconv libsTed Hess2015-11-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #1867 from MikePetullo/lcdgriloSteven Barth2015-10-22
|\ | | | | lcdgrilo: add new package
| * lcdgrilo: add new packageW. Michael Petullo2015-10-18
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #1847 from jow-/motion-musl-compatSteven Barth2015-10-19
|\ \ | |/ |/| motion: fix segmentation fault under musl libc
| * motion: fix segmentation fault under musl libcJo-Philipp Wich2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During startup, motion calls pthread_getspecific() through motion_log() before pthread_key_create() has been called yet. This works on glibc and uclibc but segfaults on musl because motion is relying on undefined behaviour here. Move the pthread initialization before motion_startup() so that tls_key_threadnr is initialized when motion_log() is called. Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R on all non-glibc systems because the supposed replacement code is broken and crashes on musl. References: http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | mjpg-streamer: Fix build/download order and cambozola repo referenceTed Hess2015-10-17
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1816 from ollie27/mjpg-streamercambozolaTed Hess2015-10-03
|\ \ | | | | | | mjpg-streamer: only download cambozola if it's required
| * | mjpg-streamer: only download cambozola if it's requiredOliver Middleton2015-09-27
| |/ | | | | | | Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | Merge pull request #1812 from MikePetullo/griloSteven Barth2015-10-03
|\ \ | | | | | | grilo: add new package
| * | grilo: add new packageW. Michael Petullo2015-09-26
| |/ | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / grilo-plugins: add new packageW. Michael Petullo2015-09-26
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* crtmpserver: fix musl buildDirk Neukirchen2015-08-19
| | | | | | MAX values should be defined in stdint.h Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* tvheadend: add missing install of default Uci config fileJan Čermák2015-08-11
| | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* ffmpeg: Update to latest - 2.7.2Ted Hess2015-07-21
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* tvheadend: add new packageJan Čermák2015-07-06
| | | | | | | | | | | | | | Tvheadend is a TV streaming server and recorder for Linux. Legacy Makefile for tvheadend was used as a skeleton, but most of its parts were rewritten or updated later. Procd init script allows to set some configuration options (these are commented out in default Uci config for documentation purposes) and is written in a way that it puts only configuration that needs to be persistent to main memory. EPG database which is large and updated regularly is put to tmpfs (this can be disabled in config). Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* gst1-libav: Fix musl compatibilityTed Hess2015-06-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix musl compatibilityTed Hess2015-06-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoderIan Leonard2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | For libffmpeg-audio-dec: Remove @DEVEL flag from libffmpeg-audio-dec. Reasoning for this is that choosing this package does not rquire any further action by the builder in what codecs or formats should be built in. libffmpeg-custom, the other libffmpeg to require @DEVEL, does need further interaction. Add @BUILD_PATENTED as at least one of the audio codecs is likely patent protected. Add ffmpeg's native Opus decoder to libffmpeg-audio-dec Remove libopus dependency to libffmpeg-audio-dec as libopus provides decode and encode support for Opus audio. Since FFmpeg can decode Opus audio on its own, and libffmpeg-audio-dec is intended for audio decoding, libopus is no longer required for Opus audio support. For libffmpeg-custom: Add in options for ffmpeg's integrated Opus decoder Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.6.3, remove stray spacesIan Leonard2015-05-17
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* mjpg-streamer: Update cambozola to specific version, add yuv and jpeg ↵Ted Hess2015-05-01
| | | | | | quality init/config options Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: upgrade to 2.6.2Syrone Wong2015-04-29
| | | 2.6.2 was released on 2015-04-12. It is the latest stable FFmpeg release from the 2.6 release branch
* ffmpeg: add icecast transportNicolas Thill2015-04-26
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* oggfwd: add new packageNicolas Thill2015-04-26
| | | | | | A basic icecast client that is very simple but also very useful for video streaming. Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ffmpeg: disable lzma explicitlyNicolas Thill2015-04-24
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* icecast: update to 2.4.2André Gaul2015-04-20
| | | | | | icecast 2.4.2 is a security release. Signed-off-by: André Gaul <andre@gaul.io>
* Merge pull request #1136 from antonlacon/ffmpeg-2.5.xTed Hess2015-04-11
|\ | | | | ffmpeg: upgrade to 2.5.5
| * ffmpeg: upgrade to 2.5.5Ian Leonard2015-03-22
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | Merge pull request #1119 from luizluca/libvpx-updateLuiz Angelo Daros de Luca2015-04-07
|\ \ | | | | | | libvpx: updated to 1.4.0
| * | libvpx: updated to 1.4.0Luiz Angelo Daros de Luca2015-04-06
| |/ | | | | | | | | | | | | | | | | | | | | | | This update brings some fixes for VP9. https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Also, it is ABI incompatible but the only known user of libvpx is gst1-plugins-good, which is already compatile: https://bugzilla.gnome.org/show_bug.cgi?id=739476 gst1-plugins-good has released bumped in order to rebuild. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* / gst1-plugins-bad: add opus pluginLuiz Angelo Daros de Luca2015-04-07
|/ | | | | | This add opus plugin providing opusenc, opusdec, opusparse, rtpopuspay, rtpopusdepay Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* mjpg-streamer: fix YUV capture modeMantas Pucka2015-03-11
| | | | | | | | | Update to r182-experimental (071481e626b2ceef94) broke YUV capture mode in input_uvc. This patch fixes it. Tested on ar71xx with Logitech C170 Signed-off-by: Mantas Pucka <mantas@8devices.com>
* mjpg-streamer: fix compatibility with new kernels (>=3.16)Mantas Pucka2015-03-11
| | | | | | | | | | input_uvc was broken with new kernel update patch source: https://github.com/oliv3r/mjpg-streamer Tested on ar71xx with Logitech C170 Signed-off-by: Mantas Pucka <mantas@8devices.com>
* gst1-plugins-ugly: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-good: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-plugins-base: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gstreamer1: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gst1-libav: Update to 1.4.5Ted Hess2015-03-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #972 from luizluca/gst1-enable_videorate_videoscaleTed Hess2015-03-05
|\ | | | | gst1-plugins-base: add videorate and videoscale
| * gst1-plugins-base: add videorate and videoscaleLuiz Angelo Daros de Luca2015-03-02
| | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | gst1-plugins-bad: add shmsrc/sinkLuiz Angelo Daros de Luca2015-03-01
| | | | | | | | | | | | This adds POSIX shared memory source and sink plugin Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | gst1-plugins-bad: remove unrecognized config optsLuiz Angelo Daros de Luca2015-03-01
|/ | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* ffmpeg: update to 2.5.4Ian Leonard2015-02-28
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* mjpg-streamer: Update version of cambozola.jarTed Hess2015-02-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ices: import from old packages feedNicolas Thill2015-02-17
| | | | | | | | - update to latest version (v2.0.2) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #856 from thess/shairplay-moveÁlvaro Fernández Rojas2015-02-05
|\ | | | | shairplay: Move to sound menu and sub-directory
| * shairplay: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | upmpdcli: Move to sound menu and sub-directoryTed Hess2015-02-04
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* shairport: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>