summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
Commit message (Collapse)AuthorAge
* Merge pull request #39824 from nschoe/masterMatthew Justin Bauer2018-05-06
|\ | | | | gst-plugins-base: add libopus
| * Add libopus as dependencies to gstreamer base pluginsnschoe2018-05-01
| |
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | | | | | trivial part)
* | gst_all_1: fix botched mergeJan Tojnar2018-04-26
| | | | | | | | 23741692 merged staging incorrectly
* | gst-plugins: fix on DarwinMatthew Bauer2018-04-24
|/
* gst_plugins_base: fix on darwinMatthew Bauer2018-04-23
|
* gstreamer: fix on DarwinMatthew Bauer2018-04-23
|
* Merge master into stagingFrederik Rietdijk2018-04-08
|\
| * gstreamermm: mark linux onlyDaiderd Jordan2018-04-05
| |
* | Merge master into stagingFrederik Rietdijk2018-04-04
|\|
| * gst-plugins-bad: Removes unused depdencyBastian Köcher2018-04-04
| | | | | | | | See: https://bugzilla.gnome.org/show_bug.cgi?id=719849
| * Moves gtksupport from `gst-plugins-good` to `gst-plugins-bad`Bastian Köcher2018-04-04
| |
| * gst-plugins-good: Adds twolame dependencyBastian Köcher2018-04-04
| |
| * Move dependencies from ugly to good as the code movedBastian Köcher2018-04-04
| | | | | | | | See: https://bugzilla.gnome.org/show_bug.cgi?id=774252
| * Switch to absolute path for includedir/libdirBastian Köcher2018-04-04
| |
| * gst-gnonlin: Remove package as it is deprecatedBastian Köcher2018-04-04
| |
| * gst-editing-services: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-vaapi: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-libav: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-rtsp-server: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-plugins-ugly: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-plugins-bad: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-plugins-good: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-plugins-base: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gstreamer: Switch to meson build systemBastian Köcher2018-04-04
| |
| * gst-rtsp-server: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-validate: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-vaapi: 1.12.4 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-libav: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-editing-services: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-plugins-ugly: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-plugins-bad: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-plugins-good: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gst-plugins-base: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
| * gstreamer: 1.12.3 -> 1.14.0Bastian Köcher2018-04-04
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-04-03
|\| | | | | | | | | Conflicts: pkgs/top-level/all-packages.nix
| * Adds myself(bkchr) as maintainer of gst_rtsp_serverBastian Köcher2018-03-30
| |
| * gst-rtsp-server: Init at 1.12.3Bastian Köcher2018-03-30
| |
* | libva: make `libva-full` the defaultJan Malakhovski2018-03-26
| | | | | | | | | | | | It seems that all uses of `libva` it in nixpkgs except `mesa` and itself actually either will gain from using `libva-full` instead of `libva-minimal` by default or simply won't care.
* | treewide: remove libintl hacksMatthew Bauer2018-03-22
|/
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * Merge pull request #35419 from Kaali/masterDaiderd Jordan2018-03-01
| |\ | | | | | | Support mopidy on Darwin
| | * gst-plugins-ugly: Add mpg123 to enable mpg123audiodec in gstreamerVäinö Järvelä2018-02-24
| | | | | | | | | | | | Adds support for MP3 playback.
| | * gst-plugins-bad: Add Darwin supportVäinö Järvelä2018-02-23
| | | | | | | | | | | | | | | Had to remove mjpegtools and Cocoa support because of compile problems.
| * | tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |/
* / treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* gst-plugins-bad: Fix CVE-2016-9447adisbladis2018-01-14
|
* gstreamermm: 1.8.0 -> 1.10.0José Romildo Malaquias2018-01-12
|
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.