aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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: clarify mpv_get_wakeup_pipe docsGravatar wm42014-06-07
* client API: add API function that ensures total destructionGravatar wm42014-06-07
* client API: docs: some clarificationsGravatar wm42014-06-07
* client API: change mpv_wait_event() timeout semanticsGravatar wm42014-06-07
* build: prevent installation of client API exampleGravatar wm42014-06-06
* 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
* x11: cleanup motif hints handlingGravatar 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
* input: don't print warning when aboting playback via commandsGravatar wm42014-06-06
* wscript: update waf version check to the version in bootstrap.pyGravatar wm42014-06-06
* sub: remove old style override optionGravatar wm42014-06-05
* sub: add --ass-style-override=force optionGravatar wm42014-06-05
* stream/cache: handle failure of seeking underlying streamGravatar wm42014-06-05
* lua: make warning about unknown scripts -v onlyGravatar wm42014-06-04
* filter_kernels: fix nearest scalerGravatar wm42014-06-04
* filter_kernels: add nearest neighbour scalingGravatar lucy2014-06-03
* audio/out/push: don't attempt to fill AO buffer when pausedGravatar wm42014-06-03
* 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
* wayland: remove stub for unimplemented functionGravatar wm42014-06-02
* osd/libass: use BorderStyle=4 for backgroundGravatar wm42014-06-01
* player: write file name to the watch later config fileGravatar Alessandro Ghedini2014-06-01
* audio: prefer dsound over wasapiGravatar wm42014-06-01
* demux_lavf: support new rotation metadata APIGravatar wm42014-06-01
* command: improve video-bitrate propertyGravatar Andrey Morozov2014-06-01
* vo: correctly initialize parameters in corner casesGravatar wm42014-06-01
* m_option: use isfinite() instead of isnormal()Gravatar wm42014-06-01
* stream: remove VCD supportGravatar wm42014-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
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* gl_common: remove dlsym() fallbackGravatar wm42014-05-31
* gl_wayland: remove probably unneeded workaroundGravatar wm42014-05-31
* gl_x11: remove workaround for PPC OSX 10.4Gravatar wm42014-05-31
* gl_x11: always require some GLX API functions, avoid dlsym()Gravatar wm42014-05-31
* ao_alsa: make device the first sub optionGravatar wm42014-05-31
* audio/out/push: keep some extra bufferGravatar wm42014-05-31
* ao_alsa: reduce spurious wakeupsGravatar wm42014-05-30
* tv: remove sysinfo() usageGravatar wm42014-05-30
* audio/out/push: handle draining correctlyGravatar wm42014-05-30
* audio: change handling of an EOF corner caseGravatar wm42014-05-30
* ao_alsa: use poll() to wait for deviceGravatar wm42014-05-30