aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
* gstreamer1: Upgrade to 1.4.4Ted Hess2014-12-03
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ | | | | License updates and metadata typo correction
| * misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * icecast: add SPDX license info per homepageIan Leonard2014-11-24
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | libgstreamer1: install plugin scannerTed Hess2014-11-25
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | gstreamer1: Fix build dependencies - create meta packages as neededTed Hess2014-11-22
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #475 from antonlacon/minidlna-1.1.xsbyx2014-11-18
|\ | | | | minidlna: update to 1.1.4
| * minidlna: update to 1.1.4Ian Leonard2014-10-25
| | | | | | | | | | | | | | The Philips TV patch was included upstream. Rename the minidlnad binary to minidlna instead of tweaking automake files. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | motion: switch to master branchRoger2014-11-05
| | | | | | | | | | This branch includes some important fixes vs. 3.4.0. Signed-off-by: Roger D <rogerdammit@gmail.com>
* | motion: update and switch to recent forkRoger2014-11-04
| | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | motion: remove outdated (?) patchRoger2014-11-04
| | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selectedTed Hess2014-10-29
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | shairport: improve config and init script (disabled, respawn, err file, meta ↵Álvaro Fernández Rojas2014-10-28
| | | | | | | | | | | | dir, audio output options). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | shairplay: add respawn config.Álvaro Fernández Rojas2014-10-27
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* shairplay: add new package.Álvaro Fernández Rojas2014-10-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* ffmpeg: Disable mips32r2 for mips32 CPUsBruno Randolf2014-10-14
| | | | | | | Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to explicitly disable mips32r2 in the ffmpeg configure script. Signed-off-by: Bruno Randolf <br1@einfach.org>
* ffmpeg: Update to 2.3.4Ian Leonard2014-10-11
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: add libopus supportIan Leonard2014-10-11
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* gst1-libav: fix build on x86_64Nicolas Thill2014-09-22
| | | | | | Disable yasm explicitely to fix build on x86_64 when yasm is not installed Signed-off-by: Nicolas Thill <nico@openwrt.org>
* gst1-libav: fix configureNicolas Thill2014-09-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #318 from thess/gst1-libavTed Hess2014-09-17
|\ | | | | gst1-libav: Import gstreamer libary based on bundled libav
| * gst1-libav: Import gstreamer libary based on bundled libavTed Hess2014-09-17
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #315 from thess/gst1-menusTed Hess2014-09-17
|\ \ | | | | | | gstreamer1: reorganize options selection menus
| * | gstreamer1: reorganize options selection menusTed Hess2014-09-17
| |/ | | | | | | | | | | gst-plugins-bad: plugins-bad package missing (fix install def) Signed-off-by: Ted Hess <thess@kitschensync.net>
* / shairport: remove service_stop call to SIGINT. SIGINT/SIGTERM both work in ↵Ted Hess2014-09-17
|/ | | | | | | | latest version. Fixes restart/reload calls Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: update to 2.3.3Ian Leonard2014-08-30
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* shairport: update to latest version, add license and switch release to ↵Álvaro Fernández Rojas2014-08-22
| | | | | | source version Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* shairport: fix buffer config varÁlvaro Fernández Rojas2014-08-22
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* fswebcam: import from old packages feedNicolas Thill2014-08-21
| | | | | | | | - update to latest version (v20140113) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* mjpg-streamer: cleanup V4L selection and dependencyTed Hess2014-08-16
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: patch to fix build with uClibc 0.9.33.2Ted Hess2014-08-13
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: improve minidlna profileIan Leonard2014-08-12
| | | | | | | | | Minidlna has no need to mux streams, or be able to read network streams at this point in time, so remove this support from libffmpeg. Synchronize the minidlna profile between libffmpeg-ucstom and libffmpeg-mini. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: add external libraries section to Config.inIan Leonard2014-08-12
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: add audio-dec profile to libffmpeg-customIan Leonard2014-08-12
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Drop the libdlna profile from the Custom ffmpeg option. Libdlna is ↵Ian Leonard2014-08-12
| | | | | | | | no longer in the package feed, and has an inactive upstream. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.Ian Leonard2014-08-12
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.3.1Ian Leonard2014-08-12
| | | | | | | | | | Changes: Disable SIMD usage; creates build errors Disable runtime cpudetect as it's all disabled Re-enable compiler optimizations re-enable stripping Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Merge branch 'master' into license-updatesIan Leonard2014-08-10
|\ | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| * gst1-plugins-bad: fix the build of several pluginsW. Michael Petullo2014-08-06
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * gst1-plugins-good: enable more pluginsW. Michael Petullo2014-08-06
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * gst1-plugins-bad: adjust Makefile so each plugin buildsW. Michael Petullo2014-08-06
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * Merge remote-tracking branch 'openwrt/master' into gstreamer1W. Michael Petullo2014-08-05
| |\
| | * That on tv phillips normally open mkv,it is necessary to apply this ↵Knyazkov Dmitry2014-08-04
| | | | | | | | | | | | | | | | | | patch.Add license info Signed-off-by: Knyazkov Dmitry <medavedik@gmail.com>
| | * mjpg-streamer: Bump source name version to force source pkg updateTed Hess2014-08-01
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | gstreamer1 build work in progressTed Hess2014-08-05
| | |
| * | gstreamer1: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | gst1-plugins-bad: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | gst1-plugins-good: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | gst1-plugins-base: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | gst1-plugins-ugly: add package license file to MakefileW. Michael Petullo2014-07-31
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>