| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -10/+0 |
* | manpage: generic notice about changed sub-option parsing | wm4 | 2013-12-04 | 1 | -0/+9 |
* | vf_pp: use option parser | wm4 | 2013-12-04 | 2 | -4/+9 |
* | vf_dsize: use option parser | wm4 | 2013-12-04 | 1 | -1/+4 |
* | video/filter: remove vf_down3dright | wm4 | 2013-12-04 | 1 | -8/+0 |
* | vf_pullup: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -1/+1 |
* | vf_unsharp: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -14/+6 |
* | vf_phase: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -1/+1 |
* | vf_noise: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -11/+20 |
* | vf_hqdn3d: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -5/+0 |
* | vf_gradfun: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -6/+6 |
* | vf_delogo: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -6/+4 |
* | vf_yadif: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -11/+14 |
* | vf_lavfi: export a wrapper function | wm4 | 2013-12-04 | 1 | -2/+2 |
* | manpage: mention that vda can work with vo_opengl | wm4 | 2013-12-02 | 2 | -1/+2 |
* | options: add option to disable using right Alt key as Alt Gr | Vivek Jain | 2013-12-02 | 2 | -0/+9 |
* | vo_opengl: add support for rectangle textures | wm4 | 2013-12-01 | 1 | -0/+5 |
* | command: add a revert_seek command | wm4 | 2013-12-01 | 1 | -0/+6 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 4 | -3/+27 |
* | command: add a cycle_values input command | wm4 | 2013-11-30 | 1 | -0/+18 |
* | command: change the syntax and semantics of the "run" command | wm4 | 2013-11-30 | 1 | -3/+18 |
* | ao_alsa: disable ALSA resampling by default again | wm4 | 2013-11-29 | 1 | -1/+4 |
* | command: allow "current" as argument to playlist_remove command | wm4 | 2013-11-28 | 1 | -2/+4 |
* | build: make --disable-gl disable all the gl backends | Stefano Pigozzi | 2013-11-28 | 1 | -0/+5 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -4/+7 |
* | demux_lavf: disable genpts by default, remove the builtin genpts hack | wm4 | 2013-11-25 | 1 | -8/+4 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 3 | -4/+2 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 2 | -3/+1 |
* | manpage: document , mapping (frame_back_step) | enkore | 2013-11-22 | 1 | -0/+4 |
* | Fixing list of vo's that vavpp works with, in man page. | Josh Driver | 2013-11-22 | 1 | -4/+4 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 3 | -4/+154 |
* | timeline: reject mplayer2 EDL files, change EDL header | wm4 | 2013-11-21 | 1 | -3/+4 |
* | tech-overview.txt: minor update | wm4 | 2013-11-20 | 1 | -2/+2 |
* | timeline: remove support for the mplayer2 EDL format | wm4 | 2013-11-19 | 1 | -139/+0 |
* | player: add --merge-files option | wm4 | 2013-11-19 | 1 | -0/+9 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 2 | -0/+10 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 1 | -0/+94 |
* | manpage: fix typo in --video-align-y description | wm4 | 2013-11-19 | 1 | -1/+1 |
* | ao_null: properly simulate final chunk, add buffer options | wm4 | 2013-11-17 | 1 | -0/+6 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 1 | -6/+6 |
* | manpage: mark DTS-HD passthough as broken | wm4 | 2013-11-15 | 1 | -0/+2 |
* | af_lavcac3enc: use option parser | wm4 | 2013-11-15 | 1 | -8/+9 |
* | ao_null: add untimed sub-option | wm4 | 2013-11-13 | 1 | -1/+6 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 1 | -0/+13 |
* | vd_lavc: remove explicit crystalhd support | wm4 | 2013-11-06 | 1 | -1/+0 |
* | vo_opengl: support for vdpau hardware decoding | wm4 | 2013-11-05 | 1 | -1/+1 |
* | manpage: fix incorrect default for --osc | wm4 | 2013-11-05 | 1 | -1/+1 |
* | vo_opengl: add support for VA-API OpenGL interop | wm4 | 2013-11-04 | 1 | -1/+1 |
* | vo_opengl: add infrastructure for hardware decoding OpenGL interop | wm4 | 2013-11-04 | 1 | -0/+5 |
* | video: check profiles with hardware decoding | wm4 | 2013-11-01 | 1 | -0/+7 |
* | command: replace speed_mult with multiply command | wm4 | 2013-10-31 | 1 | -3/+0 |
* | command: add generic "multiply" command | wm4 | 2013-10-31 | 1 | -0/+3 |
* | command: add property to scale window size | wm4 | 2013-10-31 | 1 | -0/+1 |
* | tech-overview.txt: reflect recent updates | wm4 | 2013-10-30 | 1 | -21/+32 |
* | af_volume: switch to new option parsing | wm4 | 2013-10-26 | 1 | -7/+7 |
* | af_volume: remove unused features | wm4 | 2013-10-26 | 1 | -4/+0 |
* | docs: osc: update cache display percentage. | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | manpage: clarify --heartbeat-interval operation | wm4 | 2013-10-25 | 1 | -0/+5 |
* | manpage: use the new name for af_force in one place | wm4 | 2013-10-23 | 1 | -2/+2 |
* | vo_opengl: don't enable PBOs with opengl-hq | wm4 | 2013-10-23 | 1 | |