aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* lua: support MPV_END_FILE_REASON_REDIRECTGravatar wm42015-06-11
* client API: add MPV_END_FILE_REASON_REDIRECTGravatar wm42015-06-11
* client API: leave mpv_event_end_file.error to 0 on no errorGravatar wm42015-06-11
* lua: export end-file event fieldsGravatar wm42015-06-11
* ao_alsa: change ALSA braindeath heuristicGravatar wm42015-06-11
* command: add keypress, keydown, and keyup commands.Gravatar torque2015-06-11
* player: use 4 as process exit code on user quitsGravatar wm42015-06-10
* options: make keyvalue list parsing less strictGravatar wm42015-06-10
* vo_opengl: fix a small memory leak when loading user shadersGravatar wm42015-06-09
* vo_opengl: fix dangling pointers with vo_cmdlineGravatar wm42015-06-09
* audio: add some change notificationsGravatar wm42015-06-09
* ao_coreaudio: change physical stream format synchronouslyGravatar wm42015-06-09
* audio/out/pull: avoid dropping some audio when drainingGravatar wm42015-06-09
* audio/out/pull: correctly pad partial frames with silenceGravatar wm42015-06-09
* command: fix audio-out-detected-device propertyGravatar wm42015-06-09
* command: remove unnecessary event IDsGravatar wm42015-06-09
* command: make property event mask matching more restrictiveGravatar wm42015-06-09
* ao_alsa: refine channel count mismatch error messageGravatar wm42015-06-09
* vaapi: add missing license headerGravatar wm42015-06-08
* gl_osd: fix license headerGravatar wm42015-06-08
* vo: clarify conditionGravatar wm42015-06-08
* vo: restore frame-drop logic for high-fps clipsGravatar Avi Halachmi (:avih)2015-06-07
* ytdl_hook: Support 'multi_video' resultsGravatar Jaime Marquínez Ferrándiz2015-06-07
* Revert "opengl: drop less frames when clip and display have similar fps"Gravatar wm42015-06-07
* Revert "vo: improve frame drop logic on high playback rate"Gravatar wm42015-06-07
* vo_vdpau: add a NULL check, verify image dimensionsGravatar wm42015-06-06
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionGravatar wm42015-06-05
* audio: do not allow AO to change passthrough formatsGravatar wm42015-06-05
* vo_vdpau: limit output surfaces to allowed maximum dimensionsGravatar wm42015-06-05
* vo_vdpau: directly get surface size from surface for screenshotsGravatar wm42015-06-05
* vo_vdpau: shorten 2 variable namesGravatar wm42015-06-05
* video: remove worthless log messageGravatar wm42015-06-05
* vf_sub: minor simplificationGravatar wm42015-06-05
* filter_kernels: distinguish between regular/EWA robidouxGravatar Niklas Haas2015-06-05
* vo_vdpau: check maximum video sizeGravatar wm42015-06-04
* audio: do not exit when loading small files in paused modeGravatar wm42015-06-04
* ao_alsa: refuse to use spdif if AES flags can't be setGravatar wm42015-06-04
* af_lavrresample: slightly better computation of total delayGravatar wm42015-06-04
* af_lavrresample: use a new libswresample function if availableGravatar wm42015-06-04
* af_lavrresample: change output samples calculationGravatar wm42015-06-04
* ao_alsa: hack against potential spdif failureGravatar wm42015-06-04
* bootstrap.py: make it work on win32Gravatar wm42015-06-04
* inpout.conf: make shift+o toggle between 2 states onlyGravatar wm42015-06-03
* player: print track list when switching tracksGravatar wm42015-06-03
* player: print a message along with track listGravatar wm42015-06-03
* player: don't print stream list when adding external tracks during loadGravatar wm42015-06-03
* af_lavrresample: use native libavresample function for output sizeGravatar wm42015-06-02
* demux_lavf: fix wrong printf parameter type on 64 bit systemsGravatar wm42015-06-02
* ao_coreaudio_exclusive: move generic functions to utilsGravatar wm42015-06-02