summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into divVerent/no-more-submodulesdivVerent/no-more-submodulesRudolf Polzer2013-12-180-0/+0
|\ | | | | | | | | | | Conflicts: ffmpeg mpv
| * Updatewm42013-12-012-0/+0
| | | | | | | | | | By the way, if anyone wonders by ./force-head doesn't work anymore, use the waf-plus-kill-submodules branch.
* | Get rid of submodules.Rudolf Polzer2013-11-247-57/+64
|/
* Updatewm42013-11-082-0/+0
|
* debian: increase compat level for debianization to allow for more build optionsblinxwang2013-11-051-1/+1
|
* fix debian packagingblinxwang2013-11-041-6/+5
|
* update --master: use git pull --rebase.Rudolf Polzer2013-11-041-2/+2
|
* update: Add missing 'git pull' command.Rudolf Polzer2013-11-041-0/+1
|
* ./update script: support extra arguments.Rudolf Polzer2013-11-041-3/+63
| | | | | | --submodule: update to the submodule-registered versions. --master: update to the master branch versions. --release: update to the latest released versions.
* Update mpv and ffmpegwm42013-11-032-0/+0
|
* Update ffmpegwm42013-10-291-0/+0
| | | | This is pretty arbitrary, but it was time.
* Add uninstall targetwm42013-10-251-1/+4
| | | | | | Patch by pfor on IRC, but with the uninstall target added to PHONY too. Untested.
* Update mpvwm42013-10-211-0/+0
|
* Update everythingwm42013-10-163-0/+0
| | | | Switch to mpv 0.2.0.
* Update ffmpeg and libasswm42013-10-072-0/+0
| | | | mpv is still at our latest release.
* Updatewm42013-09-202-0/+0
|
* Updatewm42013-09-152-0/+0
|
* Updatewm42013-09-072-0/+0
|
* Updatewm42013-08-292-0/+0
|
* Updatewm42013-08-242-0/+0
|
* Updatewm42013-08-192-0/+0
|
* Updatewm42013-08-122-0/+0
|
* Updatewm42013-08-052-0/+0
|
* Update libasswm42013-07-191-0/+0
| | | | | This fixes the fribidi include path, so installing fribidi into build_libs should just work and make libass pick it up... I think.
* README: fix rst formatting and github displaywm42013-07-181-4/+7
|
* Update mpvwm42013-07-161-0/+0
|
* Disable building fribidi for nowwm42013-07-152-4/+4
| | | | | | | It completely breaks parallel builds. I couldn't find out how to get "make" not to build fribidi with parallel build enabled.
* Updatewm42013-07-152-0/+0
|
* Update mpvwm42013-07-111-0/+0
|
* force-head: add fribidiTuncer Ayaz2013-07-111-3/+4
|
* Slightly better way to allow custom ffmpeg configurationwm42013-07-092-4/+29
| | | | | This read options from a file named ffmpeg_options and passes them to ffmpeg's configure.
* libass-config: override FRIBIDI_CFLAGSTuncer Ayaz2013-07-061-1/+1
| | | | | | | libass/configure sets FRIBIDI_CFLAGS to "-I$(pwd)/build_libs/include/fribidi" instead of "-I$(pwd)/build_libs/include". As a workaround override FRIBIDI_CFLAGS in scripts/libass-config.
* Add support for building fribidi locallyTuncer Ayaz2013-07-065-4/+23
|
* Updatewm42013-07-052-0/+0
|
* Mention how to get mk-build-depswm42013-06-281-1/+5
|
* Updatewm42013-06-283-0/+0
|
* ffmpeg-config: remove needless --enable-nonfree flag; add example flagsRudolf Polzer2013-06-211-1/+6
| | | | | | This removes the needlessly enabled --enable-nonfree flag, and also adds commented out lines to add libx264, libmp3lame and libfdk_aac support to the ffmpeg used for building mpv.
* Updatewm42013-06-153-0/+0
|
* Updatewm42013-06-012-0/+0
|
* debian: update some MPlayer leftoverswm42013-05-232-23/+20
| | | | The mime file is probably incomplete/broken anyway.
* Updatewm42013-05-232-0/+0
|
* Updatewm42013-05-151-0/+0
|
* Updatewm42013-05-142-0/+0
|
* Updatewm42013-05-122-0/+0
| | | | | In case someone reads this: this comes with lots of changes concerning multi-channel audio handling. Bugs are possible.
* Updatewm42013-05-102-0/+0
|
* Update mpvwm42013-04-301-0/+0
|
* Updatewm42013-04-272-0/+0
|
* Update ffmpegwm42013-04-131-0/+0
|
* Add force-head script, which throws away everything and uses masterwm42013-04-132-0/+26
| | | | | The script is intentionally not marked +x. The hasbang is just for making clear that it's a shell script.
* Update mpv and libasswm42013-04-132-0/+0
|
* Update mpvwm42013-04-081-0/+0
|
* Update mpvwm42013-04-021-0/+0
|
* Updatewm42013-04-023-0/+0
|
* Enable libavresample by defaultwm42013-04-011-1/+1
|
* Add git submodule sync to updatewm42013-04-011-0/+1
| | | | | To make existing repos actually change the URL. No idea why this is needed.
* Switch libass repo to google'swm42013-04-011-1/+2
| | | | Both are official, but repo.or.cz likes crapping out.
* Updatewm42013-03-223-0/+0
| | | | Back to ffmpeg git master.
* Update mpvwm42013-03-132-1/+1
| | | | | Also add --disable-doc to the ffmpeg options. They're useless and make the local installation slightly slower.
* Some more improvements to README.rst and debian/controlwm42013-03-113-11/+31
|
* Oops.wm42013-03-101-1/+2
|
* Minor improvements to README.rst and debian/controlwm42013-03-102-2/+23
|
* Updatewm42013-03-092-0/+0
| | | | ffmpeg is not quite git HEAD - it's the last version before The Big Mess.
* Update mpvwm42013-03-021-0/+0
|
* Updatewm42013-02-212-0/+0
|
* Update mpvwm42013-02-072-1/+1
|
* Change README to .rstwm42013-02-011-3/+29
|
* Update mpvwm42013-02-011-0/+0
|
* Update mpv (libcdio compatibility)wm42013-01-241-0/+0
| | | | Fixes compilation failure with newer libcdio versions.
* Add a basic dh-based debian directorywm42013-01-2311-1/+72
| | | | Merges pull request #1.
* Updatewm42013-01-233-0/+0
|
* Updatewm42013-01-062-0/+0
| | | | | | Note: --osd-font-size (and similar options) don't affect unstyled subtitles anymore. Now you have to use --sub-text-font-size etc. to change the appearance of unstyled subtitles.
* Updatewm42012-12-292-0/+0
|
* Update mpvwm42012-12-051-0/+0
| | | | Fixes crash when switching to vobsubs.
* Update mpv and ffmpegwm42012-12-055-10/+26
| | | | | | | | | | | | | | | | | | | | | | | Major user-visible changes: - OSD overhaul: remove some of the old OSD/sub options, which did not or barely worked, and add new options that work properly. The OSD font is now slightly more configureable as well. Look for options starting with --osd-... on the manpage. - Image subtitles (like DVD/vobsubs) are rendered in color (disable with --sub-gray), and image subtitle placement is a bit more correct. - The 's' key now takes screenshots with subtitles by default, and 'shift+s' takes screenshots without subtitles. (Assumes you don't have a custom input.conf, or that your input.conf doesn't overrides these keys.) - vo_xv can now take screenshots without OSD or subtitles natively. It doesn't framestep anymore in certain situations (e.g. playing with OSD on screen -> pausing -> toggling fullscreen -> vo_xv used to play one video frame and some audio to redraw the OSD). (Subtitle colors should be more correct as well and behave the same as with vo_opengl and vo_vdpau.) - Show video title in window title instead on the console when streaming with libquvi. - Encoding audio breakage with newer ffmpeg versions has been fixed.
* Fix compilation on systems where autoconf will use lib64 instead of libwm42012-10-231-1/+1
| | | | | | | | | | | At least on openSUSE 12.2 x86_64, autoconf will install libass' library files into build_libs/lib64. Since we set PKG_CONFIG_PATH to build_libs/lib/pkgconfig, mpv compilation won't find the libass.pc file. Even worse, if libass is globally installed too, mpv will still use the local libass headers in build_libs/include, while linking with the globally installed libass. Fix by forcing autoconf always to use build_libs/lib.
* Update (some bug fixes)wm42012-10-231-0/+0
|
* Updatewm42012-10-172-0/+0
|
* Update (fix DTS failure)wm42012-10-152-0/+0
|
* Updatewm42012-10-132-0/+0
|
* Initial commitwm42012-10-1310-0/+95
This is based on mplayer-git [1], except that it doesn't need Python. Some features, such as specifying custom options, are not available, but these should be considered out of the scope of the basic build wrapper. [1] http://repo.or.cz/w/mplayer-build.git