| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -19/+26 |
* | options: remove --(no-)mouseinput option | wm4 | 2013-09-08 | 2 | -3/+0 |
* | options: cosmetics: move cursor_autohide_delay definition | wm4 | 2013-09-08 | 3 | -7/+8 |
* | input: rearrange code | wm4 | 2013-09-08 | 1 | -44/+44 |
* | input: don't deliver mouse events if mouse area is not set | wm4 | 2013-09-08 | 2 | -4/+12 |
* | input: merge consecutive mouse move events | wm4 | 2013-09-08 | 1 | -0/+14 |
* | input: split queue_add() function | wm4 | 2013-09-08 | 1 | -20/+20 |
* | input: redo what input events can be dropped | wm4 | 2013-09-08 | 1 | -57/+65 |
* | input: remove separation between key and control queue | wm4 | 2013-09-08 | 1 | -16/+10 |
* | mplayer: don't auto-load explicitly loaded subtitle files | wm4 | 2013-09-07 | 1 | -1/+7 |
* | mp_core: fix a comment | wm4 | 2013-09-07 | 1 | -2/+1 |
* | mplayer: remove unused mp_add_subtitles() parameter | wm4 | 2013-09-07 | 3 | -6/+6 |
* | command: make options writeable in idle mode | wm4 | 2013-09-07 | 3 | -0/+13 |
* | command: remove some unneeded code | wm4 | 2013-09-07 | 1 | -6/+1 |
* | options: fix --volume option range, add some explanations to manpage | wm4 | 2013-09-07 | 1 | -1/+1 |
* | input: don't print warning if certain internal keys are not bound | wm4 | 2013-09-06 | 1 | -2/+5 |
* | mplayer: try to resume playback only if a resume file actually exists | wm4 | 2013-09-05 | 1 | -1/+1 |
* | mpvcore/input: Fix build without pthreads | Martin Herkt | 2013-09-05 | 1 | -3/+5 |
* | mplayer: print informative message when resuming playback | wm4 | 2013-09-04 | 1 | -0/+2 |
* | mplayer: make --save-position-on-quit save only on quit | wm4 | 2013-09-04 | 1 | -2/+1 |
* | mplayer: always write playback resume info, even at start/end of file | wm4 | 2013-09-04 | 1 | -3/+3 |
* | path: better check for mp_is_url() | wm4 | 2013-09-04 | 1 | -3/+11 |
* | mplayer: allow resuming from playlist | wm4 | 2013-09-04 | 3 | -3/+26 |
* | command: unescape URLs for ${filename} and ${media-title} | wm4 | 2013-09-04 | 1 | -2/+7 |
* | path: add a common mp_is_url() function | wm4 | 2013-09-04 | 4 | -12/+14 |
* | mplayer: handle --reset-on-next-file="" | wm4 | 2013-09-04 | 1 | -4/+6 |
* | mplayer: don't let playback resume force options that are file local | wm4 | 2013-09-04 | 1 | -11/+11 |
* | mplayer: fix race condition on uninit with Cocoa | Stefano Pigozzi | 2013-09-01 | 1 | -0/+4 |
* | input: unlock playloop thread during select | Stefano Pigozzi | 2013-09-01 | 1 | -0/+2 |
* | osx: use MP_KEY_* instead of MK_* for media keys | Stefano Pigozzi | 2013-09-01 | 2 | -10/+0 |
* | input: allow window dragging even if mouse is in a mouse area | wm4 | 2013-09-01 | 2 | -4/+13 |
* | input: deal with spurious X11 LeaveNotify events | wm4 | 2013-09-01 | 1 | -6/+0 |
* | input: print more debug infos, raise loglevel | wm4 | 2013-09-01 | 2 | -2/+23 |
* | input: stay in current input section if mouse button is down | wm4 | 2013-09-01 | 1 | -28/+63 |
* | input: add some more X11 multimedia/internet keys | wm4 | 2013-09-01 | 2 | -1/+13 |
* | keycodes: cosmetics: align indentation | wm4 | 2013-09-01 | 1 | -113/+113 |
* | input: comment all default bindings in input.conf | wm4 | 2013-09-01 | 1 | -1/+9 |
* | input: lock for accessing struct input_ctx | Stefano Pigozzi | 2013-09-01 | 1 | -67/+114 |
* | video: add unscaled mode with --video-unscaled | wm4 | 2013-09-01 | 3 | -0/+3 |
* | input: fix --no-input-default-bindings | wm4 | 2013-08-29 | 1 | -0/+2 |
* | demux_playlist: port ini reference playlist parser | wm4 | 2013-08-28 | 1 | -36/+0 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 9 | -87/+59 |
* | audio: make internal audio format 0 an invalid format | wm4 | 2013-08-26 | 2 | -2/+2 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 2 | -18/+11 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 1 | -0/+1 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 1 | -1/+1 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -6/+4 |
* | mp_msg: fix typo in message level for new msg API macros | Stefano Pigozzi | 2013-08-22 | 1 | -2/+2 |
* | mplayer: replace "D:" in status line with "Late:" | wm4 | 2013-08-21 | 1 | -1/+1 |
* | options: replace --edition=-1 with --edition=auto | wm4 | 2013-08-21 | 1 | -1/+2 |
* | mplayer: start track IDs from 1 rather than 0 | wm4 | 2013-08-21 | 2 | -2/+2 |
* | command: simplify video brightness/gamma/etc. handling a bit | wm4 | 2013-08-20 | 1 | -44/+17 |
* | m_option: make "add speed 0.1" command work | wm4 | 2013-08-19 | 1 | -0/+1 |
* | mp_core: declare seek_type enum outside of nested struct | wm4 | 2013-08-19 | 1 | -3/+8 |
* | m_option: rename struct member named "new" | wm4 | 2013-08-19 | 2 | -5/+5 |
* | video: make it possible to scale/pan the video by arbitrary amounts | wm4 | 2013-08-19 | 3 | -4/+17 |
* | options: remove --panscanrange option | wm4 | 2013-08-19 | 2 | -3/+0 |
* | mplayer: reshuffle on every loop if --loop and --shuffle are used | wm4 | 2013-08-19 | 4 | -23/+7 |
* | mplayer: don't make restored options from quit_watch_later per-file local | wm4 | 2013-08-17 | 1 | -6/+8 |
* | command: more intuitive chapter seek behavior | Philip Sequeira | 2013-08-17 | 3 | -1/+26 |
* | command: allow seek to "chapter -1" | Philip Sequeira | 2013-08-17 | 2 | -3/+8 |
* | m_option: add missing copy callback for some option types | wm4 | 2013-08-17 | 1 | -0/+5 |
* | m_option: make defval const | wm4 | 2013-08-17 | 1 | -1/+1 |
* | sub: don't print detected charset if it's UTF-8 | wm4 | 2013-08-15 | 2 | -4/+9 |
* | sub: make --subcp=enca the default. | wm4 | 2013-08-15 | 1 | -0/+5 |
* | sub: allow specifying a fallback codepage if input is not UTF-8 | wm4 | 2013-08-15 | 1 | -2/+10 |
* | bstr: make UTF-8 check stricter | wm4 | 2013-08-15 | 1 | -0/+8 |
* | sub: if charset detection fails, treat it as broken UTF-8 | wm4 | 2013-08-15 | 2 | -7/+17 |
* | bstr: add UTF-8 validation and sanitation functions | wm4 | 2013-08-15 | 2 | -1/+81 |
* | input: fix build if HAVE_PTHREADS is undefined | Giuliano Schneider | 2013-08-15 | 1 | -1/+1 |
* | macosx: remove platform specific input queue | Stefano Pigozzi | 2013-08-13 | 1 | -3/+0 |
* | input: make input queue thread safe | Stefano Pigozzi | 2013-08-13 | 1 | -6/+35 |
* | mpvcore/options: Update default user agent string | Martin Herkt | 2013-08-13 | 1 | -1/+2 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 1 | -1/+2 |
* | video: redo hw decoding initialization, add --hwdec=auto | wm4 | 2013-08-11 | 1 | -0/+1 |
* | core: make sure hw decoding works when playing multiple files | wm4 | 2013-08-11 | 1 | -5/+5 |
* | input: add support for precise scroll axes | Alexander Preisinger | 2013-08-07 | 4 | -3/+33 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 41 | -113/+113 |
* | core: move contents to mpvcore (1/2) | Stefano Pigozzi | 2013-08-06 | 67 | -0/+25203 |