311 Commits

Author SHA1 Message Date
nico
c70821bb5a [packages] darkice: remove dependency on alsa-lib (support for ALSA is explicitly disabled)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-23 16:05:25 +00:00
flyn
c0a6ff6b47 [package] gstreamer: update to 0.10.34
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-23 06:46:38 +00:00
nico
bf3398b58a [packages] ffmpeg: disable ASM for all targets, bump revision number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-22 17:58:07 +00:00
nico
d4fbfd2e0c [packages] add darkice (closes: #8186, thanks to Artur Wronowski)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-21 18:59:02 +00:00
nico
3406488bb1 [packages] ffmpeg: fix typo in libffmpeg-full dependencies (thanks to Espen Jürgensen)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-19 06:23:30 +00:00
nico
8bd55e3a03 [packages] ffmpeg: use VARIANTs for building libffmeg
* libffmeg-custom (configurable, for developers)
 * libffmeg-mini (hopefully suitable for DLNA)
 * libffmeg-full (full-blown)
 


git-svn-id: svn://svn.openwrt.org/openwrt/packages@28467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-17 10:41:49 +00:00
nico
6a12e7c6ce [packages] gst-ffmpeg: force use of embedded FFmpeg headers
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-13 13:17:25 +00:00
nico
8543fdff39 [packages] ffmpeg: install libswscale headers (closes: #9447), cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-11 16:50:16 +00:00
florian
702ab23236 [package] mjpeg-streamer: update to r148 ({9896)
This patch upgrades the mjpeg-streamer package to the latest svn
revision. It also closes track entry #9896 in the the newer version
moved to v4l2.

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:04 +00:00
florian
24589611e1 [package] motion: update to fix build with Linux 2.6.38+
Signed-off-by: Eugene San (eugenesan) <eugenesan@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:49:01 +00:00
florian
aa63ffdfbe [package] ffmpeg: Allow for more configurable FFmpeg build options (#7837, #8465)
This patch allows broad control over FFmpeg's libav* build configuration
and fixes a typo in ffprobe's install section.

The patch resolves #7837 as the choice of building a full libav* is available.
This should also resolve #8465 as input devices such as cameras can be enabled.

The files created by a full libav* build will be large (several megabytes) and
not recommended for end users. Its use could help debugging other issues to
learn whether the problem is the openwrt build configuration or another cause.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 12:48:57 +00:00
florian
a6befab009 [package] ffmpeg: fix typo in Makefile
Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:30 +00:00
florian
9412aaa45c [package] ffmpeg: 0.8.2 Version Bump (#8831)
FFmpeg 0.8.2 Version Bump (#8831)

Dropped configure options:
--disable-ipv6: IPv6 is no longer a separate switch. It's network aware or isn't.
--disable-libfaad: This switch isn't listed as part of ./configure --help.
--disable-vhook: vhook is no longer a part of ffmpeg.

Added configure options:
--disable-doc: Disables documentation
--disable-dxva2: Disables Microsoft's DirectX Video Acceleration v2
--enable-version3: Builds GPLv3 code
--disable-filters: Disables audio/video stream processing filters
--disable-hwaccels: Disables hardware video playback acceleration
--disable-ffplay: FFplay is a SDL(?) based media player.

Dropped formats:
oss is not listed in ./configure --list-muxers
mpeg4aac is not listed in ./configure --list-decoders

Configure options were reordered to roughly be:

Generic program configure switches
Libav* feature options
Binary selection

All of the libav* feature disabling was done at once. This is to keep from second guessing FFmpeg's internal dependency checking when we start enabling options.

Added options to keep from mass disabling encoders/muxers and decoders/demuxers. This should address #8831's issue.

Added option to build FFprobe. FFprobe is a command line media identification tool, very similar to the output of a bare ffmpeg -i.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-20 11:27:00 +00:00
loswillios
e20278b0f5 Version Bump Minidlna 1.0.21
Adjust minidlna for inotify becoming part of the default kernel.

minidlna.init: stop forcing a rescan (-R) of the media library on startup. Users will need to run it once after installing.

040-configuration-tweak.patch: enable use of inotify in the default configuration

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-18 08:27:29 +00:00
florian
0554fbc984 [package] minidlna: update to 1.0.21
010-genconfig-checks.patch adjusts two configure checks to use ICONV_PREFIX and INTL_PREFIX. These changes were already made previously elsewhere in the build process and looks like it was just overlooked here.

040-configuration-tweak.patch was to rebase.

Minidlna's changes were primarily bug fixes and compatibility with newer ffmpeg.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-17 10:13:21 +00:00
swalker
02c58d7bb6 [packages] mocp: delete multimedia remnant
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-22 20:08:40 +00:00
blogic
a8a6b721fb Version Bump Minidlna 1.0.20
Primary changes are adding support for streaming to more hardware.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-12 17:28:01 +00:00
jow
b7e54e9725 [packages] crtmpserver: properly locate toolchain on backfire
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-10 20:12:53 +00:00
florian
2598bdd1ad [package] imagemagick: add tiff plugin (#8430)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 12:40:18 +00:00
florian
4c7460e91a [package] imagemagick: add tools (#8430)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 12:40:16 +00:00
blogic
8b0eca2567 mark minidlna.conf as config file
Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 19:37:01 +00:00
nbd
1170f2c5d6 ftpd-topfield: add missing dependency on libusb
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-03 18:26:59 +00:00
jow
c5f6f0bde9 [packages] mocp (#9419)
- make libmad depend on PATENTED flag
	- use wide ncurses for proper utf-8 handling
	- add missing deps
	- remove extraneous deps


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-03 13:15:02 +00:00
blogic
58192d17fa [packages] mocp: adds Music On Console player
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-13 18:25:52 +00:00
acinonyx
31f021bcfb [packages] minidlna: Renumber and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:32:01 +00:00
acinonyx
10701c2860 [packages] minidlna: Remove empty patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:23:43 +00:00
acinonyx
b838af4753 [packages] minidlna: Update copyright notice
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:23:39 +00:00
acinonyx
e2c6a3c170 [packages] minidlna: Version bump Minidlna 1.0.19
Version bump minidlna to 1.0.19. I didn't find an official changelog. Reading a diff looks like a change in license from GPL v2 or later to strict GPL v2, as well as bug fixes and translation updates. It's streaming as expected. Two patches were rebased.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 23:23:32 +00:00
florian
60d3e89513 [package] minidlna/ffmpeg: add minidlna profile to ffmpeg
This adds a profile to ffmpeg to support minidlna, similar to the
libdlna/ushare profile. When minidlna encounters media, it uses ffmpeg to
figure out what it is. If ffmpeg fails to open it, then minidlna will try
and fail to read the file on its own. The profile may need to be extended;
I attempted to cover all popular formats for dlna streaming.

Tested with the following container/codec combinations:

mkv with ac3/h264/srt
mp4 with aac/h264/ttxt
ogg vorbis
flac
mp3

Should also be able to handle, but untested:
mpeg
avi
xvid
jpeg
png
wmv1
wmv2

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26450 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:29:41 +00:00
florian
8b95db9ce4 [package] ffmpeg: expose additionnal configuration options (#7837, #8831)
This series, along with previous applied patches, should close tickets #7837 and #8831.

This patch exposes additional decoders and demuxers for FFmpeg in menuconfig, along with other minor changes.

Additional decoders:
flac (Free Lossless Audio Codec)

Additional demuxers:
aac
avi
flac
matroska
mov (mov/mp4/m4a/3gp/3g2/mj2)

zlib is required on matroska/mov to handle compressed headers.

Minor changes:
mp3 demuxer to require the mpegaudio parser. Doesn't do much without it. Matches current ffmpeg behavior.

--target-os=linux as a compile flag. This will be required when cross-compiling in the 0.6 branch, and does no harm here.

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:29:39 +00:00
florian
87b0aa61fd [package] update ffmpeg to 0.5.4
Version bump ffmpeg from 0.5.2 to 0.5.4. 0.5.3 and 0.5.4 are maintenance only releases for security and minor bug fixes.

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:14 +00:00
jow
578037e703 [packages] gst-plugins-good: enable icydemux and souphttpsrc plugins (#8762)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 22:44:13 +00:00
cshore
d1b5a86809 [net] [multimedia]: Moved multimedia submenu to be part the the Multimedia package group, since that's what it's for.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 09:06:35 +00:00
jow
8b7ac74143 [packages] add gst-plugins-bad (#8761)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 21:52:44 +00:00
jow
cee36d658b [packages] add gst-ffmpeg, gstreamer backend for the ffmpeg codec family (#8759)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 21:24:20 +00:00
jow
9173b9da44 [packages] gst-plugins-ugly: add asf demuxer (#8758)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 21:05:27 +00:00
jow
6b82924165 [packages] ffmpeg: fix libswscale dependency, typo in package name (#8999)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 20:31:47 +00:00
acinonyx
448a2a1907 [packages] ffmpeg: Fix x86 register starvation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 17:18:48 +00:00
jow
8fc88341d3 [packages] add crtmpserver - a high performance C++ RTMP streaming server
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-23 23:06:08 +00:00
jow
ab02ba0fee [packages] gst-plugins-base, gst-plugins-good, gst-plugins-ugly: use nls.mk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-07 01:35:38 +00:00
jow
3eff36e5a2 [packages] gst-plugin-base: use nls.mk (for now)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-04 12:50:53 +00:00
jow
c23fcc1524 [packages] minidlna: fix iconv switch fallout
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 10:40:20 +00:00
jow
d3a7097b71 [packages] make libintl and libiconv stub/full implementations switchable, use the new include/nls.mk infrastructure for it
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-02 18:54:24 +00:00
acinonyx
0231dfaf74 [packages] ffmpeg: Add libswscale package (#8763)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-02 18:48:50 +00:00
swalker
784bcfa34d [packages] imagemagick: remove carriage returns
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-30 01:25:17 +00:00
florian
36f068af4a [package] add imagemagick (#8430)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-29 22:09:22 +00:00
jow
090a9187b8 [packages] minidlna: remove explicit -lintl from patch and let configure figure it out
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-19 05:17:47 +00:00
jow
62a14bd0a0 [packages] gphoto2: fix autoreconf, disable docs and translations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-15 05:08:41 +00:00
jow
d9b75b85ce [packages] gst-plugins-ugly: disable translations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-15 03:32:06 +00:00
jow
c7cfb433a2 [packages] gst-plugins-good: disable translations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-15 03:26:01 +00:00