aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* player: hide some messages in verbose modeGravatar wm42014-06-09
* client API: disable LIRC input by defaultGravatar wm42014-06-09
* audio: add a "weak" gapless mode, and make it defaultGravatar wm42014-06-09
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* client API: minor documentation fixes/enhancementsGravatar wm42014-06-08
* client API: trigger wakeup when creating wakeup pipe/callbackGravatar wm42014-06-08
* client API: restructure waiting, do log msg wakeup properlyGravatar wm42014-06-07
* client API: rename mpv_destroy() to mpv_detach_destroy()Gravatar wm42014-06-07
* client API: add API function that ensures total destructionGravatar wm42014-06-07
* client API: change mpv_wait_event() timeout semanticsGravatar wm42014-06-07
* client API: enlarge the message buffer if log level is highGravatar wm42014-06-06
* client API: call wakeup callback if there are new messagesGravatar wm42014-06-06
* client API: fix terminal usageGravatar wm42014-06-06
* client API: don't update properties in uninitialized stateGravatar wm42014-06-06
* client API: don't use the mpv config files by defaultGravatar wm42014-06-06
* client API: use shared code for creating the wakeup pipeGravatar wm42014-06-06
* client API: fix swapped pipe ends used with mpv_set_wakeup_callbackGravatar wm42014-06-06
* lua: make warning about unknown scripts -v onlyGravatar wm42014-06-04
* command: format_bitrate: fix conversion to kbits and mbitsGravatar Marcoen Hirschberg2014-06-02
* osc: keep track of the "fullscreen" state when it changesGravatar Marcoen Hirschberg2014-06-02
* player: write file name to the watch later config fileGravatar Alessandro Ghedini2014-06-01
* command: improve video-bitrate propertyGravatar Andrey Morozov2014-06-01
* client API: report success status when running commandsGravatar wm42014-06-01
* command: property notification when changing af/vfGravatar wm42014-06-01
* command: add const to mp_notify_propertyGravatar wm42014-06-01
* audio: change handling of an EOF corner caseGravatar wm42014-05-30
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* osc: correct calculation of slider positionGravatar ChrisK22014-05-28
* osc: extend hitbox of seekbars to include gapGravatar ChrisK22014-05-27
* lua: slightly nicer diagnostics outputGravatar wm42014-05-27
* lua: add missing include filesGravatar wm42014-05-26
* lua: fix compilation with lua 5.2Gravatar wm42014-05-26
* command: add write_watch_later_config commandGravatar Martin2014-05-26
* lua: add some filesystem utility functionsGravatar wm42014-05-25
* osc: fix chapter list displayGravatar ChrisK22014-05-24
* client API: fix mpv_observe_property with MP_FORMAT_NONEGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* player: don't init/uninit terminal at runtimeGravatar wm42014-05-24
* lua/osc: forgot some changed files in previous commitGravatar ChrisK22014-05-23
* lua/osc: small overhaulGravatar ChrisK22014-05-23
* player: give quit_watch_later an exit code argument like quitGravatar wm42014-05-22
* tl_mpv_edl: correct misspelling on line 233Gravatar Yomi02014-05-22
* player: fix cover art sometimes "syncing" against audioGravatar wm42014-05-22
* player: suggest --no-audio-display on cover artGravatar wm42014-05-22
* video: fix display of cover art with vo_vdpauGravatar wm42014-05-22