aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
...
* 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
* player/main: Fix Cygwin buildGravatar James Ross-Gowan2014-03-13
* command: fix wrong condition & remove redundant stream type checkingGravatar xylosper2014-03-13
* command: set 'media-title' property for bluray disc with meta-dataGravatar xylosper2014-03-13
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* Revert "player: simplify audio reset when seeking"Gravatar wm42014-03-10
* audio: don't downmix when doing digital passthroughGravatar wm42014-03-10
* audio: make --channels option always force the output layoutGravatar wm42014-03-10
* audio: don't write audio when pausedGravatar wm42014-03-09
* audio: remove handling of partially written dataGravatar wm42014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* command: fix osd-height propertyGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* encode: don't access ao->ptsGravatar wm42014-03-07
* lua: add license headerGravatar wm42014-03-07
* player: reformat some codeGravatar wm42014-03-03
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* command: fix null pointer dereference in idle modeGravatar wm42014-03-02
* player: cheap hack against idle event feedback loopGravatar wm42014-03-01
* client API: fix playloop thread wakeupGravatar wm42014-03-01
* lua: set a proper chunk name for builtin modulesGravatar wm42014-03-01
* lua: fix add_key_binding()Gravatar wm42014-03-01
* lua: fix format string in luaL_error()Gravatar wm42014-03-01
* client API: fix timeout handlingGravatar wm42014-03-01
* lua: fix use of renamed functionGravatar wm42014-03-01