| Commit message (Expand) | Author | Age | Files | Lines |
* | client API: allow using msg-level option for log messages | wm4 | 2015-06-20 | 1 | -0/+3 |
* | client API: fix logging memory leak | wm4 | 2015-06-18 | 1 | -0/+1 |
* | player: fix crashes when adding external tracks before loading main file | wm4 | 2015-05-26 | 1 | -1/+1 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -2/+4 |
* | player: use profiles for libmpv and encoding defaults | wm4 | 2015-05-07 | 1 | -14/+1 |
* | client API: add glue for making full use of mpv_command_node() | wm4 | 2015-04-20 | 1 | -6/+9 |
* | vo_opengl_cb: deprecate mpv_opengl_cb_render() | wm4 | 2015-04-09 | 1 | -1/+6 |
* | vo_opengl_cb: add a function to report vsync time | wm4 | 2015-04-09 | 1 | -0/+4 |
* | client API: remove dead assignment | wm4 | 2015-03-23 | 1 | -1/+0 |
* | vo_opengl_cb: don't render OSD while VO is not created | wm4 | 2015-03-23 | 1 | -1/+1 |
* | player, client API: refactor cplayer init, reduce client API differences | wm4 | 2015-03-05 | 1 | -3/+1 |
* | client API: add mpv_wait_async_requests() | wm4 | 2015-02-02 | 1 | -8/+12 |
* | client API: check locale, and reject anything other than "C" locale | wm4 | 2015-01-20 | 1 | -0/+16 |
* | client API: minor cleanup | wm4 | 2015-01-19 | 1 | -17/+28 |
* | client API: notify API user on event queue overflow | wm4 | 2015-01-19 | 1 | -10/+22 |
* | client API: fix log buffer overflow case | wm4 | 2015-01-13 | 1 | -3/+3 |
* | client API, vo_opengl_cb: properly uninit video | wm4 | 2015-01-04 | 1 | -0/+1 |
* | client API: add function to create new mpv_handles from existing ones | wm4 | 2014-12-31 | 1 | -0/+14 |
* | vo_opengl_cb: simplify API uninitialization | wm4 | 2014-12-31 | 1 | -1/+10 |
* | client API: fix compiler warning if openglcb API is disabled | wm4 | 2014-12-22 | 1 | -1/+0 |
* | client API: fix mpv_wakeup() | wm4 | 2014-12-22 | 1 | -2/+2 |
* | client API: be more lenient about mpv_suspend/resume mismatches | wm4 | 2014-12-15 | 1 | -2/+45 |
* | client API: expose OpenGL renderer | wm4 | 2014-12-09 | 1 | -0/+57 |
* | client API: allow multiple mpv instances with terminal=yes | wm4 | 2014-12-02 | 1 | -0/+1 |
* | client API: print version on initialization | wm4 | 2014-12-02 | 1 | -0/+2 |
* | client API: make sure youtube-dl is not used by default | wm4 | 2014-11-25 | 1 | -0/+1 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 1 | -0/+24 |
* | client API: restrict client names | wm4 | 2014-11-23 | 1 | -20/+19 |
* | client: remove redundant assignment | wm4 | 2014-11-07 | 1 | -1/+0 |
* | client API: silence silly clang warning | wm4 | 2014-11-07 | 1 | -2/+2 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 1 | -1/+1 |
* | player: add an option to abort playback on partial init failures | wm4 | 2014-10-28 | 1 | -0/+1 |
* | client API: better error reporting | wm4 | 2014-10-28 | 1 | -0/+5 |
* | command: finish hook execution if client fails | wm4 | 2014-10-24 | 1 | -1/+10 |
* | client API: print properties set with -v | wm4 | 2014-10-23 | 1 | -0/+7 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+2 |
* | command: add a mechanism to allow scripts to intercept file loads | wm4 | 2014-10-16 | 1 | -0/+4 |
* | client API: allow returning float properties as integers | wm4 | 2014-10-14 | 1 | -0/+4 |
* | client API: check result ptr in mpv_command_node | James Ross-Gowan | 2014-10-12 | 1 | -1/+1 |
* | client API: add mpv_command_node[_async] | wm4 | 2014-10-11 | 1 | -3/+19 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 1 | -3/+2 |
* | libmpv/cocoa: don't start the event monitor | Stefano Pigozzi | 2014-10-09 | 1 | -1/+2 |
* | libmpv/cocoa: make global events work and get rid of is_cplayer | Stefano Pigozzi | 2014-10-09 | 1 | -0/+2 |
* | client API: add an explanatory comment | wm4 | 2014-10-09 | 1 | -1/+1 |
* | client API: rename --input-x11-keyboard to --input-vo-keyboard | wm4 | 2014-10-09 | 1 | -1/+1 |
* | client API: introduce numeric log levels | wm4 | 2014-10-08 | 1 | -0/+1 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 1 | -0/+1 |
* | client API: use playback abort mechanism | wm4 | 2014-09-13 | 1 | -0/+5 |
* | lua: synchronously wait until scripts are loaded | wm4 | 2014-09-06 | 1 | -0/+22 |
* | client API: fix memory leak with rejected events | wm4 | 2014-08-31 | 1 | -35/+36 |
* | player: update cache state only if requested | wm4 | 2014-08-28 | 1 | -1/+37 |
* | client API: directly lock playloop | wm4 | 2014-08-14 | 1 | -4/+3 |
* | client API: minor optimizations for property notification | wm4 | 2014-08-02 | 1 | -32/+44 |
* | client API: fix deadlock when calling mpv_terminate_destroy before init | wm4 | 2014-07-31 | 1 | -1/+1 |
* | audio, client API: check mp_make_wakeup_pipe() return value | wm4 | 2014-07-25 | 1 | -3/+4 |
* | client API: allow calling mpv_terminate_destroy(NULL) | wm4 | 2014-07-04 | 1 | -0/+3 |
* | Add more const | wm4 | 2014-06-11 | 1 | -3/+3 |
* | client API: disable LIRC input by default | wm4 | 2014-06-09 | 1 | -0/+1 |
* | client API: minor documentation fixes/enhancements | wm4 | 2014-06-08 | 1 | -2/+2 |
* | client API: trigger wakeup when creating wakeup pipe/callback | wm4 | 2014-06-08 | 1 | -1/+5 |
* | client API: restructure waiting, do log msg wakeup properly | wm4 | 2014-06-07 | 1 | -42/+55 |
* | client API: rename mpv_destroy() to mpv_detach_destroy() | wm4 | 2014-06-07 | 1 | -4/+3 |
* | client API: add API function that ensures total destruction | wm4 | 2014-06-07 | 1 | -2/+32 |
* | client API: change mpv_wait_event() timeout semantics | wm4 | 2014-06-07 | 1 | -1/+4 |
* | client API: enlarge the message buffer if log level is high | wm4 | 2014-06-06 | 1 | -1/+2 |
* | client API: call wakeup callback if there are new messages | wm4 | 2014-06-06 | 1 | -13/+17 |
* | client API: don't update properties in uninitialized state | wm4 | 2014-06-06 | 1 | -0/+2 |
* | client API: don't use the mpv config files by default | wm4 | 2014-06-06 | 1 | -0/+1 |
* | client API: use shared code for creating the wakeup pipe | wm4 | 2014-06-06 | 1 | -12/+2 |
* | client API: fix swapped pipe ends used with mpv_set_wakeup_callback | wm4 | 2014-06-06 | 1 | -2/+2 |
* | client API: report success status when running commands | wm4 | 2014-06-01 | 1 | -2/+3 |
* | client API: fix mpv_observe_property with MP_FORMAT_NONE | wm4 | 2014-05-24 | 1 | -2/+3 |
* | client API: add mpv_load_config_file() | wm4 | 2014-05-18 | 1 | -0/+15 |
* | options: unify code for setting string and "raw" options | wm4 | 2014-05-18 | 1 | -41/+39 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -2/+2 |
* | client API: fix "missed" property notifications | wm4 | 2014-05-18 | 1 | -19/+25 |
* | player: reorganize how lua scripts are loaded | wm4 | 2014-05-13 | 1 | -0/+5 |
* | client API: fix inverted condition | wm4 | 2014-05-02 | 1 | -1/+1 |
* | client API: add chapter change event | wm4 | 2014-04-27 | 1 | -0/+1 |
* | dispatch: move into its own source file | wm4 | 2014-04-23 | 1 | -0/+1 |
* | client API: make mpv_set_option set options natively | wm4 | 2014-04-22 | 1 | -1/+1 |
* | client API: remove mpv_event_pause_reason | wm4 | 2014-04-14 | 1 | -4/+0 |
* | client API: add mpv_get_wakeup_pipe convenience function | wm4 | 2014-04-12 | 1 | -0/+32 |
* | client API: include the reason in MPV_EVENT_END_FILE | wm4 | 2014-04-11 | 1 | -0/+3 |
* | client: change equality rules for MPV_FORMAT_NONE | wm4 | 2014-04-09 | 1 | -1/+1 |
* | client: add a comment | wm4 | 2014-04-09 | 1 | -0/+2 |
* | client API: avoid redundant property change events if possible | wm4 | 2014-04-08 | 1 | -5/+50 |
* | client API: add a way to notify clients of property changes | wm4 | 2014-04-06 | 1 | -1/+213 |
* | client API: use a manual ringbuffer | wm4 | 2014-04-06 | 1 | -31/+31 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 1 | -0/+12 |
* | client API: fix timeout handling | wm4 | 2014-03-01 | 1 | -1/+4 |
* | client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK | wm4 | 2014-02-28 | 1 | -1/+3 |
* | client API: wait for remaining asynchronous requests before terminating | wm4 | 2014-02-28 | 1 | -0/+9 |
* | client API: don't explode when destroying uninitialized mpv_handle | wm4 | 2014-02-26 | 1 | -1/+2 |
* | client API: accept NULL as mpv_destroy() argument | wm4 | 2014-02-26 | 1 | -0/+3 |
* | client API: treat MPV_FORMAT_STRING differently in mpv_set_property | wm4 | 2014-02-26 | 1 | -19/+20 |
* | client API: fix broken property/option functions | xylosper | 2014-02-26 | 1 | -3/+4 |
* | client API: report pause/unpause reason | wm4 | 2014-02-24 | 1 | -8/+22 |
* | client API: expose the internal clock | wm4 | 2014-02-24 | 1 | -0/+6 |
* | client API: implement setting options using their native type too | wm4 | 2014-02-24 | 1 | -4/+13 |
* | client API: add support for accessing properties by their native type | wm4 | 2014-02-24 | 1 | -33/+158 |
* | client API: adjust error strings | wm4 | 2014-02-24 | 1 | -2/+2 |
* | client API: change semantics for MPV_FORMAT_STRING | wm4 | 2014-02-24 | 1 | -5/+5 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 1 | -0/+1 |
* | client API: add events for video and audio reconfig | wm4 | 2014-02-17 | 1 | -0/+2 |
* | client API: add a client message event | wm4 | 2014-02-17 | 1 | -0/+1 |
* | Add a client API | wm4 | 2014-02-10 | 1 | -0/+856 |