| Commit message (Expand) | Author | Age | Files | Lines |
* | TOOLS/stats-conv: allow passing regex via command line | wm4 | 2015-08-10 | 1 | -1/+4 |
* | TOOLS/lua/autoload: don't run if playlist is loaded | Ricardo Constantino | 2015-08-10 | 1 | -0/+4 |
* | TOOLS/lua: Add zones.lua | Ricardo Constantino | 2015-08-09 | 1 | -0/+74 |
* | old-configure: add dummies for recently added config.h entries | wm4 | 2015-08-05 | 1 | -0/+9 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 1 | -1/+0 |
* | charset_conv: add uchardet support | wm4 | 2015-08-02 | 1 | -0/+2 |
* | audio: remove af_dummy | wm4 | 2015-08-01 | 1 | -1/+0 |
* | old-configure: some adjustments | wm4 | 2015-08-01 | 1 | -2/+2 |
* | TOOLS: remove youtube-starttime.lua | wm4 | 2015-07-29 | 1 | -34/+0 |
* | TOOLS: unbreak osxbundle.py | ChrisK2 | 2015-07-21 | 1 | -1/+1 |
* | TOOLS/zsh.pl: die loudly if mpv fails to run | Philip Sequeira | 2015-07-19 | 1 | -2/+13 |
* | TOOLS: make autodeint detect telecine in parallel | Kevin Mitchell | 2015-07-16 | 1 | -45/+26 |
* | build: don't make version.sh create version.h by default | wm4 | 2015-07-14 | 1 | -4/+4 |
* | vf_vdpaurb: Add a new filter for reading back vdpau decoded frames | Philip Langdale | 2015-07-11 | 1 | -1/+2 |
* | av_log: print FFmpeg version | wm4 | 2015-07-03 | 1 | -0/+6 |
* | vo_x11: remove this video output | wm4 | 2015-06-26 | 1 | -2/+1 |
* | demux_mkv: don't use byte strings | wm4 | 2015-06-24 | 1 | -1/+1 |
* | af_convert24: remove this filter | wm4 | 2015-06-16 | 1 | -1/+0 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 1 | -1/+0 |
* | idet.sh: Support larger files. | Rudolf Polzer | 2015-06-02 | 1 | -1/+1 |
* | vdpau: add support for the "new" libavcodec vdpau API | wm4 | 2015-05-28 | 1 | -1/+1 |
* | video: rename vdpau.c to vdpau_old.c | wm4 | 2015-05-28 | 1 | -1/+1 |
* | TOOLS/lua/status-bar: update use of a deprecated property | wm4 | 2015-05-25 | 1 | -1/+3 |
* | demux_cue: move cue parser to a separate file | wm4 | 2015-05-19 | 1 | -0/+1 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 2 | -3/+3 |
* | TOOLS/stats-conv.py: add another event type | wm4 | 2015-05-11 | 1 | -2/+11 |
* | build: exclude -Wredundant-decls | wm4 | 2015-05-09 | 1 | -1/+1 |
* | old-configure: hide | wm4 | 2015-05-09 | 2 | -0/+1471 |
* | osxbundle: remove unnecessary config file entry | wm4 | 2015-05-01 | 1 | -1/+0 |
* | TOOLS/autoload: load only files that make sense | Marcin Kurczewski | 2015-04-21 | 1 | -0/+30 |
* | TOOLS/autoload: add blank lines for readability | Marcin Kurczewski | 2015-04-21 | 1 | -0/+7 |
* | TOOLS: autoload.lua: sort files case insensitive | wm4 | 2015-04-18 | 1 | -1/+3 |
* | TOOLS/umpv: fix typo in docstring | Adrian Sadłocha | 2015-04-17 | 1 | -1/+1 |
* | OSX/mpv.app/mpv.conf: Use pseudo-gui | robin007bond | 2015-04-13 | 1 | -2/+1 |
* | TOOLS/zsh.pl: complete multiple values for ao, vo, af, vf | Philip Sequeira | 2015-03-31 | 1 | -21/+9 |
* | TOOLS/zsh.pl: cosmetics | Philip Sequeira | 2015-03-31 | 1 | -26/+25 |
* | TOOLS/zsh.pl: use --no-config when calling mpv | Philip Sequeira | 2015-03-31 | 1 | -8/+8 |
* | TOOLS: add a lua scripts for extracting and setting starttime with ytdl | Patrick Hipp | 2015-03-23 | 1 | -0/+34 |
* | TOOLS: add a lua script for a -stay on top only during playback- mode | Patrick Hipp | 2015-03-23 | 1 | -0/+19 |
* | TOOLS: remove youtube-dl_mpv.sh | wm4 | 2015-03-13 | 1 | -22/+0 |
* | demux_mkv: make matroska.pl script output deterministic | wm4 | 2015-03-11 | 1 | -1/+1 |
* | w32_common: support the "window-minimized" property | James Ross-Gowan | 2015-03-09 | 1 | -2/+0 |
* | cocoa: support the "window-minimized" property | Jaime Marquínez Ferrándiz | 2015-03-08 | 1 | -1/+1 |
* | osxbundle: config file special case isn't needed anymore | wm4 | 2015-02-15 | 1 | -0/+0 |
* | ao_coreaudio: add support for hotplug notifications | Stefano Pigozzi | 2015-02-14 | 1 | -0/+5 |
* | player: deprecate 'config' files (use mpv.conf), warn against clashes | wm4 | 2015-02-13 | 1 | -0/+0 |
* | audio: add device change notification for hotplugging | wm4 | 2015-02-12 | 2 | -0/+10 |
* | osxbundle: don't try to package Python | Stefano Pigozzi | 2015-02-02 | 1 | -0/+1 |
* | TOOLS/stats-conv: change unit of X-axis to seconds | wm4 | 2015-02-01 | 1 | -3/+5 |
* | youtube-dl_mpv.sh: unquote ${video_url} | Vítor Galvão | 2015-01-23 | 1 | -1/+1 |
* | youtube-dl_mpv.sh: use curly braces and double quotes consistently | Vítor Galvão | 2015-01-22 | 1 | -8/+8 |
* | TOOLS/zsh.pl: complete options based on types | Philip Sequeira | 2015-01-06 | 1 | -31/+70 |
* | TOOLS/lua/observe-all: add a warning | wm4 | 2015-01-03 | 1 | -0/+4 |
* | TOOLS/lua/autoload: fix behavior with network URLs | wm4 | 2015-01-03 | 1 | -0/+3 |
* | TOOLS/stats-conv: more improvements | wm4 | 2015-01-03 | 1 | -13/+20 |
* | TOOLS/stas-conv: add timed value event type | wm4 | 2015-01-02 | 1 | -0/+8 |
* | TOOLS/stats-conv: better output | wm4 | 2015-01-02 | 1 | -11/+20 |
* | osxbundle: fix cascading config loading | Stefano Pigozzi | 2014-12-26 | 1 | -0/+0 |
* | options: deprecate 'lua' based options/dirs for 'script' | Avi Halachmi (:avih) | 2014-12-15 | 3 | -5/+5 |
* | osxbundle: don't use sed but pure python | Mihai Moldovan | 2014-12-13 | 1 | -1/+3 |
* | cocoa: bundle: use idle=once | Stefano Pigozzi | 2014-12-07 | 1 | -1/+1 |
* | cocoa: use --idle when running inside bundle | Stefano Pigozzi | 2014-12-06 | 1 | -0/+2 |
* | cocoa: save screenshots to desktop when using app bundle | Stefano Pigozzi | 2014-12-05 | 1 | -0/+1 |
* | video: remove internal QP passing | wm4 | 2014-12-03 | 2 | -121/+1 |
* | cocoa: add https:// url scheme to bundle's plist | Stefano Pigozzi | 2014-12-02 | 1 | -0/+1 |
* | cocoa: add mk3d UTI to bundle's plist | Nyx0uf | 2014-12-02 | 1 | -0/+23 |
* | cocoa: split mkv/webm for imported UTI in plist | Nyx0uf | 2014-12-01 | 1 | -0/+20 |
* | lua: add a function that formats Lua values as strings | wm4 | 2014-11-29 | 1 | -8/+2 |
* | TOOLS/lua: add script that pauses playback when minimizing the window | wm4 | 2014-11-29 | 1 | -0/+22 |
* | TOOLS/idet.sh: Adjust for changes in FFmpeg. | Rudolf Polzer | 2014-11-22 | 1 | -5/+1 |
* | umpv: update comment for the new FIFO location | Ben Boeckel | 2014-11-15 | 1 | -1/+1 |
* | demux_mkv: read CueRelativePosition/CueDuration elements | wm4 | 2014-11-05 | 1 | -0/+2 |
* | demux_mkv: implement audio skipping/trimming | wm4 | 2014-11-03 | 1 | -0/+3 |
* | TOOLS/lua/autoload: fix operation outside of working dir | wm4 | 2014-10-26 | 1 | -3/+7 |
* | TOOLS/lua/autoload: don't shadow local variable | wm4 | 2014-10-26 | 1 | -4/+4 |
* | TOOLS/umpv: create FIFO in user directory | wm4 | 2014-10-24 | 1 | -22/+2 |
* | TOOLS/lua: update README.md | Kevin Mitchell | 2014-10-21 | 1 | -9/+2 |
* | TOOLS/lua: remove tabs from some lua scripts | Kevin Mitchell | 2014-10-21 | 3 | -50/+50 |
* | TOOLS/lua: add autodeint.lua | Kevin Mitchell | 2014-10-21 | 1 | -0/+164 |
* | TOOLS/vf_dlopen/ildetect.sh: remove duplicated assigment | shdown | 2014-10-16 | 1 | -1/+0 |
* | TOOLS/umpv: drop unnecessary check | wm4 | 2014-09-24 | 1 | -2/+0 |
* | TOOLS/umpv: use python octal notation | shdown | 2014-09-24 | 1 | -1/+1 |
* | TOOLS/mpv_identify.sh: remove pointless escape | shdown | 2014-09-24 | 1 | -1/+1 |
* | TOOLS/idet.sh: add description | shdown | 2014-09-24 | 1 | -0/+3 |
* | TOOLS/idet.sh: remove unused and duplicated assignments | shdown | 2014-09-24 | 1 | -2/+0 |
* | TOOLS: idet: remove extra '$' in $(()) expansion | Ben Boeckel | 2014-09-21 | 1 | -4/+4 |
* | TOOLS/umpv: make URL detection consistent with mpv method | shdown | 2014-09-20 | 1 | -6/+4 |
* | TOOLS/umpv: print error message to stderr | shdown | 2014-09-20 | 1 | -1/+2 |
* | TOOLS/umpv: use MPV environment variable, not UMPV_OPTIONS | shdown | 2014-09-20 | 1 | -10/+8 |
* | TOOLS/idet.sh: Handle the case of multiple Parsed_idet_0: output lines. | Rudolf Polzer | 2014-09-17 | 1 | -14/+23 |
* | TOOLS: eliminate echoes with variable substitutions | shdown | 2014-09-17 | 2 | -16/+18 |
* | TOOLS/mpv_identify.sh: simplify line-by-line reading | shdown | 2014-09-16 | 1 | -18/+6 |
* | TOOLS/mpv_identify.sh: mark as executable | wm4 | 2014-09-16 | 1 | -0/+0 |
* | TOOLS: idet: use quotes for the verdict value | Ben Boeckel | 2014-09-16 | 1 | -8/+8 |
* | TOOLS: shellcheck: quote variable expansions | Ben Boeckel | 2014-09-16 | 2 | -17/+17 |
* | TOOLS: shellcheck: remove '$' on variables in $(()) expansion | Ben Boeckel | 2014-09-16 | 2 | -9/+9 |
* | TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd) | Ben Boeckel | 2014-09-16 | 1 | -1/+1 |
* | TOOLS: idet: remove unused code | Ben Boeckel | 2014-09-16 | 1 | -9/+0 |
* | TOOLS/zsh.pl: complete options that take file names | Philip Sequeira | 2014-09-13 | 1 | -0/+7 |
* | malloc+memset(0) to calloc | Bruno George de Moraes | 2014-09-05 | 5 | -10/+5 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+1 |
* | TOOLS/mpv_identify.sh: simplify $MPV handling | shdown | 2014-08-30 | 1 | -6/+2 |
* | TOOLS/mpv_identify.sh: various style improvements | shdown | 2014-08-30 | 1 | -32/+27 |
* | TOOLS/mpv_identify.sh: move script body to a function | shdown | 2014-08-30 | 1 | -147/+143 |
* | TOOLS/youtube-dl_mpv.sh: simplify $MPV handling | shdown | 2014-08-30 | 1 | -5/+1 |
* | TOOLS/youtube-dl_mpv.sh: disable globbing before expanding $video_url | shdown | 2014-08-30 | 1 | -0/+1 |
* | TOOLS/youtube-dl_mpv: allow playing multiple URLs | wm4 | 2014-08-29 | 1 | -4/+2 |
* | TOOLS: youtube wrapper: allow overriding mpv binary | wm4 | 2014-08-26 | 1 | -1/+5 |
* | TOOLS/stats-conv.py: improvements | wm4 | 2014-08-19 | 1 | -18/+31 |
* | TOOLS/zsh.pl: protect global environment | Philip Sequeira | 2014-08-17 | 1 | -0/+4 |
* | TOOLS/zsh.pl: fix a ret that hadn't been changed to rc | Philip Sequeira | 2014-08-17 | 1 | -1/+1 |
* | TOOLS/zsh.pl: complete profiles | Philip Sequeira | 2014-08-17 | 1 | -0/+36 |
* | TOOLS/zsh.pl: properly set the return value | Alessandro Ghedini | 2014-08-13 | 1 | -9/+12 |
* | TOOLS/zsh.pl: properly return non-zero when no matches are found | c_14 | 2014-08-13 | 1 | -0/+1 |
* | Move status-line.lua | wm4 | 2014-08-11 | 1 | -0/+69 |
* | TOOLS: add test script for property change notifications | wm4 | 2014-08-02 | 1 | -0/+16 |
* | idet.sh: Fix a typo. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
* | osxbundle: fix detection of user libraries | Tsukasa OMOTO | 2014-07-16 | 1 | -4/+4 |
* | idet.sh: Fix telecine detection. | Rudolf Polzer | 2014-07-15 | 1 | -5/+5 |
* | OS X bundle: Add more imported UTI | Nyx0uf | 2014-07-04 | 1 | -0/+84 |
* | TOOLS/zsh.pl: complete URL schemes based on --list-protocols | Alessandro Ghedini | 2014-07-03 | 1 | -2/+7 |
* | TOOLS/zsh.pl: sort options in reverse order by length | Alessandro Ghedini | 2014-07-03 | 1 | -0/+9 |
* | TOOLS/zsh.pl: untabify | Philip Sequeira | 2014-07-03 | 1 | -26/+26 |
* | TOOLS/zsh.pl: fix _arguments line | Philip Sequeira | 2014-07-03 | 1 | -1/+1 |
* | TOOLS/zsh.pl: don't consume extra arguments | Philip Sequeira | 2014-07-03 | 1 | -10/+18 |
* | TOOLS/zsh.pl: escape all colons in option descriptions | Philip Sequeira | 2014-07-03 | 1 | -1/+1 |
* | TOOLS: add script for generating a zsh completion script | Alessandro Ghedini | 2014-06-08 | 1 | -0/+129 |
* | idet.sh: An alternative to ildetect.sh. | Rudolf Polzer | 2014-05-27 | 1 | -0/+161 |
* | lua: fix compilation with lua 5.2 | wm4 | 2014-05-26 | 1 | -2/+4 |
* | autoload.lua: fix autoloading of files to prepend | wm4 | 2014-05-25 | 1 | -1/+1 |
* | TOOLS: add a Lua script to autoload playlist entries | wm4 | 2014-05-25 | 1 | -0/+69 |
* | osxbundle: fix recursion termination | Tsukasa OMOTO | 2014-05-25 | 1 | -1/+1 |
* | TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle args | Kevin Mitchell | 2014-05-15 | 6 | -13/+13 |
* | TOOLS/mpv_identify.sh: unbreak | wm4 | 2014-05-14 | 1 | -1/+1 |
* | TOOLS/stats-conv: don't crash on empty lines | wm4 | 2014-05-11 | 1 | -0/+3 |
* | TOOLS/stats-conv: draw playloop and AO thread events separately | wm4 | 2014-05-11 | 1 | -0/+5 |
* | osxbundle: split and optimize bundling script | Stefano Pigozzi | 2014-05-09 | 2 | -66/+94 |
* | TOOLS/lua: add cycle-deinterlace-pullup script | Kevin Mitchell | 2014-05-06 | 1 | -0/+56 |
* | TOOLS/lua: conform to whitespace coding-style | Kevin Mitchell | 2014-05-06 | 2 | -24/+24 |
* | TOOLS/lua: use double quotes unless there's a good reason | Kevin Mitchell | 2014-05-04 | 2 | -26/+26 |
* | TOOLS/lua/autocrop: handle case of user hitting hotkey while cropdetection al... | Kevin Mitchell | 2014-05-04 | 1 | -3/+11 |
* | TOOLS/lua: no longer gsub out "lua/" prefix, now that its no longer there | Kevin Mitchell | 2014-05-04 | 2 | -2/+2 |
* | options: rename video-related options/properties | Martin Herkt | 2014-05-04 | 1 | -1/+1 |
* | TOOLS: better documentation of lua scripts | Kevin Mitchell | 2014-04-29 | 3 | -0/+66 |
* | TOOLS: improve autocrop.lua | Kevin Mitchell | 2014-04-29 | 1 | -9/+75 |
* | TOOLS/umpv: make it work with Python 3 (again) | wm4 | 2014-04-29 | 1 | -3/+6 |
* | TOOLS/umpv: don't mangle URLs | wm4 | 2014-04-29 | 1 | -1/+16 |
* | TOOLS/umpv, mpv.desktop: use --no-terminal instead of --really-quiet | wm4 | 2014-04-29 | 1 | -1/+1 |
* | TOOLS/umpv: allow passing 0 files | wm4 | 2014-04-29 | 1 | -2/+1 |
* | TOOLS/umpv: allow passing options | wm4 | 2014-04-29 | 1 | -2/+14 |
* | TOOLS/umpv: make it work with Python 3 | wm4 | 2014-04-29 | 1 | -1/+1 |
* | TOOLS: make youtube-dl_mpv.sh executable | wm4 | 2014-04-28 | 1 | -0/+0 |
* | TOOLS: indent lua scripts by 4 spaces instead of 3 | Kevin Mitchell | 2014-04-27 | 2 | -55/+55 |
* | TOOLS: add lua/drc-control | Kevin Mitchell | 2014-04-27 | 1 | -0/+80 |
* | TOOLS: move autocrop.lua to TOOLS/lua | Kevin Mitchell | 2014-04-27 | 1 | -0/+0 |
* | OS X bundle: add UTImportedTypeDeclarations | Nyx0uf | 2014-04-25 | 1 | -1/+504 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 1 | -0/+88 |
* | TOOLS: vf-metadata: lua cropdetect example script | Kevin Mitchell | 2014-04-13 | 1 | -0/+11 |
* | TOOLS: add script for using mpv with youtube-dl | Nikoli | 2014-04-09 | 1 | -0/+23 |
* | Parse::Matroska::Reader: get rid of `bigrat` | Diogo Franco (Kovensky) | 2014-02-15 | 1 | -17/+20 |
* | umpv: silence mpv terminal output | wm4 | 2014-02-05 | 1 | -2/+4 |
* | umpv: improve description | wm4 | 2014-02-05 | 1 | -9/+11 |
* | umpv: use --force-window | wm4 | 2014-02-05 | 1 | -4/+2 |
* | ildetect: add ILDETECT_FORCE_RUN (if interlacing could not be decided, assume... | Rudolf Polzer | 2013-12-18 | 1 | -1/+7 |
* | osxbundle: use mpv's version.sh instead of osxbundle's | ChrisK2 | 2013-12-09 | 2 | -16/+1 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 2 | -9/+13 |
* | osx bundle: remove embedded fonts.conf | Stefano Pigozzi | 2013-11-14 | 1 | -120/+0 |
* | demux_mkv: fix compiler warnings | wm4 | 2013-11-04 | 1 | -1/+1 |
* | tools: add --no-cache --no-config to mpv_identify.sh | ChrisK2 | 2013-11-03 | 1 | -1/+1 |
* | matroska.pl: Sort the generated struct field list | Diogo Franco (Kovensky) | 2013-11-02 | 1 | -2/ |