aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
...
| * youtube-dl: update to version 2020.2.16Josef Schlehofer2020-02-17
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | ffmpeg: disable x86 asm for old CPU typesRosen Penev2020-02-16
|/ | | | | | | | | | | | This is a workaround for NASM being totally broken. I have two patches, one for master and another for 19.07 that upstream is not merging. https://patchwork.ozlabs.org/patch/1221696/ https://patchwork.ozlabs.org/patch/1221697/ Signed-off-by: Rosen Penev <rosenp@gmail.com>
* graphicsmagick: update to the latest releaseVal Kulkov2020-02-04
| | | | | | | Update to v1.3.34. This service release provides a number of bug fixes, including security fixes. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* minidlna: Added support RMVBVision Lsm2020-02-01
| | | | Signed-off-by: Vision Lsm <vision.lsm.2012@gmail.com>
* youtube-dl: update to version 2020.1.24Josef Schlehofer2020-01-24
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #10433 from flyn-org/griloRosen Penev2020-01-20
|\ | | | | grilo: update to 0.3.10 and build with meson
| * grilo-plugins: update to 0.3.10 and build with mesonW. Michael Petullo2020-01-20
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * grilo: update to 0.3.10 and build with mesonW. Michael Petullo2019-11-02
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #11003 from neheb/mjRosen Penev2020-01-15
|\ \ | | | | | | mjpg-streamer: update to latest git version
| * | 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>
* | | youtube-dl: update to version 2020.1.15Josef Schlehofer2020-01-14
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #10980 from bobafetthotmail/masterRosen Penev2020-01-12
|\ \ | | | | | | minidlna: create UUID in config if it is empty
| * | minidlna: create UUID in config if it is emptyAlberto Bursi2020-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | better solution than using a static UUID by default keep the default uuid empty then generate and save a unique UUID on first start of minidlna service. Signed-off-by: Alberto Bursi <bobafetthotmail@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>
* | | youtube-dl: update to version 2020.1.1Josef Schlehofer2020-01-01
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #10895 from neheb/hRosen Penev2019-12-30
|\ \ \ | | | | | | | | gst1-plugins-bad: Make HLS crypto explicit
| * | | gst1-plugins-bad: Make HLS crypto explicitRosen Penev2019-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's normally set to auto. When nettle is missing, it tries to use the other libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10784 from antonlacon/ffmpeg-3Hannu Nyman2019-12-29
|\ \ \ \ | |/ / / |/| | | ffmpeg: update to 3.4.7
| * | | ffmpeg: update to 3.4.7Ian Leonard2019-12-12
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | youtube-dl: Update to version 2019.12.25Josef Schlehofer2019-12-24
| |/ / |/| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | minidlna: add static uuid in configAlberto Bursi2019-12-13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minidlna uses UUID to uniquely identify the media server by default, if the "uuid" option is not specified in its setting file it will try to autogenerate it by reading MAC address. This seems to fail on some devices resulting in random UUID on reboot, and this causes confusion and issues as for clients this is a new server and must be added to the list. In OpenWrt there are also devices where the system can't read the true MAC address and it is therefore randomized on reboot. So, add a static UUID in the settings file. Since each mindlna server should have a different UUID, if the user has more than one OpenWrt device with minidlna, he should change the UUID of the additional devices. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
* | motion: fix streamingStijn Tintel2019-12-02
| | | | | | | | | | | | Streaming was broken since version 4.2. Backport upstream fix. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | motion: add basic procd init scriptStijn Tintel2019-12-02
| | | | | | | | | | | | | | Disable the init script by default to avoid log pollution; motion is very verbose when it cannot open the configured camera. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | minidlna: Fix URLRosen Penev2019-11-30
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | minidlna: Switch to cloning from HTTPSRosen Penev2019-11-30
| | | | | | | | | | | | Goes through firewalls more easily. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | v4l2rtspserver: upgrade to release 0.1.9 and fill the VERSIONMichel Promonet2019-11-30
| | | | | | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* | youtube-dl: Update to version 2019.11.22Josef Schlehofer2019-11-22
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | imagemagick: update to the latest releaseVal Kulkov2019-11-20
| | | | | | | | | | | | Update to ImageMagick 7.0.9-5. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | Merge pull request #10470 from neheb/miniRosen Penev2019-11-07
|\ \ | | | | | | minisatip: Update to 1.0.2
| * | minisatip: Update to 1.0.2Rosen Penev2019-11-05
| |/ | | | | | | | | | | | | | | | | | | Switched to codeload for simplicity. Added patch to fix compilation without deprecated OpenSSL APIs. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / youtube-dl: Update to version 2019.11.5Josef Schlehofer2019-11-05
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: Replace MD5SUM with HASHRosen Penev2019-10-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* youtube-dl: Update to version 2019.10.29Josef Schlehofer2019-10-29
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* youtube-dl: Update to version 2019.10.22Josef Schlehofer2019-10-21
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* youtube-dl: Update to version 2019.10.16Josef Schlehofer2019-10-16
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* crtmpserver: RemoveRosen Penev2019-10-14
| | | | | | | | It has several compilation bugs in addition to being under no development. There are also alternatives in the tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: Fix fdkaac patchesRosen Penev2019-10-14
| | | | | | | The patch created patch files in the ffmpeg build directory, which did absolutely nothing. Properly backported them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-libav: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-ugly: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-good: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-base: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.16.1W. Michael Petullo2019-10-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #10105 from neheb/ffmRosen Penev2019-10-05
|\ | | | | ffmpeg: Fix pkgconfig files to be more cross compile friendly
| * ffmpeg: Fix pkgconfig files to be more cross compile friendlyRosen Penev2019-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: prefix=/usr exec_prefix=${prefix} libdir=/usr/lib includedir=/usr/include After: prefix=/usr exec_prefix=/usr libdir=${exec_prefix}/lib includedir=${prefix}/include Numbered the other patch file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | youtube-dl: Update to version 2019.9.28Josef Schlehofer2019-09-28
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* grilo-plugins: Remove glib2 build dependencyRosen Penev2019-09-27
| | | | | | It should be the host build, which is already satisfied by grilo. 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>