summary refs log tree commit diff
path: root/pkgs/applications/video
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextVladimír Čunát2019-10-13
|\ | | | | | | Hydra nixpkgs: ?compare=1548439
| * cinelerra: streamline buildHerwig Hochleitner2019-10-12
| |
| * cinelerra: 2016-01-12 -> 2018-05-16Herwig Hochleitner2019-10-12
| | | | | | | | fixes SEGV on startup
| * cinelerra: use github sourceHerwig Hochleitner2019-10-12
| | | | | | | | fixes build error due to discontinued repository
* | Merge branch 'master' into staging-nextJan Tojnar2019-10-12
|\|
| * Merge pull request #70750 from grahamc/wlrobsGraham Christensen2019-10-08
| |\ | | | | | | obs-wlrobs: init at 20191008
| | * obs-wlrobs: init at 20191008Graham Christensen2019-10-08
| | |
| * | treewide: mark some broken packages as brokenLinus Heckemann2019-10-08
| |/ | | | | | | | | | | | | | | | | Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
* | Merge branch 'master' into staging-nextJan Tojnar2019-10-03
|\|
| * Merge pull request #69701 from r-ryantm/auto-update/obs-studioJon2019-09-30
| |\ | | | | | | obs-studio: 23.2.1 -> 24.0.1
| | * obs-studio: 23.2.1 -> 24.0.1R. RyanTM2019-09-27
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/obs-studio/versions
| * | Merge pull request #69971 from r-ryantm/auto-update/streamlinkRyan Mulligan2019-09-29
| |\ \ | | | | | | | | streamlink: 1.1.1 -> 1.2.0
| | * | streamlink: 1.1.1 -> 1.2.0R. RyanTM2019-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/streamlink/versions
* | | | Merge staging into staging-nextFrederik Rietdijk2019-09-29
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'staging-next' into stagingDmitry Kalinkin2019-09-25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes eval on darwin after #69072 Tested using maintainers/scripts/eval-release.sh before and after to see that the fix works
| * | | Merge branch 'staging-next' into stagingVladimír Čunát2019-09-24
| |\ \ \
| * \ \ \ gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)Jan Tojnar2019-09-22
| |\ \ \ \ | | | | | | | | | | | | gtk3.setupHook: clear icon-theme.cache in preFixup
| | * | | | treewide: drop adding hicolor-icon-theme where possibleworldofpeace2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
| * | | | | Merge staging-next into stagingFrederik Rietdijk2019-09-19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'staging-next' into stagingJan Tojnar2019-09-18
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2019-09-18
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #67790 from ivan/mpv-ffmpeg-runpathPeter Simons2019-09-16
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mpv, ffmpeg: use addOpenGLRunpath to fix CUDA-accelerated playback
| | * | | | | | | mpv, ffmpeg: use addOpenGLRunpath to fix CUDA-accelerated playbackIvan Kozik2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #67780. Currently, using `mpv --hwdec=nvdec --msg-level=vd=debug` on NVIDIA results in: ``` [vd] Opening decoder hevc [vd] Looking at hwdec hevc-nvdec... Cannot load libcuda.so.1 [vd] Could not create device. [vd] No hardware decoding available for this codec. ``` With just mpv patched, ffmpeg cannot load libnvcuvid.so.1: ``` [vd] Opening decoder hevc [vd] Looking at hwdec hevc-nvdec... [vd] Trying hardware decoding via hevc-nvdec. [vd] Selected codec: hevc (HEVC (High Efficiency Video Coding)) [vd] Pixel formats supported by decoder: vaapi_vld cuda yuv420p10le [vd] Codec profile: Main 10 (0x2) [vd] Requesting pixfmt 'cuda' from decoder. [ffmpeg/video] hevc: Cannot load libnvcuvid.so.1 [ffmpeg/video] hevc: Failed loading nvcuvid. [ffmpeg/video] hevc: Failed setup for format cuda: hwaccel initialisation returned error. ``` With both mpv and ffmpeg patched, it works: ``` [vd] Opening decoder hevc [vd] Looking at hwdec hevc-nvdec... [vd] Trying hardware decoding via hevc-nvdec. [vd] Selected codec: hevc (HEVC (High Efficiency Video Coding)) [vd] Pixel formats supported by decoder: vaapi_vld cuda yuv420p10le [vd] Codec profile: Main 10 (0x2) [vd] Requesting pixfmt 'cuda' from decoder. Using hardware decoding (nvdec). [vd] Decoder format: 3840x2160 cuda[p010] bt.2020-ncl/bt.2020/pq/limited/auto SP=10.000000 CL=unknown (auto 0.000000/0.000000/0.000000) ```
* | | | | | | | | Merge branch 'staging-next'Vladimír Čunát2019-09-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are several security fixes - again, as it consists mainly of the previously reverted staging-next merge.
| * \ \ \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-09-27
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'master' into staging-nextDmitry Kalinkin2019-09-25
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes eval on darwin after #69072 Resolved conflict in pkgs/tools/security/thc-hydra/default.nix Basically had to revert a1c0e10564f9a6281e14d7a7279b8589521e2c48 which adapts #69210 to master that doesn't yet have 329a88efa78126ae7413807ce58000eab49e82d9 Tested using maintainers/scripts/eval-release.sh before and after to see that the fix works
| * | | | | | | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-24
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* | | | | | | | | | minitube: 2.9 -> 3.2Maximilian Bosch2019-09-28
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://flavio.tordini.org/minitube-3-2 https://flavio.tordini.org/minitube-3-1 https://flavio.tordini.org/minitube-3-0
* | | | | | | | | Merge pull request #69394 from esclear/masterAaron Andersen2019-09-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vlc: Add libssh2 as dependency to support sftp inputs
| * | | | | | | | | vlc: Add libssh2 as dependency to support sftp inputsDaniel Albert2019-09-25
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #69403 from worldofpeace/peek/updateworldofpeace2019-09-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | peek: 1.3.1 -> 1.4.0
| * | | | | | | | | peek: add gifski supportworldofpeace2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an optional feature for gif post-processing. It produces much better quality gif. Also added which to PATH with the wrapper, as it's needed to check for these types of programs [0]. [0]: https://github.com/phw/peek/blob/8b48e8847ad6e1c09fde12972b917bc975153c9c/src/utils.vala#L57
| * | | | | | | | | peek: 1.3.1 -> 1.4.0worldofpeace2019-09-25
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build with meson * add gstreamer deps Needed for recording in GNOME shell
* | | | | | | | | clipgrab: 3.8.4 -> 3.8.5R. RyanTM2019-09-26
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipgrab/versions
* | | | | | | | shotcut: improve VAAPI rendering auto-detection some morePeter Simons2019-09-24
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | https://github.com/mltframework/shotcut/issues/771#issuecomment-533842055
* | | | | | | Merge pull request #68946 from volth/escapeJörg Thalheim2019-09-24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | treewide: fix string escapes
| * | | | | | treewide: fix string escapesvolth2019-09-16
| | | | | | |
* | | | | | | Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* | | | | | Merge master into staging-nextFrederik Rietdijk2019-09-19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge pull request #69006 from marsam/fix-mkvtoolnixMario Rodas2019-09-18
| |\ \ \ \ \ | | | | | | | | | | | | | | mkvtoolnix: fix build with clang
| | * | | | | mkvtoolnix: fix build with clangMario Rodas2019-09-17
| | | | | | |
* | | | | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-18
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | shotcut: use vaapi_device /dev/dri/renderD128 instead of ":0"Peter Simons2019-09-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the auto-detection of VAAPI hardware encoders provided by Intel chipsets. Be sure to define hardware.opengl.extraPackages = [pkgs.vaapiIntel]; in configuration.nix to make the necessary OpenGL drivers available.
* | | / / Merge branch 'master' into staging-nextJan Tojnar2019-09-18
|\| | | | | |_|/ / |/| | |
| * | | shotcut: fix bogus path to ffmpeg binaryPeter Simons2019-09-16
| | | |
* | | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-16
|\| | |
| * | | shotcut: update version 19.08.16 to 19.09.14Peter Simons2019-09-16
| |/ / | | | | | | | | | Changelog is at https://shotcut.org/blog/new-release-190914/.
| * | Merge #63643: handbrake: fix build on DarwinVladimír Čunát2019-09-16
| |\ \
| | * | handbrake: enableParallelBuilding = falseVladimír Čunát2019-09-16
| | | | | | | | | | | | | | | | It doesn't build too long anyway, so let's prefer reliability.