summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg: update from 3.2.4 to 3.3.2Boris Pek2017-07-201-4/+2
|
* more URL updatesViktor Szakats2017-03-101-4/+4
|
* ffmpeg: update from 3.2.1 to 3.2.4Boris Pek2017-02-171-2/+2
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+1
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* ffmpeg: update from 3.1.1 to 3.2.1Boris Pek2016-12-021-2/+2
|
* move index.html to docs/Boris Nagaev2016-08-271-1/+1
| | | | See https://github.com/mxe/mxe/issues/1500
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* ffmpeg: update from 3.0 to 3.1.1Boris Pek2016-07-081-2/+2
|
* ffmpeg: update to 3.0Avi Halachmi (:avih)2016-02-151-4/+3
| | | | Also, ffmpeg doesn't support libvo-aacenc anymore.
* Update ffmpegTimothy Gu2016-01-061-2/+2
|
* Update ffmpegTimothy Gu2015-11-261-2/+2
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* ffmpeg: updateTimothy Gu2015-07-271-2/+2
|
* eigen/ffmpeg: updateTimothy Gu2015-07-061-2/+2
|
* ffmpeg: UpdateTimothy Gu2015-06-191-2/+2
| | | | Fixes #692.
* ffmpeg: update to 2.6.2Avi Halachmi (:avih)2015-04-141-2/+2
|
* ffmpeg: update to 2.5.4Avi Halachmi (:avih)2015-02-181-2/+2
|
* ffmpeg: Update and link as console applicationTimothy Gu2014-12-111-2/+3
| | | | | | | | | SDL and libcaca automatically adds `-mwindows`, treating the ffmpeg.exe as a GUI application while at the same time making stderr go to NUL. Found-by: Bill Westrup <wwestrup@vsscorp.com> See: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-12/msg00018.html Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update various packages (tested on i686-w64-mingw32.static)Tony Theodore2014-12-011-2/+2
| | | | | | | ffmpeg flac gdk-pixbuf glew glib graphicsmagick ilmbase imagemagick libffi libftdi1 libircclient libmicrohttpd libpaper librsvg libtool libwebp libxml++ libxml2 mpg123 mxml nlopt oce openblas opencv opusfile pfstools poco poppler primesieve x264 xine-lib
* ffmpeg: UpdateTimothy Gu2014-11-131-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-10-081-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-10-011-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-08-311-3/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "bzip2, ffmpeg: Intentionally make download URLs incorrect"Timothy Gu2014-08-311-2/+2
| | | | This reverts commit 858b2886bc4904d4279f389162575f99023941fa.
* bzip2, ffmpeg: Intentionally make download URLs incorrectTimothy Gu2014-08-311-2/+2
| | | | | | | This is to test the new download server issue system. This should not impact actual users as the fallback S3 server is still operational. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: Fix secondary URLTimothy Gu2014-08-301-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: enable vidstabTimothy Gu2014-08-161-1/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: enable libcacaTimothy Gu2014-08-031-3/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-07-221-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-06-301-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add legal comment about fdk-aacTimothy Gu2014-04-261-0/+5
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Update package ffmpegTimothy Gu2014-04-121-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: rework update scriptTimothy Gu2014-03-111-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package ffmpeg: add missing native yasm dependencyTony Theodore2014-03-091-1/+2
|
* Package ffmpeg: Fix generation of --arch param.Tobias Gruetzmacher2014-03-081-2/+1
| | | | | GNU Make's patsubst does strange things (aka. nothing at all) when there are dots in the text it should replace...
* ffmpeg: update to 2.1.4Timothy Gu2014-02-241-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libbluray: update and fix update scriptTimothy Gu2014-02-231-1/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: enable gnutlsTimothy Gu2014-02-231-1/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: delete some useless configure optionsTimothy Gu2014-02-231-5/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: update to 2.1.3Timothy Gu2014-02-231-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* various packages: enable shared buildsTony Theodore2014-02-101-1/+3
|
* package ffmpeg: fix ignored versionTony Theodore2014-01-311-1/+1
|
* package ffmpeg: Update target now handle FFmpeg 2.x versionsTuukka Pasanen2014-01-281-1/+1
|
* package ffmpeg: New version 2.1.1Tuukka Pasanen2014-01-281-2/+2
|
* Merge pull request #296 from TimothyGu/libnutTony Theodore2014-01-021-2/+1
|\ | | | | Delete package libnut
| * Delete package libnutTimothy Gu2013-12-311-2/+1
| | | | | | | | | | | | It is buggy and is abandoned by upstream. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | ffmpeg: enable libavresample buildingTimothy Gu2013-12-291-1/+2
|/ | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package ffmpeg: use $(SORT) variableTony Theodore2013-12-041-1/+2
|
* ffmpeg: update to 1.2.4Timothy Gu2013-11-291-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>