about summary refs log tree commit diff
path: root/pkgs/applications/video
Commit message (Collapse)AuthorAge
* Merge pull request #112325 from andresilva/fix-gnomecast-librsvgJan Tojnar2021-02-12
|\ | | | | gnomecast: fix missing pixbuf module
| * gnomecast: set strictDeps to false to run gobject-introspectionAndré Silva2021-02-08
| |
* | Merge pull request #112793 from r-ryantm/auto-update/go-chromecastMario Rodas2021-02-11
|\ \ | | | | | | go-chromecast: 0.2.8 -> 0.2.9
| * | go-chromecast: 0.2.8 -> 0.2.9R. RyanTM2021-02-11
| | |
* | | vlc: replace ffmpeg_3 with ffmpegTredwellGit2021-02-11
|/ /
* | cinelerra: unbreak the build (make compatible with gcc10)Ingo Blechschmidt2021-02-11
| | | | | | | | | | We also take the opportunity to change the source to the current canonical upstream and to do various small cleanups.
* | mkvtoolnix: 51.0.0 -> 53.0.0Emmanuel Rosa2021-02-10
|/
* mlt: update to version 6.24.0Peter Simons2021-02-04
|
* Merge pull request #111841 from r-ryantm/auto-update/shotcutPeter Simons2021-02-04
|\ | | | | shotcut: 20.11.28 -> 21.01.29
| * shotcut: 20.11.28 -> 21.01.29R. RyanTM2021-02-03
| |
* | Merge pull request #111762 from SCOTT-HAMILTON/vokoscreenNGSandro2021-02-04
|\ \ | | | | | | vokoscreenNG: 3.0.5 -> 3.0.8
| * | vokoscreenNG: 3.0.5 -> 3.0.8SCOTT-HAMILTON2021-02-03
| |/
* | Merge pull request #111861 from Moredread/mediathekviewSandro2021-02-04
|\ \ | | | | | | mediathekview: 13.7.0 -> 13.7.1
| * | mediathekview: 13.7.0 -> 13.7.1André-Patrick Bubel2021-02-04
| |/
* / tartube: 2.3.042 -> 2.3.085Lucas Ransan2021-02-04
|/
* treewide: Remove doBuild cause it does not existSandro Jäckel2021-02-02
|
* treewide: xdg_utils -> xdg-utilsBen Siraphob2021-02-01
|
* Merge pull request #111102 from r-ryantm/auto-update/go-chromecastMario Rodas2021-01-28
|\ | | | | go-chromecast: 0.2.7 -> 0.2.8
| * go-chromecast: 0.2.7 -> 0.2.8R. RyanTM2021-01-29
| |
* | obs-studio: 26.0.2 -> 26.1.2 (#111029)Ashlynn Anderson2021-01-29
|/ | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* Merge pull request #110938 from alesguzik/package_obs-gstreamerSandro2021-01-28
|\
| * obs-gstreamer: init at 0.2.1Ales Huzik2021-01-28
| |
* | Merge pull request #110912 from siraben/stdenv-lib-inheritSandro2021-01-27
|\ \ | | | | | | treewide: remove inherited stdenv.lib
| * | treewide: remove inherited stdenv.libBen Siraphob2021-01-27
| |/
* | mediathekview: enable JRE preview optionAndré-Patrick Bubel2021-01-26
| |
* | mediathekview: 13.5.1 -> 13.7.0R. RyanTM2021-01-26
| |
* | treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|/
* obs-move-transition: 2.0.2 -> 2.3.0Tristan Gosselin-Hane2021-01-25
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* vlc: 3.0.11.1 -> 3.0.12tu-maurice2021-01-22
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* go-chromecast: 0.2.6 -> 0.2.7R. RyanTM2021-01-18
|
* droidcam: 1.7 -> 1.7.1R. RyanTM2021-01-18
|
* vlc: add skin support (#109235)Lucas Eduardo2021-01-17
|
* Merge pull request #109545 from kmicklas/mpvaciousSandro2021-01-17
|\
| * mpvScripts.mpvacious: init at 0.12Ken Micklas2021-01-16
| |
* | pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
| |
* | Merge pull request #106589 from freezeboy/update-molotovAnderson Torres2021-01-16
|\ \ | |/ |/| molotov: 4.2.2 -> 4.4.0
| * molotov: 4.2.2 -> 4.4.0freezeboy2020-12-11
| |
* | pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
| |
* | droidcam: 1.6 -> 1.7Сухарик2021-01-13
| |
* | Merge pull request #108951 from erictapen/sub-batch-initSandro2021-01-11
|\ \ | | | | | | sub-batch: init at 0.3.0
| * | sub-batch: init at 0.3.0Justin Humm2021-01-11
| | |
* | | gnomecast: Disable testsSandro Jäckel2021-01-11
| | |
* | | treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* | | Merge master into staging-nextgithub-actions[bot]2021-01-09
|\| |
| * | libplacebo: 2.72.2 -> 3.104.0Michael Weiss2021-01-09
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-01-09
|\| |
| * | makemkv: 1.15.3 -> 1.15.4Daniël de Kok2021-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: * Improved hanbdling of disks with mastering errors. * Seamless joining of TrueHD streams with overlapping frames. * Recognizes and converts double-track Dolby Vision MKV files. * Internal improvements and bugfixes.
* | | Merge branch 'master' into staging-nextJan Tojnar2021-01-08
|\| | | | | | | | | | | zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.