about summary refs log tree commit diff
path: root/pkgs/tools/video
Commit message (Collapse)AuthorAge
* rav1e: fix meta.homepage evaluationVladimír Čunát2020-06-13
| | | | It was broken by e3fa38ec1.
* rav1e: 0.3.2 -> 0.3.3Michael Weiss2020-06-13
| | | | | | | | | | The Cargo.lock file is not included in the master branch but it is currently added for the releases (e.g. [0]). Since the GitHub deploy action currently fails for other reasons [1] we should use the Cargo.lock from the repository instead. [0]: https://github.com/xiph/rav1e/commit/80573d2bf733494b69c27cc3fd87f4b31e71d1d1 [1]: https://github.com/xiph/rav1e/issues/2373
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* rav1e: 0.3.1 -> 0.3.2Michael Weiss2020-05-29
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* buildPython*: use pnameFrederik Rietdijk2020-03-30
|
* rav1e: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-08
|
* rav1e: 0.3.0 -> 0.3.1Michael Weiss2020-02-20
| | | | Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.1
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* rav1e: 0.2.1 -> 0.3.0Michael Weiss2020-02-07
| | | | Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.0
* bento4: 1.5.1-628 -> 1.5.1-629R. RyanTM2020-01-05
|
* rav1e: 0.2.0 -> 0.2.1Michael Weiss2020-01-04
| | | | Changelog: https://github.com/xiph/rav1e/releases/tag/v0.2.1
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: installTargets is a listRobin Gloster2019-12-30
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* rav1e: init at 0.2.0Michael Weiss2019-12-19
|
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * rtmpdump: 2015-12-30 -> 2019-03-30Ben Wolsieffer2019-08-31
| |
| * rtmpdump: fix build with OpenSSL 1.1Ben Wolsieffer2019-08-31
| |
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gopro: init at 1.0Jonathan Ringer2019-08-02
|
* atomicparsley: remove cf-privateDaiderd Jordan2019-07-03
|
* atomicparsley: fix crossRobin Gloster2019-05-02
|
* mjpegtools: move defaults to package fileJan Malakhovski2019-02-03
|
* bento4: 1.5.1-627 -> 1.5.1-628R. RyanTM2019-01-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bento4/versions
* Merge branch 'master' into staging-nextVladimír Čunát2019-01-10
|\
| * bento4: 1.5.1-624 -> 1.5.1-627Orivej Desh2019-01-08
| |
* | treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|/
* bento4: fix licenseOrivej Desh2018-12-21
| | | | | | The documentation says GPL2, and the source files also say "or any later version". https://www.bento4.com/about/ https://github.com/axiomatic-systems/Bento4/blob/v1.5.1-624/Source/C++/CApi/Bento4C.h
* vncrec: use imake setup hookMatthew Bauer2018-11-28
|
* atomicparsley: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in nsfile.o objc-class-ref in nsimage.o ld: symbol(s) not found for architecture x86_64
* bento4: init at 1.5.1-624 (#47632)Felix Richter2018-10-18
|
* flvtool2: add licensesMarkus Kowalewski2018-09-12
|
* vnc2flv: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* vncrec: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz2018-04-30
| | | | | | | | | | | | | | "platforms.gnu" has been linux-only since at least 17.03: $ nix eval -f channel:nixos-17.03 lib.platforms.gnu [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ] Unlike platforms.linux, platforms.gnu indicates "must use glibc" which for the most part is not intended. Replacing platforms.gnu with platforms.linux would be the same "today" but let's err on preserving existing behavior and be optimistic about platforms these packages work on.
* untrunc: init at 2018.01.13Erik Arvstedt2018-03-01
|
* ruby: remove unsupported versions (#34927)zimbatm2018-02-14
| | | | | | | * remove EOL ruby versions for security and maintenance reasons. * only expose ruby_MAJOR_MINOR to the top-level. we don't provide guarantees for the TINY version. * mark all related packages as broken * switch the default ruby version from 2.3.x to 2.4.x
* ruby treewide: don't merge source into top-levelAneesh Agrawal2018-01-04
| | | | | | | | | | | Keep the `source` attrset distinct to prevent its entries from merging with the top level attrs. Since each type of source has a different set of entries for `source`, this is the easiest way to keep them together. This will pave the way for a new `url` type of source. This is a mass-rebuild of many ruby packages, notably those using `git` type sources.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* swfmill: Fix build on GCC 6Tuomas Tynkkynen2017-09-14
| | | | https://hydra.nixos.org/build/60900173
* dvgrab: 3.5 -> 2016-05-16Jörg Thalheim2017-08-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* atomicparsley: 0.9.0 -> 0.9.6Peter Jones2017-04-14
|
* atomicparsley: fix build with llvm 4Daiderd Jordan2017-03-21
|
* rtmpdump: Use multiple outputsEelco Dolstra2017-03-20
| | | | This reduces the runtime closure size from 80 to 23 MiB.
* rtmpdump: 2015-01-15 -> 2015-12-30Michael Raskin2017-02-09
|