summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg-full
Commit message (Collapse)AuthorAge
* ffmpeg-full: 4.2.1 -> 4.2.2zowoq2020-01-04
|
* Merge pull request #74331 from yurkobb/ffmpeg-full-jackSarah Brofeldt2019-12-07
|\ | | | | ffmpeg-full: enable jack
| * ffmpeg-full: enable jackYury Bulka2019-11-27
| |
* | Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk2019-12-05
| | | | | | | | | | | | I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
* | treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|/
* ffmpeg-full: disable libvmaf for isAarch64Mario Rodas2019-10-25
|
* ffmpeg-full: Add lbvmaf supportCarlos Fernandez Sanz2019-10-08
|
* ffmpeg_4, ffmpeg_full: 4.2 -> 4.2.1Vladimír Čunát2019-09-14
| | | | Fixes #68561 CVE-2019-15942.
* treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen2019-08-31
| | | | | | | | | | | | | | * freetype: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes freetype not being overridable to have static libs. * treewide: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes these packages not being overridable to have static libs.
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * ffmpeg-full: Disable libmfx and nvenc on AArch64 to fix the buildMichael Weiss2019-08-23
| | | | | | | | | | The AArch64 build was failing since 2019-03-26: https://hydra.nixos.org/build/98821440
| * ffmpeg-full: 4.1.4 -> 4.2Michael Weiss2019-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog Configuration flag changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/n4.1.4..n4.2:/configure Ignored new configuration flags: --enable-libaribb24 enable ARIB text and caption decoding via libaribb24 [no] --enable-pocketsphinx enable PocketSphinx, needed for asr filter [no] --enable-cuda-nvcc enable Nvidia CUDA compiler [no] --disable-cuda-llvm disable CUDA compilation using clang [autodetect] --disable-msa2 disable MSA2 optimizations The renamed and removed configuration options where not used. I've added a patch to prefer libdav1d over libaom, as libaom wasn't even able to play my sample videos for AV1 (apart from the reduced performance, at least in theory).
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* ffmpeg{_4,-full}: 4.1.3 -> 4.1.4 (security)Vladimír Čunát2019-07-30
| | | | Fixes #64656 CVE-2019-13312 CVE-2019-13390.
* Merge branch 'master' into staging-nextVladimír Čunát2019-07-15
|\ | | | | | | Hydra nixpkgs: ?compare=1530372
| * ffmpeg-full: Fix on Darwin (PR #63643)Benjamin Esham2019-07-13
| |
* | ffmpeg-full: remove cf-privateDaiderd Jordan2019-07-03
|/
* ffmpeg-full: fix the build phaseVladimír Čunát2019-05-11
| | | | | | | | | | | I was surprised the build is so slow, and I see it's single-threaded due to all work being done in install phase :-/ Please, do *not* rewrite phases unless you're really confident it's a good approach; typically postFoo and preFoo is much better. I considered filing this ffmpeg-related string of changes as a PR, but in the end it doesn't seem likely to need review and we have too many PRs as it is...
* ffmpeg-full: enable nvenc by defaultVladimír Čunát2019-05-11
| | | | | It's called "full", after all, and nvenc seem quite cheap actually. Also remove an unused parameter.
* nvenc: remove obsolete nvidia-video-sdkJorge Acereda2019-05-11
| | | | (cherry picked from commit b869a42ddb02a3ad6eb812a52400e0603b578bbb)
* ffmpeg-full: nvenc doesn't imply nonfree licensingJorge Acereda2019-05-11
| | | | (cherry picked from commit ce211e68396e7cfe0897586ae38b0e5fb268f09b)
* ffmpeg-full: 4.1.2 -> 4.1.3Vladimír Čunát2019-05-11
|
* Merge pull request #57758 from midchildan/add-mediasdkMatthew Bauer2019-03-25
|\ | | | | intel-media-sdk: init at 18.4.1
| * ffmpeg-full: add libmfx support with intel-media-sdkmidchildan2019-03-17
| |
* | ffmpeg-full: 4.1.1 -> 4.1.2Will Dietz2019-03-24
|/
* ffmpeg-full: fix darwin build (#57342)Mario Rodas2019-03-12
|
* ffmpeg-full: 4.1 -> 4.1.1R. RyanTM2019-03-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ffmpeg-full/versions
* Merge #52444: ffmpeg{_3_4,_4,-full}: updatesVladimír Čunát2019-01-19
|\
| * ffmpeg-full: use cf-private to fix Darwin buildWill Dietz2018-12-31
| |
| * ffmpeg-full: added missing libXext dep, needed for 'xlib' supportWill Dietz2018-12-28
| |
| * ffmpeg{_4,-full}: 4.0.3 -> 4.1Will Dietz2018-12-28
| |
| * ffmpeg-full: 4.0.2 -> 4.0.3Will Dietz2018-12-28
| |
* | nv-codec-headers: bring package to top-levelAnton-Latukha2019-01-05
|/
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* ffmpeg_4, ffmpeg-full: 4.0.1 -> 4.0.2Cray Elliott2018-08-01
|
* ffmpeg-full: add AV1 encoder with libaom (#43789)kiloreux2018-08-01
|
* Merge pull request #43641 from jfrankenau/ffmpeg-libmysofaSilvan Mosberger2018-07-25
|\ | | | | libmysofa: init at 0.6 and enable in ffmpeg-full
| * libmysofa: init at 0.6 and enable in ffmpeg-fullJohannes Frankenau2018-07-16
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |
* | ffmpeg_4, ffmpeg-full: 4.0 -> 4.0.1 (security)Vladimír Čunát2018-07-15
| | | | | | | | | | https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/e049f7c24f:/Changelog http://ffmpeg.org/security.html claims it fixes CVE-2018-12458..12460
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-05-16
|\ \ | | | | | | | | | | | | | | | Conflicts: pkgs/tools/networking/telnet/default.nix pkgs/top-level/aliases.nix
| * | ffmpeg-full: 3.4.2 -> 4.0Cray Elliott2018-05-14
| | | | | | | | | | | | | | | init local package nv-codec-headers, which are external nvidia headers, now used when nvenc is enabled
* | | misc video players: Clean up crossJohn Ericson2018-05-10
|/ /
* | Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into ↵John Ericson2018-05-10
|\ \ | | | | | | | | | lib-platform-simplify
| * | ffmpeg-full: Enable vo-amrwbenc (#37432)Adam Copp2018-04-17
| | |
* | | treewide: Get rid of `*Platform.arch`John Ericson2018-05-10
|/ / | | | | | | Use `parsed.cpu.name` or `platform.gcc.arch` instead.
* / treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* ffmpeg, ffmpeg-full: 3.4.1 -> 3.4.2Cray Elliott2018-02-18
|
* ffmpeg, ffmpeg-full: 3.4 -> 3.4.1Cray Elliott2017-12-17
| | | | also remove CVE patch, it is upstream in v3.4.1
* Merge branch 'master' into stagingVladimír Čunát2017-11-28
|\