| Commit message (Expand) | Author | Age | Files | Lines |
* | manpage: lua: separate "advanced" functions into a separate section | wm4 | 2014-04-12 | 1 | -4/+10 |
* | lua: make it easier to integrate with foreign event loops | wm4 | 2014-04-12 | 1 | -0/+20 |
* | lua: wrap mpv_get_wakeup_pipe() | wm4 | 2014-04-12 | 1 | -0/+4 |
* | video: add VapourSynth filter bridge | wm4 | 2014-04-12 | 1 | -0/+47 |
* | manpage: fix --vf=scale options | James Ross-Gowan | 2014-04-11 | 1 | -3/+3 |
* | manpage: document how the client API retrieves the complicated properties | wm4 | 2014-04-11 | 1 | -0/+82 |
* | lua: add a minor helper function | wm4 | 2014-04-10 | 1 | -0/+4 |
* | cache: allow resizing at runtime | wm4 | 2014-04-09 | 1 | -0/+12 |
* | manpage: --ad-spdif-dtshd=yes works now | wm4 | 2014-04-08 | 1 | -1/+2 |
* | vd_lavc: by default, do not show corrupt frames | wm4 | 2014-04-08 | 1 | -1/+1 |
* | client API: avoid redundant property change events if possible | wm4 | 2014-04-08 | 1 | -5/+9 |
* | lua: add API for observing property changes | wm4 | 2014-04-08 | 1 | -0/+22 |
* | remove redundant/outdated line from encodeing.rst:"what works" | Kevin Mitchell | 2014-04-03 | 1 | -1/+0 |
* | lua: give more control over timers | wm4 | 2014-04-02 | 1 | -5/+17 |
* | lua: add mp.unregister_event() function | wm4 | 2014-04-01 | 1 | -0/+5 |
* | DOCS/encoding: make "What does not work yet" a proper RST section | wm4 | 2014-04-01 | 1 | -0/+1 |
* | vo_opengl, cocoa: allow to autoselect a color profile | Stefano Pigozzi | 2014-03-31 | 1 | -0/+7 |
* | command: allow changing filters before video chain initialization | wm4 | 2014-03-30 | 1 | -0/+6 |
* | command: change what the metadata property returns | wm4 | 2014-03-30 | 1 | -3/+9 |
* | manpage: remove misleading description for --ontop | Stefano Pigozzi | 2014-03-29 | 1 | -2/+1 |
* | manpage: osc: document some recent additions | wm4 | 2014-03-20 | 1 | -0/+27 |
* | manpage: clarify what to pass to --hwdec-codecs option | wm4 | 2014-03-20 | 1 | -1/+3 |
* | manpage: mark disc-title as writeable | wm4 | 2014-03-18 | 1 | -2/+3 |
* | changes.rst: add dvd://1 -> dvd://0 change | wm4 | 2014-03-17 | 1 | -0/+1 |
* | lua: rename mp.register_script_command() to mp.register_script_message() | wm4 | 2014-03-17 | 1 | -5/+5 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 2 | -14/+29 |
* | manpage: remove author field | wm4 | 2014-03-16 | 1 | -1/+0 |
* | vf_delogo: remove internal implementation | wm4 | 2014-03-16 | 1 | -5/+0 |
* | command: rename dvd- properties to disc- | wm4 | 2014-03-15 | 1 | -4/+4 |
* | DOCS/coding-style: add another requirement for commit messages | wm4 | 2014-03-15 | 1 | -0/+3 |
* | command: prefix DVD title properties with "dvd-" | wm4 | 2014-03-15 | 1 | -1/+4 |
* | af_volume: add detach option | wm4 | 2014-03-14 | 1 | -0/+6 |
* | manpage: af: minor syntax improvements | wm4 | 2014-03-14 | 1 | -4/+4 |
* | af_volume: remove double-negated suboption | wm4 | 2014-03-14 | 1 | -3/+3 |
* | af_volume: add support for replaygain pre-amp and clipping prevention | Alessandro Ghedini | 2014-03-13 | 1 | -0/+6 |
* | af_volume: add replaygain support | Alessandro Ghedini | 2014-03-13 | 1 | -0/+6 |
* | DOCS/coding-style: add an example and another rule | wm4 | 2014-03-13 | 1 | -0/+25 |
* | DOCS/tech-overview: DOCS/OUTDATED-tech/ was deleted | wm4 | 2014-03-12 | 1 | -3/+1 |
* | DOCS: add coding style | wm4 | 2014-03-12 | 1 | -0/+111 |
* | options.rst: correct broken URL | Diogo Franco | 2014-03-11 | 1 | -1/+1 |
* | vo_opengl: Simplify and clarify color correction code | Niklas Haas | 2014-03-10 | 1 | -13/+13 |
* | audio: make --channels option always force the output layout | wm4 | 2014-03-10 | 2 | -11/+15 |
* | DOCS: fix an external link | wm4 | 2014-03-09 | 1 | -3/+3 |
* | ao_jack: use new pull API helpers | wm4 | 2014-03-09 | 1 | -3/+0 |
* | ao_null: add option for simulated device speed | wm4 | 2014-03-09 | 1 | -0/+5 |
* | sd_ass: add a very simple and evil way to override ASS subtitle styles | wm4 | 2014-03-01 | 1 | -5/+10 |
* | lua: add option to disable auto-loading of lua scripts | wm4 | 2014-02-28 | 2 | -1/+6 |
* | manpage: document properties added in previous commit | wm4 | 2014-02-28 | 1 | -0/+7 |
* | manpage: lua: fix typo | wm4 | 2014-02-28 | 1 | -1/+1 |
* | manpage: lua: update from previous commit | wm4 | 2014-02-28 | 1 | -1/+7 |
* | DOCS: kill the rest of the old mplayer tech documentation | wm4 | 2014-02-28 | 8 | -949/+0 |
* | vo_opengl: change gamma suboption to take a value | wm4 | 2014-02-27 | 1 | -2/+7 |
* | vo_opengl: Change the default icc-intent to relative colorimetric | Niklas Haas | 2014-02-26 | 1 | -2/+2 |
* | lua: add set_property_native function | wm4 | 2014-02-26 | 1 | -2/+12 |
* | options: allow changing options at runtime | wm4 | 2014-02-25 | 1 | -2/+4 |
* | manpage: remove unused environment variable | wm4 | 2014-02-25 | 1 | -3/+0 |
* | config: add a --config-dir option to force config directory | wm4 | 2014-02-25 | 1 | -0/+11 |
* | manpage: Improve wording on icc-approx-gamma | Niklas Haas | 2014-02-25 | 1 | -5/+5 |
* | manpage: document the new loadfile argument | wm4 | 2014-02-25 | 1 | -1/+6 |
* | client api examples: set an option with MPV_FORMAT_FLAG | wm4 | 2014-02-24 | 1 | -1/+2 |
* | client API: report pause/unpause reason | wm4 | 2014-02-24 | 1 | -0/+19 |
* | lua: add a bunch of functions to get/set properties by their native type | wm4 | 2014-02-24 | 1 | -2/+40 |
* | vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gamma | Niklas Haas | 2014-02-24 | 1 | -0/+8 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 1 | -0/+2 |
* | manpage: fix a metadata property name | wm4 | 2014-02-23 | 1 | -1/+1 |
* | manpage: fix yadif example in one case | wm4 | 2014-02-23 | 1 | -1/+1 |
* | input: check for abort cmd in multi-commands | wm4 | 2014-02-20 | 1 | -5/+0 |
* | manpage: input: clarify chapter-metadata property | wm4 | 2014-02-19 | 1 | -2/+8 |
* | command: allow accessing metadata entries as list | wm4 | 2014-02-19 | 1 | -0/+12 |
* | command: move metadata entry access to metadata/by-key/ | wm4 | 2014-02-19 | 1 | -2/+8 |
* | manpage: lua: improve explanation of tracks-changed and tracks-switched | wm4 | 2014-02-19 | 1 | -4/+4 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 1 | -0/+3 |
* | command: export list of editions as properties | wm4 | 2014-02-19 | 1 | -0/+22 |
* | command: export codec for each track | wm4 | 2014-02-19 | 1 | -0/+4 |
* | edl: extend with chapter timestamps | wm4 | 2014-02-19 | 1 | -1/+17 |
* | manpage: lua: shorten description of register_script_command() | wm4 | 2014-02-17 | 1 | -37/+12 |
* | manpage: lua: attempt to improve add_key_binding() description | wm4 | 2014-02-17 | 1 | -18/+23 |
* | manpage: lua: improve introduction, add simplistic example | wm4 | 2014-02-17 | 1 | -15/+26 |
* | manpage: lua: fix typo | wm4 | 2014-02-17 | 1 | -1/+1 |
* | manpage: input: document script_message command | wm4 | 2014-02-17 | 1 | -0/+8 |
* | client API: add events for video and audio reconfig | wm4 | 2014-02-17 | 1 | -0/+6 |
* | lua: add mechanism for script provided key bindings | wm4 | 2014-02-17 | 1 | -1/+99 |
* | client API: add a client message event | wm4 | 2014-02-17 | 1 | -0/+6 |
* | lua: allow giving fallback values in get_property() calls | wm4 | 2014-02-17 | 1 | -6/+8 |
* | DOCS/crosscompile-mingw: use settings.mk instead of make variables | Timothy Gu | 2014-02-17 | 1 | -9/+20 |
* | DOCS/crosscompile-mingw: update disk space stats | Timothy Gu | 2014-02-17 | 1 | -1/+1 |
* | DOCS/crosscompile-mingw: update | Timothy Gu | 2014-02-17 | 1 | -16/+24 |
* | command: export chapter list as properties | wm4 | 2014-02-16 | 1 | -0/+12 |
* | command: export playlist as properties | wm4 | 2014-02-16 | 1 | -0/+9 |
* | command: expose track list as properties | wm4 | 2014-02-16 | 1 | -0/+42 |
* | command: export more video params as properties | wm4 | 2014-02-16 | 1 | -3/+40 |
* | crosscompile-mingw: improve instructions for MXE | wm4 | 2014-02-14 | 1 | -0/+2 |
* | options: make --no-config block all auto-loaded configuration files | wm4 | 2014-02-14 | 1 | -4/+2 |
* | lua: auto-load scripts from ~/.mpv/lua/ | wm4 | 2014-02-14 | 1 | -0/+5 |
* | lua: make register_event() not overwrite previous event handler | wm4 | 2014-02-14 | 1 | -0/+4 |
* | manpage: reformat property list | wm4 | 2014-02-12 | 1 | -113/+344 |
* | manpage: lua: move less important events to the end of the list | wm4 | 2014-02-12 | 1 | -36/+35 |
* | manpage: lua: document receiving of terminal messages | wm4 | 2014-02-12 | 1 | -2/+36 |
* | manpage: lua: rewrite event description | wm4 | 2014-02-12 | 1 | -30/+86 |
* | manpage: lua: minor fixes | wm4 | 2014-02-12 | 1 | -4/+4 |
* | man: update wayland options | Alexander Preisinger | 2014-02-11 | 1 | -3/+8 |
* | manpage: fix Lua script shutdown description again | wm4 | 2014-02-11 | 1 | -6/+6 |
* | manpage: document --aspect special values | wm4 | 2014-02-11 | 1 | -0/+7 |
* | manpage: use Lua for Lua example | wm4 | 2014-02-11 | 1 | -1/+1 |
* | manpage: document mp.commandv Lua command | wm4 | 2014-02-11 | 1 | -0/+15 |
* | manpage: move description of script shutdown to a separate paragraph | wm4 | 2014-02-11 | 1 | -4/+6 |
* | manpage: fix formatting of example code | wm4 | 2014-02-11 | 1 | -6/+7 |
* | manpage: document some Lua scripting functions | wm4 | 2014-02-11 | 1 | -2/+160 |
* | Add a client API example | wm4 | 2014-02-10 | 2 | -0/+53 |
* | options: add --no-terminal switch | wm4 | 2014-02-10 | 1 | -0/+7 |
* | DOCS/waf-buildsystem: add link to the Waf book | Timothy Gu | 2014-02-06 | 1 | -1/+1 |
* | DOCS/crosscompile-mingw: use Markdown | Timothy Gu | 2014-02-06 | 1 | -1/+6 |
* | DOCS/crosscompile-mingw: update | Timothy Gu | 2014-02-06 | 1 | -4/+0 |
* | quvi: disable subtitle fetching by default | wm4 | 2014-01-31 | 1 | -4/+6 |
* | options: alternative way to specify color options | wm4 | 2014-01-31 | 1 | -10/+22 |
* | manpage: fix af_equalizer syntax | wm4 | 2014-01-19 | 1 | -1/+1 |
* | lua: add a --lua-opts option, which can be queried by scripts | wm4 | 2014-01-16 | 1 | -0/+5 |
* | player: add --term-osd-bar, which shows a status bar on the terminal | wm4 | 2014-01-15 | 1 | -0/+12 |
* | manpage: document --term-osd=force | wm4 | 2014-01-13 | 1 | -1/+3 |
* | player: redo terminal OSD and status line handling | wm4 | 2014-01-13 | 1 | -5/+0 |
* | options: remove --screenw and --screenh | wm4 | 2014-01-11 | 1 | -8/+0 |
* | options: don't reset pause mode when switching to next file | wm4 | 2014-01-09 | 1 | -3/+3 |
* | screenshot: add format specifiers to get file directory path | wm4 | 2014-01-08 | 1 | -0/+6 |
* | Switch PDF manual generation to rst2pdf | Martin Herkt | 2014-01-08 | 2 | -24/+0 |
* | ao_pulse: lower default buffer size from 1000ms to 250ms | wm4 | 2014-01-07 | 1 | -1/+1 |
* | ao_pulse: add suboption to control buffer size | wm4 | 2014-01-07 | 1 | -0/+6 |
* | manpage: mention how to get a list of codecs for use with --hwdec-codecs | wm4 | 2014-01-07 | 1 | -0/+3 |
* | Fix audio delay inversion | Martin Herkt | 2014-01-06 | 1 | -2/+2 |
* | quvi: add option to not fetch subtitles | Andre D | 2014-01-05 | 1 | -0/+7 |
* | manpage: fix typo | wm4 | 2014-01-05 | 1 | -1/+1 |
* | manpage: mention --pause | Martin Herkt | 2014-01-03 | 1 | -0/+3 |
* | manpage: clarifications about bitmap subtitles and --secondary-sid | wm4 | 2014-01-01 | 1 | -2/+4 |
* | manpage: fix description on the slave mode msglevel | wm4 | 2014-01-01 | 1 | -2/+1 |
* | manpage: fix vf_noise parameter name | wm4 | 2013-12-30 | 1 | -2/+2 |
* | vd_lavc: by default, output all frames, even corrupted ones | wm4 | 2013-12-29 | 1 | -0/+5 |
* | Install encoding-profiles.conf by default | wm4 | 2013-12-28 | 1 | -6/+5 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 2 | -0/+23 |
* | changes.rst: add entry for dvdnav menu | wm4 | 2013-12-23 | 1 | -1/+1 |
* | manpage: mention video-unscaled property | wm4 | 2013-12-23 | 1 | -0/+1 |
* | options: disable joystick by default | wm4 | 2013-12-23 | 1 | -1/+1 |
* | af_export: require filename argument | wm4 | 2013-12-21 | 1 | -2/+2 |
* | msg: change --msglevel, reduce legacy glue | wm4 | 2013-12-20 | 2 | -12/+17 |
* | crosscompile-mingw.txt: fix instructions | wm4 | 2013-12-19 | 1 | -1/+1 |
* | command: remove radio commands | wm4 | 2013-12-19 | 1 | -2/+1 |
* | Fix OSX build; remove all remaining mpvcore references | 11rcombs | 2013-12-17 | 1 | -7/+7 |
* | command: scale osd’s time remaining by the current speed | Vivek Jain | 2013-12-16 | 1 | -0/+1 |
* | manpage: fix --vf=expand aspect ratio example | Alessandro Ghedini | 2013-12-16 | 1 | -1/+1 |
* | manpage: undocument syntax for skipping optional arguments in input commands | wm4 | 2013-12-16 | 1 | -2/+0 |
* | matroska: add --ordered-chapters-files option | wm4 | 2013-12-14 | 1 | -0/+12 |
* | manpage: mention that the "run" does not wait for the command | wm4 | 2013-12-14 | 1 | -0/+3 |
* | Allow some options taking filenames to refer to mpv config dir | wm4 | 2013-12-14 | 1 | -0/+22 |
* | dvdnav: select longest title by default | wm4 | 2013-12-14 | 1 | -0/+1 |
* | video: change --video-zoom behavior | wm4 | 2013-12-13 | 1 | -3/+8 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 1 | -0/+6 |
* | demux: set fps for mf:// to 1 | wm4 | 2013-12-10 | 1 | -1/+1 |
* | manpage: remove some --flip leftovers | wm4 | 2013-12-07 | 2 | -2/+2 |
* | manpage: mark "run" command as Unix-only | wm4 | 2013-12-07 | 1 | -0/+1 |
* | video: remove --flip | wm4 | 2013-12-05 | 1 | -3/+0 |
* | video: allow hardware decoding only for certain codecs | wm4 | 2013-12-05 | 1 | -4/+12 |
* | docs: edl: minor corrections | wm4 | 2013-12-05 | 1 | -4/+5 |
* | af_pan: change options, use option parser | wm4 | 2013-12-04 | 1 | -9/+13 |
* | af_ladspa: change options, use option parser | wm4 | 2013-12-04 | 1 | -4/+13 |
* | af_delay: change option parsing, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -3/+3 |
* | af_channels: change options, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -8/+15 |
* | ad_lavc: expose an option to enable threading | wm4 | 2013-12-04 | 1 | -0/+6 |
* | manpage: use different quoting in example | wm4 | 2013-12-04 | 1 | -1/+1 |
* | manpage: remove unhelpful paragraph about video filter params | wm4 | 2013-12-04 | 1 | -5/+0 |
* | manpage: update af_format entry | wm4 | 2013-12-04 | 1 | -10/+3 |
* | manpage: fix example | wm4 | 2013-12-04 | 1 | -1/+1 |
* | manpage: remove two stray video fitler deprecation notes | wm4 | 2013-12-04 |