aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* player: remove audio waitingGravatar wm42014-04-15
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* command: add property to indicate when pausing due to --keep-openGravatar wm42014-04-14
* command: add a property to indicate core pause stateGravatar wm42014-04-14
* command: vf-metadata: minor fixup of return statusGravatar Kevin Mitchell2014-04-14
* command: add vf-metadata propertyGravatar Kevin Mitchell2014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* player: hack to fix --msgmodule --term-osd-barGravatar wm42014-04-13
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesGravatar David Weber2014-04-13
* lua: make it easier to integrate with foreign event loopsGravatar wm42014-04-12
* lua: wrap mpv_get_wakeup_pipe()Gravatar wm42014-04-12
* client API: add mpv_get_wakeup_pipe convenience functionGravatar wm42014-04-12
* client API: include the reason in MPV_EVENT_END_FILEGravatar wm42014-04-11
* lua: add helper function for printing a tableGravatar wm42014-04-11
* lua: add a minor helper functionGravatar wm42014-04-10
* client: change equality rules for MPV_FORMAT_NONEGravatar wm42014-04-09
* client: add a commentGravatar wm42014-04-09
* cache: allow resizing at runtimeGravatar wm42014-04-09
* osc: fix playlist displayGravatar ChrisK22014-04-09
* client API: avoid redundant property change events if possibleGravatar wm42014-04-08
* command: property set commands should send property change notificationsGravatar wm42014-04-08
* lua: add API for observing property changesGravatar wm42014-04-08
* lua: add basic mpv_observe_property supportGravatar wm42014-04-06
* client API: add a way to notify clients of property changesGravatar wm42014-04-06
* client API: use a manual ringbufferGravatar wm42014-04-06
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* lua: give more control over timersGravatar wm42014-04-02
* lua: add mp.unregister_event() functionGravatar wm42014-04-01
* encode_lavc: copy metadata to output fileGravatar Alessandro Ghedini2014-03-30
* command: allow changing filters before video chain initializationGravatar wm42014-03-30
* command: change what the metadata property returnsGravatar wm42014-03-30
* command: minor simplificationGravatar wm42014-03-30
* command: add helper function to split property pathsGravatar wm42014-03-30
* osc: make OSC more responsive when pausedGravatar ChrisK22014-03-30
* player: add missing "-" to options in workaround notice on A/V desynchronizationGravatar Sebastian Morr2014-03-30
* audio: remove sample rate limit checksGravatar wm42014-03-30
* player: dvdnav: fix start time when entering and leaving menuGravatar wm42014-03-30
* Merge remote-tracking branch 'mpv/pr/676'Gravatar wm42014-03-30
|\
| * player: rename dvdnav to discnavGravatar xylosper2014-03-30
| * stream_bluray: implement navigation interface for Blu-ray streamGravatar xylosper2014-03-29
* | video/out: remove legacy colorspace stuffGravatar wm42014-03-29
|/
* player: fix unchecked access for chapter metadataGravatar wm42014-03-26
* dvdnav: fix minor memory leakGravatar wm42014-03-25
* dvdnav: check and update video resolution whenever renderingGravatar xylosper2014-03-25
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyGravatar xylosper2014-03-25
* dvdnav: prevent reallocation of fake highlight bufferGravatar xylosper2014-03-25
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valueGravatar wm42014-03-25
* player: handle chapter range like --start/--endGravatar wm42014-03-25
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timesGravatar wm42014-03-25
* player: remove weird separation between no chapters and 0 chaptersGravatar wm42014-03-25