aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mjpg-streamer
Commit message (Collapse)AuthorAge
* mjpg-streamer: update to latest git versionRosen Penev2020-01-12
| | | | | | | | Rearranged Makefile options for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: Fix of the mjpg-streamer modules pathZbyněk Kocur2020-01-08
| | | | Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* treewide: Replace MD5SUM with HASHRosen Penev2019-10-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: Fix build dependencyRosen Penev2019-09-25
| | | | | | It needs to be on host. The target one is already covered below. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: Fix build dependsRosen Penev2019-09-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: modularize packageDaniel Golle2019-09-16
| | | | | | | | | | Instead of selecting the modules on compile time, package them into several small packages. While at it, add the ZeroMQ output plugin which was previously not packaged. Also make sure to use OpenWrt's built-in support for CMake properly by calling Build/Configure/Default in the package's Build/Configure rule. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mjpg-streamer: make init script recognize file output pluginJose Riha2019-04-23
| | | | Signed-off-by: Jose Riha <jose1711@gmail.com>
* mjpg-streamer: update to last upstream versionJan Pavlinec2019-03-26
| | | | | | | | Changes: Update patches Add listen_ip option to config Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mjpg-streamer: Update to latest from github/jacksonliam repository. Add ↵Ted Hess2018-05-22
| | | | | | additional plugins for RTSP, UDP, etc. Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Remove build date-time from imageTed Hess2017-12-13
| | | | | | Remove un-needed uvcvideo.h (use system include) Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Add mdns supportTed Hess2017-12-03
| | | | | Signed-off-by: Roger D <rogerdammit@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Use tar.xz. Add PKG_MIRROR_HASH for buildbots w/o svnTed Hess2017-08-27
| | | | | | Remove unnecessary copyright, add myself as maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix SIGTRAP in v4l2uvcTed Hess2015-11-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix build/download order and cambozola repo referenceTed Hess2015-10-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: only download cambozola if it's requiredOliver Middleton2015-09-27
| | | | Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* mjpg-streamer: Fix musl compatibilityTed Hess2015-06-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* 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>
* 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>
* mjpg-streamer: Update version of cambozola.jarTed Hess2015-02-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: fix v4l dependency in pre-built packageTed Hess2014-12-13
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix V4L2 option dependency selection and add camera led ↵Ted Hess2014-12-09
| | | | | | control option Signed-off-by: Ted Hess <thess@kitschensync.net>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* mjpg-streamer: cleanup V4L selection and dependencyTed Hess2014-08-16
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Bump source name version to force source pkg updateTed Hess2014-08-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Upgrade to r182-experimental, add patches to remove debug, ↵Ted Hess2014-07-29
| | | | | | build additional plugins and minor fixes. Signed-off-by: Ted Hess <thess@kitschensync.net>
* Revert to r181, default webui to simple stream only, option for fullTed Hess2014-07-23
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Cleanup Makefile edit, add back lost cut-n-paste in init scriptTed Hess2014-07-22
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Upgrade to r182, update copyright and license infoTed Hess2014-07-22
| | | | | | | Add options for using libv4l (controls) and installing additional plugins Download and use latest cambozola.jar if Web UI selected Signed-off-by: Ted Hess <thess@kitschensync.net>
* add mjpg-streamerRoger2014-07-22
add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>