aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vo_direct3d: check whether D3DFMT_A8 is availableGravatar wm42014-11-27
* gl_video: minor simplificationGravatar wm42014-11-27
* command: sub_add with "auto" should not always select a subtitle trackGravatar wm42014-11-27
* audio: alternative fix for previous commitGravatar wm42014-11-27
* audio: fix busy loop when seeking while pausedGravatar wm42014-11-27
* mixer: don't show softvol neutral marker on OSD if not using softvolGravatar wm42014-11-27
* vo_opengl: Linearize non-RGB sRGB files correctly (eg. JPEG)Gravatar Niklas Haas2014-11-26
* Do not call strerror()Gravatar wm42014-11-26
* gl_common: factor context creationGravatar wm42014-11-26
* vo_opengl: Reword comment in shaderGravatar Niklas Haas2014-11-26
* vo_opengl: make operator precedence explicitGravatar wm42014-11-26
* vo_opengl: fix srgb with certain inputsGravatar wm42014-11-26
* vo_opengl: somethingGravatar wm42014-11-26
* ytdl: bump requrired youtube-dl version to 2014.11.26Gravatar ChrisK22014-11-26
* ytdl: Try to handle multi-arc videosGravatar ChrisK22014-11-26
* ytdl: When using DASH, print actual durationGravatar ChrisK22014-11-26
* DOCS/crosscompile-mingw: updateGravatar Timothy Gu2014-11-26
* manpage: lua: fix typo paramater -> parameterGravatar Alessandro Ghedini2014-11-26
* demux_lavf: set PTS of first packet for formats with no timestampsGravatar wm42014-11-25
* ao_alsa: fix channel map in pre-channel map API caseGravatar wm42014-11-25
* ao_alsa: always enable "plug" plugin for non-default deviceGravatar wm42014-11-25
* ao_alsa: select and set channel maps via channel map APIGravatar wm42014-11-25
* ao_alsa: minor fixesGravatar wm42014-11-25
* client API: make sure youtube-dl is not used by defaultGravatar wm42014-11-25
* cocoa: don’t hand over view memory ownership to libmpv clientsGravatar Stefano Pigozzi2014-11-25
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* ao_alsa: cleanupsGravatar wm42014-11-25
* player: add option not to use OSD/fontconfigGravatar wm42014-11-25
* audio: make mp_chmap_to_str() return a stack-allocated stringGravatar wm42014-11-24
* ao_alsa: try to use the channel map reported by ALSAGravatar wm42014-11-24
* travis: restrict build matrix furtherGravatar wm42014-11-24
* travis: add gcc to the build matrixGravatar wm42014-11-24
* input: simplifyGravatar wm42014-11-24
* lua: remove redundant callGravatar wm42014-11-24
* lua: always handle key repeat on the script sideGravatar wm42014-11-24
* lua, ipc: remove leftoversGravatar wm42014-11-24
* command: don't queue framestepsGravatar wm42014-11-23
* player: don't crash when using sub_seek without subtitlesGravatar wm42014-11-23
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: restrict client namesGravatar wm42014-11-23
* x11: fix crashGravatar wm42014-11-23
* x11: fix crash with --wid=0 and vo_xv/vo_x11Gravatar wm42014-11-23
* input: set mouse area by default for all inputGravatar wm42014-11-23
* subprocess: minor cosmetic cleanupGravatar wm42014-11-22
* README: cleanup contact sectionGravatar wm42014-11-22
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
* manpage: update utils.subprocess() for WindowsGravatar James Ross-Gowan2014-11-22
* lua: subprocess: use macros for SetHandleInformationGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix handle inheritance race conditionGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix Ctrl+C handling on WindowsGravatar James Ross-Gowan2014-11-22