aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* stream: remove old chapter handling codeGravatar wm42014-03-25
* player: remove confusing argc/argv adjustmentGravatar wm42014-03-23
* command: make 'disc-title' property writableGravatar xylosper2014-03-18
* osc: add enable/disable message, and map DEL to disabling the OSCGravatar wm42014-03-17
* lua: rename mp.register_script_command() to mp.register_script_message()Gravatar wm42014-03-17
* command, lua: change script_message semanticsGravatar wm42014-03-17
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* command: rename dvd- properties to disc-Gravatar wm42014-03-15
* command: prefix DVD title properties with "dvd-"Gravatar wm42014-03-15
* command: add new property 'title'Gravatar xylosper2014-03-15