aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* ao_jack: use new pull API helpersGravatar wm42014-03-09
* audio/out: feed AOs from a separate threadGravatar wm42014-03-09
* encode: add lockingGravatar wm42014-03-09
* command: fix osd-height propertyGravatar wm42014-03-09
* ao_null: add option for simulated device speedGravatar wm42014-03-09
* ao: remove opts fieldGravatar 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
* common: add some helper macrosGravatar wm42014-03-07
* Merge pull request #619 from mpv-player/wasapi/better_timingGravatar Diogo Franco2014-03-06
|\
| * ao_wasapi: Slightly improve timer accuracyGravatar Diogo Franco (Kovensky)2014-03-06
| * ao_wasapi: Add device latency to get_delayGravatar Diogo Franco (Kovensky)2014-03-06
|/
* wayland/shm: fix leak in buffer poolGravatar Alexander Preisinger2014-03-06
* ao_jack: fix termination on the end of fileGravatar wm42014-03-05
* build: update wafGravatar wm42014-03-04
* demux_lavf: fix typo in commentGravatar wm42014-03-04
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* player: reformat some codeGravatar wm42014-03-03
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGGravatar 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
* vo_opengl: minor simplificationGravatar wm42014-03-01
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerGravatar Niklas Haas2014-03-01
* sd_ass: add a very simple and evil way to override ASS subtitle stylesGravatar 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
* timer: add utility function to get relative timeGravatar wm42014-02-28
* msg: add --msgtime option to add timestamps to each output messageGravatar wm42014-02-28
* lua: add option to disable auto-loading of lua scriptsGravatar wm42014-02-28
* config: don't load global config files with --config-dirGravatar wm42014-02-28
* config: fix --config-dir logic for global config filesGravatar wm42014-02-28
* manpage: document properties added in previous commitGravatar wm42014-02-28
* client API: add two properties, 'time-start' and 'seekable'Gravatar xylosper2014-02-28
* client APIs: fix some typosGravatar xylosper2014-02-28
* audio: add enum name for speaker idGravatar xylosper2014-02-28
* manpage: lua: fix typoGravatar wm42014-02-28
* manpage: lua: update from previous commitGravatar wm42014-02-28
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKGravatar wm42014-02-28
* client API: wait for remaining asynchronous requests before terminatingGravatar wm42014-02-28
* ao: document some functionsGravatar wm42014-02-28
* DOCS: kill the rest of the old mplayer tech documentationGravatar wm42014-02-28
* command: use the step size for "add volume" commandsGravatar wm42014-02-27
* command: format volume property as integer for OSDGravatar wm42014-02-27
* vo_opengl: change gamma suboption to take a valueGravatar wm42014-02-27