summary refs log tree commit diff
path: root/pkgs/development/libraries/x264
Commit message (Collapse)AuthorAge
* x264: 20170731-2245 -> 20190517-2245; add myself as maintainerTadeo Kondrak2019-05-19
| | | | | | | | | | - yasm has been replaced by nasm - both 10-bit and 8-bit are in the same binary now - patchPhase replaced with postPatch to allow patching with overrides - enableParallelBuilding enabled, long build and doesn't seem to cause issues - dev output added
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* x264: 20160615 -> 20170731Franz Pletz2017-08-01
|
* x264: unset ASThomas Tuegel2017-07-21
| | | | | Commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 sets the environment variable `AS' to the binutils assembler, but x264 needs yasm.
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Update x264 to a recent snapshot (1,5 years update)Lluís Batlle i Rossell2016-06-18
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\
| * videolan.org sources: prefer http://get.videolan.orgVladimír Čunát2016-02-07
| | | | | | | | | | | | | | Some of the original URLs were broken now. It seems that set of mirrors is preferred and faster than the others. In the x264 case the source isn't there so http://download.videolan.org is used instead.
* | x264: split the lib outputVladimír Čunát2015-10-13
|/
* x264: Update metadataSpencer Whitt2015-03-25
|
* x264: Add option to encode videos as bit depth 10Spencer Whitt2015-03-25
| | | | | | | At compile time libx264 must be configured to encode videos in either 8 bit depth or 10 bit depth. It is not possible to compile libx264 to support both bit depths simultaneously. This exposes the bit depth compile option.
* x264: snapshot-20130424-2245-stable -> snapshot-20141218-2245-stableSpencer Whitt2015-03-25
| | | | Update fixes configure error on Darwin
* Change package versions to conform to nixpkgs conventions.Evgeny Egorochkin2013-06-09
|
* x264: upgrade to latest stableMathijs Kwik2013-05-12
|
* Updating ffmpeg/x264/vpxLluís Batlle i Rossell2012-01-30
| | | | svn path=/nixpkgs/trunk/; revision=31937
* * x264 updated to the latest snapshot.Eelco Dolstra2011-07-25
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=27941
* * x264: bump to the latest snapshot to get MPlayer with x264 supportEelco Dolstra2011-04-17
| | | | | | to build. svn path=/nixpkgs/trunk/; revision=26867
* Making the x264 libs build with PIC on non-i686, as it's the only platform I ↵Lluís Batlle i Rossell2010-09-01
| | | | | | know that does not need PIC for shared libraries. svn path=/nixpkgs/branches/stdenv-updates/; revision=23576
* New VLC, ffmpeg, x264 and libvpx all-in-one-rebuild. VP8 support.Lluís Batlle i Rossell2010-06-24
| | | | svn path=/nixpkgs/trunk/; revision=22410
* Adding yasm, and making x264 and xvid codecs be compiled with their assembly ↵Lluís Batlle i Rossell2010-04-30
| | | | | | code svn path=/nixpkgs/trunk/; revision=21470
* Fixing the nixpkgs tarball build: I used 'stdenv.bash', where I should use ↵Lluís Batlle i Rossell2010-04-30
| | | | | | 'stdenv.shell'. svn path=/nixpkgs/trunk/; revision=21453
* Updating x264, and adding x264 support to mplayer and ffmpeg.Lluís Batlle i Rossell2010-04-30
| | | | svn path=/nixpkgs/trunk/; revision=21451
* fix x264 for x64 systems (-fPIC)Marc Weber2008-10-14
| | | | svn path=/nixpkgs/trunk/; revision=13063
* x264 codec lib addedMarc Weber2008-05-22
svn path=/nixpkgs/trunk/; revision=11876