aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* video: don't force video refresh if video is restartingGravatar wm42015-07-10
* video: add a way to disable automatic stereo conversionGravatar wm42015-07-10
* vf_stereo3d: drop internal implementationGravatar wm42015-07-10
* stream_file: remove an indirectionGravatar wm42015-07-10
* stream_file: cosmetics: shorten variable nameGravatar wm42015-07-10
* gl_hwdec: change wording in verbose messageGravatar wm42015-07-10
* player: refactor chapter seek codeGravatar wm42015-07-10
* client API: fix mpv_get_property_async() string caseGravatar wm42015-07-10
* stream_file: initialize `fd`Gravatar Ben Boeckel2015-07-09
* demux_mkv: improve video duration detection heuristicGravatar wm42015-07-09
* stream_file: add fd:// protocolGravatar wm42015-07-09
* player: disable seeking even if the cache is enabledGravatar wm42015-07-08
* player: never overwrite stop_play fieldGravatar wm42015-07-08
* input: fix exit code for quit-watch-later commandGravatar wm42015-07-08
* command: allow changing deinterlace property any timeGravatar wm42015-07-08
* vf_vdpaupp: don't attempt to deinterlace progressive framesGravatar wm42015-07-08
* mp_image: fix vf_vdpaupp referencesGravatar wm42015-07-08
* vaapi: drop compatibility crap and vo_vaapi deinterlacerGravatar wm42015-07-08
* vf_vavpp: don't attempt to deinterlace progressive framesGravatar wm42015-07-08
* vaapi: increase number of additional surfacesGravatar wm42015-07-08
* command: make deinterlace property use interlaced-only yadif modeGravatar wm42015-07-07
* vf_yadif: expose interlaced frame modeGravatar wm42015-07-07
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextGravatar wm42015-07-07
* options: cleanup hwdec name mappingsGravatar wm42015-07-07
* vo_opengl_cb: drop frames eagerly if frames are not renderedGravatar wm42015-07-07
* af: fix behavior with pathologic filter chainsGravatar wm42015-07-07
* sub: fix srt subs and other casesGravatar wm42015-07-07
* player: add missing include directiveGravatar wm42015-07-06
* sub: protect ASS_Renderer stateGravatar wm42015-07-06
* dxva2: fix handling of cropped videoGravatar wm42015-07-06
* ao_coreaudio: fix device latency, share the codeGravatar wm42015-07-06
* ipc: fix undefined behavior in some error casesGravatar wm42015-07-06
* ao_coreaudio_exclusive: continue even if setting physical format failsGravatar wm42015-07-06
* video: replace our own refcounting with libavutil'sGravatar wm42015-07-05
* mp_image: make image writeable before overwriting paletteGravatar wm42015-07-05
* vo: free frames before killing VOGravatar wm42015-07-04
* ao_coreaudio_exclusive: fix some verbose outputGravatar wm42015-07-04
* timer: fix a corner case on clock changesGravatar wm42015-07-04
* win32: use QueryPerformanceCounter for timingGravatar James Ross-Gowan2015-07-04
* ipc: add request_id to jsonGravatar Preston Hunt2015-07-03
* manpage: fix dwmflush parameterGravatar wm42015-07-03
* vo: set correct frame parameters on redrawGravatar wm42015-07-03
* ao: don't pass along AO arguments when redirectingGravatar wm42015-07-03
* ao_coreaudio: add exclusive suboptionGravatar wm42015-07-03
* ao_coreaudio_exclusive: support PCMGravatar wm42015-07-03
* ao_coraudio: reject all non-PCM formatsGravatar wm42015-07-03
* ao_coreaudio_utils: reduce spamGravatar wm42015-07-03
* ao_coreaudio_utils: fix format back-mappingGravatar wm42015-07-03
* ao_coreaudio_exclusive: do not set ao->bpsGravatar wm42015-07-03
* ao_coreaudio_exclusive: dump all latency info in verbose modeGravatar wm42015-07-03