Jan Čermák
4e676203b3
tvheadend: add new package
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>
9 years ago
Ted Hess
4bd4272fff
gst1-libav: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
db2eba4dc4
mjpg-streamer: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ian Leonard
ae13b1441d
ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoder
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>
10 years ago
Ian Leonard
d1a5f0ab5d
ffmpeg: update to 2.6.3, remove stray spaces
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ted Hess
41aa8a5fc9
mjpg-streamer: Update cambozola to specific version, add yuv and jpeg quality init/config options
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Syrone Wong
7d81e52877
ffmpeg: upgrade to 2.6.2
2.6.2 was released on 2015-04-12. It is the latest stable FFmpeg release from the 2.6 release branch
10 years ago
Nicolas Thill
9828cf1ea1
ffmpeg: add icecast transport
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
731dfa63d7
oggfwd: add new package
A basic icecast client that is very simple but also very useful for video streaming.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
c3a822ef3d
ffmpeg: disable lzma explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
André Gaul
8c33c9b079
icecast: update to 2.4.2
icecast 2.4.2 is a security release.
Signed-off-by: André Gaul <andre@gaul.io>
10 years ago
Luiz Angelo Daros de Luca
4e4c981ec3
gst1-plugins-bad: add opus plugin
This add opus plugin providing opusenc, opusdec, opusparse, rtpopuspay, rtpopusdepay
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
a33bc8baf5
libvpx: updated to 1.4.0
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>
10 years ago
Ian Leonard
733ce321de
ffmpeg: upgrade to 2.5.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Mantas Pucka
84f3028036
mjpg-streamer: fix YUV capture mode
Update to r182-experimental (071481e626
) 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>
10 years ago
Mantas Pucka
b17a973f14
mjpg-streamer: fix compatibility with new kernels (>=3.16)
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>
10 years ago
Ted Hess
6253069923
gst1-plugins-ugly: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
44bece99a8
gst1-plugins-good: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
e8a8f20d31
gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
511fb70f92
gst1-plugins-base: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
ac2d4a6cbe
gstreamer1: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
f9fd4f88e5
gst1-libav: Update to 1.4.5
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Luiz Angelo Daros de Luca
05960c50ba
gst1-plugins-base: add videorate and videoscale
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
f8ec4d90d6
gst1-plugins-bad: add shmsrc/sink
This adds POSIX shared memory source and sink plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
b1b14b2a57
gst1-plugins-bad: remove unrecognized config opts
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Ian Leonard
32eafba860
ffmpeg: update to 2.5.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ted Hess
ef056ee04c
mjpg-streamer: Update version of cambozola.jar
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Nicolas Thill
38ae2398c2
ices: import from old packages feed
- update to latest version (v2.0.2)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Ted Hess
a9f87e3851
shairplay: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
e61499165b
upmpdcli: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
3e58633462
shairport: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
e74ed31e76
ffmpeg: Update to 2.5.3. Fix mips64 build failures
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Luiz Angelo Daros de Luca
5d1c7b2083
gst1-plugins-good: enable video4linux2 plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
fc9f7a7b6b
gst1-plugins-base: create libgst1allocators pkg
libgst1allocators was compiled but not packaged.
It is needed for v4l2 good plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
7ef52fc43b
gst1-plugins-base: add videoconvert plugin
videoconvert is the successor of ffmpegcolorspace in gst1.x
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Álvaro Fernández Rojas
0c70592101
xupnpd: update to r404
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
c0a869cddb
gst1-plugins-base: remove unused configure opt
./configure was warning that all these options are unrecognized:
--disable-alsa-test
--disable-ffmpegcolorspace
--disable-gnome_vfs
--disable-gst_v4l
--disable-oggtest
--disable-vorbistest
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Ted Hess
9bc03b9d99
avahi: Build 2 versions and allow selection of dbus vs non-dbus
shairplay: Fixup avahi dependency (select dbus version)
forked-daapd: Fixup avahi dependency (select dbus version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
André Gaul
ef0242befa
[icecast] update Makefile to 2.4.1
10 years ago
Ian Leonard
44d4b10c94
ffmpeg: update to 2.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ted Hess
03244f1f35
upmpdcli: Revert #678 (force strip)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
e75719d981
upmpdcli: Reduce binary sizes (force strip)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
437a95666a
minidlna: Add path to correct PID file for start-stop-daemon
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
d380629477
upmpdcli: Revert default interface to 'br-lan' (correct mistaken assumption)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
5f05f4ef74
upmpdcli: Change default interface to 'lan'
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
4eb1e3aea4
upmpdcli: Add UPnP icon. Use procd for start/stop. Add uci config support for multiple instances
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ian Leonard
665cd72e82
ffmpeg: Update to 2.4.4
Drop fminf patch; fminf emulation is no longer included upstream.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
c31e41f93d
gst1-plugins-good: enable vpx enc/dec plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
10 years ago
Ted Hess
7081db8415
mjpg-streamer: fix v4l dependency in pre-built package
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
be72d3b10c
gst1-plugins-bad: Remove srtp plugin (again) until libsrtp is updated
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago