summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg
Commit message (Collapse)AuthorAge
* ffmpeg: remove 0.11 and replace by 0.10Vladimír Čunát2015-06-11
| | | | | That branch is better supported, and 0.11 only had one user - minidlna still builds
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* ffmpeg: include networking supportcodyopel2015-05-28
| | | | add networking support to the default build, required by mpv
* ffmpeg(-full): 2.6.2 -> 2.6.3codyopel2015-05-20
|
* ffmpeg: update branchescodyopel2015-05-16
| | | | | | | ffmpeg_0_10: 0.10.15 -> 0.10.16 ffmpeg_2_2: 2.2.13 -> 2.2.15 ffmpeg_2_6: 2.6.1 -> 2.6.2 ffmpeg-full: 2.6.1 -> 2.6.2
* remove all references to `stdenv.cc.cc.is{GNU,Clang}`Eric Seidel2015-05-11
| | | | | use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be defined.
* ffmpeg: refactor, ffmpeg -> ffmpeg-full & add ffmpeg (minimal)codyopel2015-04-07
| | | | | | | | | + adds a minimal dependency version of ffmpeg as the default + the current ffmpeg changes have been moved to ffmpeg-full + ffmpeg default 2.5 -> 2.6 + removed ffmpeg 0.5 & 2.5 (unused versions) Close #7160.
* ffmpeg: Reduce dependency bloatEelco Dolstra2015-04-01
| | | | | | | | | It was depending on Qt, MariaDB and PostgreSQL (via v4l-utils), causing the closure size to explode from 475 MB to 1.3 GB. http://hydra.nixos.org/job/nixpkgs/trunk/ffmpeg.x86_64-linux#tabs-charts Also disabled a bunch of other mostly obscure dependencies.
* ffmpeg: improve cross platform support & fix licensing issues, resolves #7013codyopel2015-03-29
| | | | | | | | | | | + Removed asserts for (l)gpl & (l)gpl3 making it easier to enable and disable all (l)gpl & (l)gpl3 portions + Fix build inputs so that nonfree software isn't pulled in when building ffmpeg + Fix compiler on systems with clang + Disable libraries that fail on darwin until they can be fixed + Fix linux only build inputs so that they aren't pulled in on other platforms + Fix optional build inputs + Opencv causes circular dependency issues so it is disabled until it can be resolved
* ffmpeg: add new branch 2.6.1 (no switching yet)Vladimír Čunát2015-03-18
| | | | | | | | | /cc maintainers @codyopel, @fuuzetsu. Release notes don't indicate any new options or dependencies. http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.6 APIchanges looks like we should be able to replace 2.5 by 2.6 without anything breaking (belongs to staging and needs some testing).
* pkgs/development/libraries/ffmpeg/generic.nix: don't insert faac into ↵Peter Simons2015-03-09
| | | | | | buildInputs unconditionally This is a hot-fix to mitigate https://github.com/NixOS/nixpkgs/issues/6727.
* ffmpeg: refactor to genericcodyopel2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * migrate some branches from ffmpeg.config.<optional>, now allows version specific configuration * Added optionals for most features * Added qt-faststart executable * Licensing corrections * Added dependencies + celt + faad2 + flite + frei0r-plugins + fribidi + game-music-emu + gsm + jack2 + ladspa-sdk + libavc1394 + libbluray + libbs2b + libcaca + libmodplug + libogg + libraw1394 + libssh + libwebp + libxcb + lzma + openal + opencl + opengl + openh264 + openjpeg + openssl + pulseaudio + rtmpdump + samba + soxr + v4l-utils + vid.stab + wavpack + libX11 + libXv + wavpack + x265 + xavs + xvidcore + zeromq * Outlines support for: (unpackaged/broken dependencies) + aacplus + avisynth + crystalhd + blackmagic-design-desktop-video + flite + ilbc + libavc1394 + libcdio-paranoia + libiec61883 + libmfx + libnut + nvenc (nvidia) + opencl + opencore-amr + openh264 + oss + libquvi + schroedinger + shine + twolame + utvideo + vo-aacenc + vo-amrwbenc + zvbi
* ffmpeg: update 2.5.3 to 2.5.4Nathaniel Baxter2015-02-22
|
* ffmpeg-2.2: update (still used by vlc)Vladimír Čunát2015-02-05
|
* ffmpeg: update from 2.5.1 to 2.5.3, potentially fixes CVE-2014-9602, ↵Mateusz Kowalczyk2015-01-23
| | | | CVE-2014-9603, CVE-2014-9604
* ffmpeg: maintenance update 2.5 -> 2.5.1Vladimír Čunát2014-12-16
|
* ffmpeg_2_3: use 2.2 instead of 2.3Vladimír Čunát2014-12-16
| | | | 2.3 branch is unmaintained and was critically vulnerable (I thank to monitor).
* ffmpeg: update from 2.4.4 to 2.5 (close #5279)Mateusz Kowalczyk2014-12-10
|
* ffmpeg: update from 2.4.3 to 2.4.4Mateusz Kowalczyk2014-12-03
|
* ffmpeg/1.x: Update to 1.2.10 (close #5215)Rüdiger Sonderfeld2014-12-03
|
* ffmpeg: 2.4.2 -> 2.4.3Mateusz Kowalczyk2014-11-03
|
* ffmpeg: 1.2.8 -> 1.2.9William A. Kennington III2014-10-17
|
* ffmpeg: update from 2.4.1 to 2.4.2Mateusz Kowalczyk2014-10-06
|
* ffmpeg-1: meta.branchMateusz Kowalczyk2014-09-30
|
* ffmpeg_0_10: update from 0.10.14 to 0.10.15Mateusz Kowalczyk2014-09-30
| | | | cc @lovek323
* ffmpeg-0.6: branch infoMateusz Kowalczyk2014-09-30
|
* Add a few meta.branch to please monitorMateusz Kowalczyk2014-09-30
|
* vlc: Add ffmpeg version 2.3.x for vlc.Nathaniel Baxter2014-09-27
| | | | | | | Vlc doesn't support libavcodec >= 56 yet, which means it needs an older version of ffmpeg. Closes #4286
* ffmpeg: update from 2.3.3 to 2.4.1Mateusz Kowalczyk2014-09-26
|
* Add myself as a maintainer to a bunch of packages.Moritz Ulrich2014-09-04
|
* ffmpeg_1: update from 1.2.7 to 1.2.8Moritz Ulrich2014-09-04
|
* ffmpeg: update to 2.3.3Mateusz Kowalczyk2014-08-29
|
* ffmpeg: maintenance updateVladimír Čunát2014-08-14
|
* Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra2014-08-08
|
* ffmpeg: major update 2.2.4 -> 2.3Vladimír Čunát2014-07-20
| | | | It's claimed to be fully API-compatible update.
* ffmpeg{_2,_1,_0_10}: minor updateVladimír Čunát2014-06-30
|
* mpd: fix build on darwinJason "Don" O'Conal2014-05-21
|
* Update ffmpeg to 2.2.2Chris Double2014-05-08
|
* Add subtitle option for ffmpeg.Sterling Stein2014-04-25
|
* ffmpeg 2.1.4 -> 2.2.1Thomas Tuegel2014-04-16
|
* ffmpeg (0.10): minor updateVladimír Čunát2014-03-17
| | | | | | | (cherry picked from commit 9951478c40330b7cf7918ce93c7d242d99ffcd05) Conflicts: pkgs/development/libraries/ffmpeg/0.10.nix
* ffmpeg_1: update from 1.2.4 to 1.2.6Evgeny Egorochkin2014-03-08
|
* ffmpeg_0_10: update from 0.10.10 to 0.10.11Evgeny Egorochkin2014-03-08
|
* ffmpeg_2: update 2.1.1 -> .4, fixing CVE-2014-209{7,8,9}Vladimír Čunát2014-03-05
|
* Updating libvpx to 1.3.0, and making ffmpeg include vpxLluís Batlle i Rossell2014-01-20
| | | | | I don't think there is any reason not to have vpx there. It's part of webm.
* ffmpeg: adding gnutls supportLluís Batlle i Rossell2014-01-15
| | | | I also take out the useless 'openssl' I added by error to mpv.
* ffmpeg: configurable.nix -> 2.x.nixEelco Dolstra2014-01-07
|
* ffmpeg: make fdk-aac support configurableThomas Tuegel2014-01-05
|
* ffmpeg: add configurableThomas Tuegel2014-01-05
|
* ffmpeg: switch to default versioning-schemeMathijs Kwik2013-12-23
|