| Commit message (Expand) | Author | Age | Files | Lines |
* | command: replace speed_mult with multiply command | wm4 | 2013-10-31 | 3 | -10/+1 |
* | command: add generic "multiply" command | wm4 | 2013-10-31 | 5 | -0/+82 |
* | command: add property to scale window size | wm4 | 2013-10-31 | 1 | -0/+35 |
* | main: improve a terminal message | wm4 | 2013-10-30 | 1 | -1/+1 |
* | player: merge mp_osd.h into mp_core.h | wm4 | 2013-10-30 | 7 | -59/+33 |
* | mp_core: sort function prototypes by source file | wm4 | 2013-10-30 | 1 | -58/+68 |
* | Split mplayer.c | wm4 | 2013-10-30 | 16 | -5083/+5391 |
* | Move files part of the playback core to player sub-directory | wm4 | 2013-10-30 | 16 | -33/+31 |
* | mplayer: handle subtitle renderer cleanup via uninit_player | wm4 | 2013-10-28 | 2 | -10/+24 |
* | command: disable autorepeat for some commands (actually properties) | wm4 | 2013-10-28 | 3 | -5/+29 |
* | command: don't include stream_dvd.h | wm4 | 2013-10-27 | 1 | -3/+0 |
* | af: replace macros with too generic names | wm4 | 2013-10-26 | 2 | -1/+2 |
* | mpvcore: add a note about desync on track switches | Ben Boeckel | 2013-10-26 | 1 | -0/+1 |
* | osc: display cache status only below 45% | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: fix bug for no-duration cases | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: add experimental seekbar tooltip | ChrisK2 | 2013-10-26 | 1 | -6/+46 |
* | osc: make sure the OSC actually fits into the video | ChrisK2 | 2013-10-26 | 1 | -1/+7 |
* | options: don't let watch_later etc. overwite command line options | wm4 | 2013-10-25 | 4 | -24/+46 |
* | mplayer: make --length relative to actual start of file, instead of 0 | wm4 | 2013-10-25 | 1 | -1/+2 |
* | m_config: slightly improve name handling | wm4 | 2013-10-25 | 2 | -16/+10 |
* | m_config: remove unused fields | wm4 | 2013-10-25 | 2 | -9/+1 |
* | m_config: allow not allocating option struct, and use it | wm4 | 2013-10-25 | 3 | -8/+23 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 5 | -65/+53 |
* | options: fix bogus entry | wm4 | 2013-10-24 | 1 | -1/+1 |
* | m_config: don't require dragging along parent in initialization | wm4 | 2013-10-24 | 1 | -14/+19 |
* | m_config: minor simplification | wm4 | 2013-10-24 | 1 | -9/+7 |
* | m_config: store m_config_options in an array instead of a list | wm4 | 2013-10-24 | 2 | -47/+39 |
* | m_config: refactor initialization, reduce amount of malloc'ed strings | wm4 | 2013-10-24 | 2 | -48/+46 |
* | m_config: slightly simplify dynamic option initialization | wm4 | 2013-10-24 | 1 | -2/+1 |
* | m_config: don't allow aliasing with string options | wm4 | 2013-10-24 | 1 | -12/+7 |
* | m_config: cosmetics: make code less verbose | wm4 | 2013-10-24 | 1 | -7/+2 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -7/+2 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 1 | -1/+1 |
* | mplayer: don't call libquvi for local files | wm4 | 2013-10-20 | 1 | -0/+2 |
* | input: fix --input-ar-rate=0 | wm4 | 2013-10-20 | 1 | -1/+1 |
* | tl_matroska: fix use-after-free with --cache | wm4 | 2013-10-19 | 1 | -3/+3 |
* | mp_talloc: simplify a bit | wm4 | 2013-10-19 | 1 | -8/+6 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 2 | -86/+2 |
* | mplayer: mp_msg replacements | wm4 | 2013-10-18 | 1 | -95/+83 |
* | osc: make transparency of background-box configurable | ChrisK2 | 2013-10-18 | 1 | -2/+3 |
* | Merge Matroska ordered chapter changes | wm4 | 2013-10-17 | 1 | -96/+295 |
|\ |
|
| * | matroska: don't add time for chapters without a source | Ben Boeckel | 2013-10-15 | 1 | -0/+3 |
| * | matroska: log about where missing time comes from | Ben Boeckel | 2013-10-15 | 1 | -4/+21 |
| * | matroska: only error if at least a millisecond is missing | Ben Boeckel | 2013-10-15 | 1 | -1/+4 |
| * | matroska: account for missing information from short sources | Ben Boeckel | 2013-10-15 | 1 | -2/+31 |
| * | matroska: modify chapter limits by join_diff | Ben Boeckel | 2013-10-15 | 1 | -9/+23 |
| * | matroska: use memmove when collapsing the source list down | Ben Boeckel | 2013-10-08 | 1 | -1/+1 |
| * | matroska: avoid requesting the same source multiple times | Ben Boeckel | 2013-10-08 | 1 | -0/+18 |
| * | matroska: support chapter references to ordered editions | Ben Boeckel | 2013-10-08 | 1 | -7/+51 |
| * | matroska: recursively search for referenced segments | Ben Boeckel | 2013-10-08 | 1 | -30/+50 |
| * | matroska: refactor ordered chapter timeline building | Ben Boeckel | 2013-10-07 | 1 | -63/+103 |
| * | matroska: select the edition using the requested edition uid | Ben Boeckel | 2013-10-07 | 1 | -3/+10 |
| * | matroska: store segment/edition uids in a single structure | Ben Boeckel | 2013-10-07 | 1 | -20/+24 |
* | | spelling fixes | Alessandro Ghedini | 2013-10-16 | 1 | -3/+3 |
* | | osc: fix borked options | ChrisK2 | 2013-10-15 | 1 | -13/+13 |
* | | osc docs: Add documentation for OSC and rename some options | ChrisK2 | 2013-10-15 | 1 | -6/+6 |
* | | osc: reset mouse position when leaving window | ChrisK2 | 2013-10-15 | 1 | -4/+9 |
* | | osc: Don't create a config if none exists. | ChrisK2 | 2013-10-15 | 1 | -19/+14 |
* | | osc: use "info" instead of "warn" for config file creation message | wm4 | 2013-10-14 | 1 | -1/+1 |
* | | parser-cfg: allow putting options with leading "--" | wm4 | 2013-10-14 | 1 | -0/+3 |
* | | parser-cfg: use bstr everywhere after parsing stage | wm4 | 2013-10-14 | 3 | -7/+8 |
* | | options: enable OSC by default | wm4 | 2013-10-14 | 1 | -0/+1 |
* | | mplayer: escape strings if needed when writing watch_later config | wm4 | 2013-10-14 | 1 | -2/+19 |
* | | parser-cfg: parse % escapes | wm4 | 2013-10-14 | 1 | -7/+31 |
* | | mplayer: print ffmpeg library versions along with mpv version info | wm4 | 2013-10-14 | 3 | -16/+33 |
* | | osc: raise minmousemove default setting to 3 and disable input mouse area whe... | ChrisK2 | 2013-10-14 | 1 | -6/+11 |
* | | mplayer, vo_image: simplify OSD redrawing, fix vo_image crash | wm4 | 2013-10-13 | 1 | -6/+1 |
* | | mplayer: print a warning if libass is not compiled | wm4 | 2013-10-13 | 1 | -0/+3 |
* | | osc: fix mouse hiding | ChrisK2 | 2013-10-13 | 1 | -2/+2 |
* | | osc: Once again new Show/Hide handling | ChrisK2 | 2013-10-13 | 1 | -7/+34 |
* | | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 1 | -2/+1 |
* | | command: preferably show "add"/"cycle"/"set" command errors on OSD | wm4 | 2013-10-12 | 1 | -10/+10 |
* | | command: don't allow changing volume if no audio initialized | wm4 | 2013-10-12 | 1 | -0/+6 |
* | | playlist: check for NULL on caller site | wm4 | 2013-10-12 | 2 | -2/+3 |
* | | options: --loop=N means playback N times, not N+1 times | Philip Sequeira | 2013-10-12 | 2 | -4/+4 |
* | | libquvi9: work around insane interaction between libquvi and libkdecore | wm4 | 2013-10-12 | 1 | -0/+7 |
* | | mpvcore/playlist.c: Avoid NULL reference in playlist_add_base_path() | Mohammad Alsaleh | 2013-10-11 | 1 | -1/+1 |
* | | mp_ring: fix mp_ring_read_cb() when read wraps around | William Light | 2013-10-08 | 1 | -2/+10 |
* | | command: sub_seek: avoid getting stuck | wm4 | 2013-10-07 | 1 | -0/+5 |
|/ |
|
* | osc: Okay, don't multiply the cache value | ChrisK2 | 2013-10-07 | 1 | -5/+1 |
* | osc: Display cache fill status | ChrisK2 | 2013-10-07 | 1 | -1/+21 |
* | osc: Add another scale option for forced windows. | ChrisK2 | 2013-10-06 | 1 | -3/+6 |
* | mplayer: don't resume playlist if --no-resume-playback is used | wm4 | 2013-10-06 | 1 | -0/+2 |
* | command: add commands for displaying overlays | wm4 | 2013-10-05 | 5 | -4/+148 |
* | command: add properties for retrieving OSD dimensions | wm4 | 2013-10-05 | 1 | -0/+23 |
* | mplayer: fix some issues with playlist_prev command | wm4 | 2013-10-05 | 1 | -1/+9 |
* | mplayer: fix cleanup if VO initialization fails | wm4 | 2013-10-05 | 1 | -0/+1 |
* | mplayer: don't keep previous video frame with --force-window | wm4 | 2013-10-04 | 1 | -15/+14 |
* | command: add sub_seek input command | wm4 | 2013-10-02 | 3 | -6/+18 |
* | input: remove strange offset from commands enum | wm4 | 2013-10-02 | 1 | -1/+1 |
* | command: don't let "avsync" property print NOPTS value | wm4 | 2013-10-02 | 1 | -0/+2 |
* | mplayer: osd bar depends on VO, not video decoding | wm4 | 2013-10-02 | 1 | -1/+1 |
* | mplayer: make VO interaction work in --idle mode | wm4 | 2013-10-02 | 1 | -19/+34 |
* | mplayer: change default window size for --force-window | wm4 | 2013-10-02 | 1 | -1/+1 |
* | command: subtitle support depends on VO, not video decoding | wm4 | 2013-10-02 | 2 | -13/+9 |
* | core: add --force-window | wm4 | 2013-10-02 | 4 | -16/+83 |
* | core: don't require "refresh" seek for --keep-open | wm4 | 2013-10-02 | 1 | -7/+1 |
* | mplayer: fix looping of very short files | wm4 | 2013-09-29 | 3 | -7/+19 |
* | osc: add options to show OSC only when FS/windowed | ChrisK2 | 2013-09-27 | 1 | -2/+12 |
* | network: add options to control TLS verification | wm4 | 2013-09-27 | 2 | -0/+6 |
* | input: translate mouse position to OSD space early | wm4 | 2013-09-27 | 3 | -17/+2 |
* | input: handle MOUSE_LEAVE specially | wm4 | 2013-09-27 | 1 | -0/+8 |
* | input: more mp_msg conversion | wm4 | 2013-09-27 | 3 | -64/+57 |
* | osc: Prevent OSD style options from messing with the OSC styles | ChrisK2 | 2013-09-26 | 1 | -18/+30 |
* | matroska: fix uninitialized memory accesses with ordered chapters | Ben Boeckel | 2013-09-26 | 1 | -0/+1 |
* | video: let sh_video->disp_w/h always be container size | wm4 | 2013-09-26 | 1 | -4/+8 |
* | video: let sh_video->aspect always be container aspect ratio | wm4 | 2013-09-26 | 2 | -9/+19 |
* | Add the on-screen-controller | ChrisK2 | 2013-09-26 | 4 | -0/+1175 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 12 | -3/+1017 |
* | Fix previous commit | wm4 | 2013-09-25 | 1 | -0/+4 |
* | vaapi: fix compilation with Libav | wm4 | 2013-09-25 | 1 | -0/+2 |
* | options: allow selecting the libass shaper | wm4 | 2013-09-25 | 2 | -0/+4 |
* | options: make --ass-hinting a choice, instead of using magic numbers | wm4 | 2013-09-25 | 1 | -1/+2 |
* | vaapi: allow GPU read-back with --hwdec=vaapi-copy | wm4 | 2013-09-25 | 1 | -1/+2 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 1 | -0/+3 |
* | command: fix short buffer when handling of long property names | wm4 | 2013-09-24 | 1 | -6/+4 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 4 | -13/+24 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 2 | -0/+7 |
* | command: when changing volume while muted, show an extra message on OSD | wm4 | 2013-09-21 | 1 | -1/+2 |
* | command: when changing a property, allow showing an extra OSD message | wm4 | 2013-09-21 | 4 | -33/+50 |
* | m_property: add a way to switch on property values in property expansion | wm4 | 2013-09-20 | 1 | -3/+9 |
* | m_property: rearrange code | wm4 | 2013-09-20 | 1 | -20/+27 |
* | command: don't append, but prepend deinterlace filter by default | wm4 | 2013-09-20 | 1 | -1/+1 |
* | command: use a list of potential deinterlacer filters | wm4 | 2013-09-20 | 1 | -13/+22 |
* | Merge branch 'volume_restore' | wm4 | 2013-09-20 | 5 | -61/+37 |
|\ |
|
| * | mixer: make struct opaque | wm4 | 2013-09-20 | 3 | -15/+14 |
| * | mixer: allow accessing volume and mute property on disabled audio | wm4 | 2013-09-20 | 1 | -8/+0 |
| * | mixer: restore volume with playback resume | wm4 | 2013-09-20 | 4 | -2/+19 |
| * | mixer: refactor, fix some aspects of --volume handling | wm4 | 2013-09-19 | 2 | -36/+7 |
| * | mixer: minor refactoring | wm4 | 2013-09-19 | 1 | -7/+4 |
* | | mplayer: rename a somewhat misnamed function | wm4 | 2013-09-19 | 1 | -2/+2 |
|/ |
|
* | Config path functions can return NULL | wm4 | 2013-09-18 | 1 | -3/+5 |
* | macosx: move bundle path stuff to path-macosx.m | Stefano Pigozzi | 2013-09-18 | 1 | -6/+1 |
* | path, win32: redo user configfile path handling | wm4 | 2013-09-18 | 1 | -70/+15 |
* | path: fix undefined behavior | wm4 | 2013-09-18 | 1 | -2/+2 |
* | mplayer: read subtitle packets as soon as possible | wm4 | 2013-09-16 | 1 | -8/+5 |
* | command: force video refresh when changing aspect | wm4 | 2013-09-15 | 1 | -1/+2 |
* | screenshot: change %w format to be more like %t | wm4 | 2013-09-15 | 1 | -8/+4 |
* | mplayer: attempt to skip playlist entries which can't be played | wm4 | 2013-09-15 | 4 | -5/+42 |
* | screenshot: make it possible to format playback time in various ways | wm4 | 2013-09-15 | 1 | -0/+17 |
* | mp_common: add function which accepts a format string to format playback time | wm4 | 2013-09-15 | 2 | -11/+50 |
* | mplayer: don't run heartbeat command while paused | wm4 | 2013-09-15 | 1 | -1/+1 |
* | av_log: show ffmpeg "info" messages with -v only | wm4 | 2013-09-15 | 1 | -1/+1 |
* | mplayer: m_option: fix clang -Wformat compiler warning | Stefano Pigozzi | 2013-09-14 | 2 | -2/+2 |
* | mplayer: print a message when writing watch_later config for resume | wm4 | 2013-09-13 | 1 | -0/+2 |
* | mplayer: change "Playing" message printed before playback start | wm4 | 2013-09-13 | 1 | -1/+1 |
* | core: restore user-set video and audio filters with resume functionality | wm4 | 2013-09-13 | 2 | -0/+39 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 5 | -3/+42 |
* | macosx: always active bundle path lookup if cocoa is active | Stefano Pigozzi | 2013-09-12 | 1 | -2/+2 |
* | mpvcore/path: Fix non-MinGW builds | Martin Herkt | 2013-09-12 | 1 | -2/+5 |
* | mpvcore/path: Fix config path handling on Windows | Martin Herkt | 2013-09-12 | 1 | -5/+21 |
* | input: fix accidental NULL pointer dereference | wm4 | 2013-09-11 | 1 | -2/+2 |
* | input: convert to new msg API | Stefano Pigozzi | 2013-09-10 | 3 | -27/+26 |
* | mplayer: remove duplicated mouse autohide check | Stefano Pigozzi | 2013-09-10 | 1 | -2/+0 |
* | mplayer: print libquvi results in verbose mode | wm4 | 2013-09-10 | 1 | -0/+31 |
* | quvi: restore playback position when switching formats | wm4 | 2013-09-10 | 2 | -1/+9 |
* | quvi: coerce libquvi 0.4 support into allowing format switching | wm4 | 2013-09-10 | 3 | -6/+30 |
* | command: make title property unavailable if there's no support | wm4 | 2013-09-10 | 1 | -3/+3 |
* | mplayer: mentioned --list-options in --help output | wm4 | 2013-09-10 | 1 | -1/+3 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 1 | -2/+15 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 1 | -13/+23 |
* | core: remove a minor memory leak | wm4 | 2013-09-08 | 2 | -0/+2 |
* | mplayer: cosmetics: split some code off of run_playloop() | wm4 | 2013-09-08 | 1 | -117/+159 |
* | mplayer: add --cursor-autohide-fs-only option | wm4 | 2013-09-08 |