summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: simplify the case without texture_rgwm42014-12-183-28/+18
* player: cosmetics: remove ancient commentwm42014-12-171-3/+0
* command: extend revert_seek commandwm42014-12-173-5/+24
* vo_opengl: don't assume legacy OpenGL is available with GLESwm42014-12-171-1/+1
* build: add -Werror=format-security, add -W flags in all platformswm42014-12-171-5/+7
* vo_opengl: add some OpenGL standard symbols missing on OSXwm42014-12-171-0/+7
* vo_opengl: GLES 3 supportwm42014-12-176-24/+111
* vo_opengl: remove useless FBO testwm42014-12-171-34/+2
* vo_opengl: cleanup dither texture creationwm42014-12-171-4/+9
* vo_opengl: switch default FBO format to rgba, use GL_RGBAwm42014-12-172-4/+7
* vo_opengl: glsl: stricter typingwm42014-12-171-20/+20
* dvd: add the last chapterwm42014-12-161-1/+1
* vo_opengl: remove icc profile options from runtime-settable optionswm42014-12-161-16/+14
* vo_opengl: remove requirement for RG textureswm42014-12-165-42/+92
* vo_opengl: remove inactive codewm42014-12-161-1/+0
* vo_opengl: fix broken rejection of extended scalingwm42014-12-161-3/+2
* ao_coreaudio: fix mono/stereo channel mappingStefano Pigozzi2014-12-161-9/+7
* ao_coreaudio: add missing goto for error pathStefano Pigozzi2014-12-161-0/+1
* ao/wasapi: use IsEqualGUID and IsEqualPropertyKeyKevin Mitchell2014-12-163-30/+9
* Revert "vo/w32_common: use local definition of IID_ITaskbarList2"Kevin Mitchell2014-12-161-7/+1
* vo/w32_common: use local definition of IID_ITaskbarList2Kevin Mitchell2014-12-151-1/+7
* build: require alsa libs not older than 6 yearswm42014-12-161-1/+1
* manpage: ao_alsa: link upmix wiki entrywm42014-12-161-2/+6
* command: format ${avsync} like on terminal status linewm42014-12-161-0/+4
* audio: make native channel count the default instead of stereo downmixwm42014-12-153-5/+35
* ao_alsa: remove old multichannel methodwm42014-12-151-49/+3
* ao_alsa: add ridiculous hack to deal with braindead ALSA behaviorwm42014-12-151-3/+42
* client API: be more lenient about mpv_suspend/resume mismatcheswm42014-12-154-45/+57
* lua: cosmetics: fix some include directiveswm42014-12-151-3/+2
* ao/wasapi: set the ao with the waveformat channelmapKevin Mitchell2014-12-151-1/+10
* scripting: fix/improve deprecation messagewm42014-12-151-3/+6
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingwm42014-12-157-150/+96
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-1513-47/+66
* vo_x11: don't attempt to resize when unconfiguredwm42014-12-141-2/+3
* vo_x11: check allocation errorswm42014-12-141-3/+10
* build: add checks for some compiler warning flagswm42014-12-141-8/+8
* vd_lavc: fix error handling pathwm42014-12-131-11/+12
* mp_image: check for malloc failurewm42014-12-131-0/+2
* command, dvd: add property which returns list of DVD titleswm42014-12-135-22/+123
* stream_cdda: don't return number of tracks as number of titleswm42014-12-131-5/+0
* dvd: drop last chapterwm42014-12-131-2/+2
* dvd: add an extra chapter at position 0wm42014-12-131-2/+2
* osxbundle: don't use sed but pure pythonMihai Moldovan2014-12-131-1/+3
* DOCS: add missing close bracketBen Boeckel2014-12-121-1/+1
* options: add option for ignoring patch in resume mechanismwm42014-12-134-4/+13
* player: add a --keep-open=always modewm42014-12-123-11/+26
* options: fix parsing for --ab-loop-*wm42014-12-121-1/+1
* Check some mallocswm42014-12-122-0/+8
* DOCS/crosscompile-mingw: updatewm42014-12-121-7/+15
* command: add properties for current bitratewm42014-12-124-1/+67
* demux: don't always make --cache-secs override --demuxer-readahead-secswm42014-12-122-3/+8
* options: make --no-... options work for OPT_REPLACED toowm42014-12-112-9/+24
* DOCS/contribute.md: remove unintentional headlineselsta2014-12-111-2/+2
* pipe-win32: possible fix for Windows XP deadlockJames Ross-Gowan2014-12-111-0/+10
* manpage: fix mistake in --video-zoom mentionwm42014-12-111-1/+1
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-116-92/+132
* lua: don't ignore key press events for script key bindingswm42014-12-101-2/+2
* command: fix crash with some forms of script_bindingwm42014-12-101-1/+1
* player: update chapter marks when switching fileswm42014-12-101-0/+4
* player: set a specific window title in idle modewm42014-12-101-1/+1
* m_option: never return NOPTS value as number from propertieswm42014-12-101-5/+36
* vo: fix some nonsensewm42014-12-104-11/+8
* command: add "idle" propertywm42014-12-102-2/+20
* emux_mkv: fix possible uninitialized reads with short fileswm42014-12-101-1/+3
* manpage: update the ao_alsa example (no-block was removed)wm42014-12-091-2/+2
* DOCS/client_api_examples: remove nonsensewm42014-12-092-4/+3
* vo_opengl: fix linkage typewm42014-12-091-1/+1
* vo_opengl: make shader text output slightly nicerwm42014-12-091-2/+2
* vo_opengl: don't crash if framebuffers are not availablewm42014-12-091-0/+9
* options: enable --ytdl by defaultwm42014-12-093-7/+4
* player: change interaction between revert_seek and ab-loopswm42014-12-091-0/+1
* vo_opengl_cb: simplify reconfigure, render transparent if unconfiguredwm42014-12-093-15/+18
* vo_opengl: make background color configurablewm42014-12-093-3/+15
* options: --wid can be set at any timewm42014-12-091-1/+1
* w32: copy WinID optionwm42014-12-091-14/+14
* x11: copy WinID optionwm42014-12-092-16/+22
* client API: expose OpenGL rendererwm42014-12-0928-25/+993
* vo: include normal render-ahead time in flip_queue_offsetwm42014-12-093-9/+13
* w32_common: fix GUID linking in CygwinJames Ross-Gowan2014-12-091-0/+1
* player: restore ab-loop settings with playback resumewm42014-12-091-0/+2
* cocoa: fix crashStefano Pigozzi2014-12-081-5/+0
* input.conf: add example for aspect ratio cyclingwm42014-12-081-0/+2
* demux_mkv: support svq3wm42014-12-081-14/+24
* build: fix --disable-libasswm42014-12-081-2/+2
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-083-2/+7
* vo_opengl: enable fancy-downscaling for opengl-hq againwm42014-12-081-1/+1
* vo_opengl: use all filter sizes possible with the shaderswm42014-12-082-33/+21
* vo_opengl: refactor: instantiate scaler functions at runtimewm42014-12-082-44/+43
* vo_opengl: never use 1D textures for lookup textureswm42014-12-082-48/+35
* vo_opengl: refactor: merge convolution function and sampler entrypointwm42014-12-081-67/+36
* w32_common: ensure taskbar is hidden when fullscreenJames Ross-Gowan2014-12-081-2/+28
* DOCS: Improve documentation of --ytdl-format optionChrisK22014-12-071-1/+4
* cocoa: ignore first file open events from command lineStefano Pigozzi2014-12-072-0/+9
* cocoa: bundle: use idle=onceStefano Pigozzi2014-12-071-1/+1
* options: add a 'once' idle modeStefano Pigozzi2014-12-073-3/+11
* sub: remove assertionwm42014-12-071-2/+1
* player: when seeking past EOF with --keep-open, seek to last framewm42014-12-073-7/+47
* vo_opengl: extend filter size to 64wm42014-12-062-3/+9
* vo_opengl: clamp filters to their sizewm42014-12-061-1/+2
* cocoa: fix view leak in uninit when fullscreenStefano Pigozzi2014-12-061-1/+9
* af_hrtf: Fix out-of-range read.reimar2014-12-061-2/+7
* cocoa: use --idle when running inside bundleStefano Pigozzi2014-12-066-156/+59
* demux_mkv: reject 0 TimecodeScalewm42014-12-061-0/+4
* cocoa: don't change app activation policy in libmpvStefano Pigozzi2014-12-061-3/+4
* demux_playlist: fix negated conditionwm42014-12-061-1/+1
* vo_opengl: disable fancy-downscaling for opengl-hq againwm42014-12-061-1/+1
* vo_opengl: extend filter size to 32wm42014-12-062-25/+25
* vaapi/GLX: remove a direct reference to an GL symbolwm42014-12-061-1/+2
* demux: silence unseekable messagewm42014-12-051-2/+2
* demux_playlist: detect headerless m3u files by extensionwm42014-12-051-1/+24
* cocoa: save screenshots to desktop when using app bundleStefano Pigozzi2014-12-051-0/+1
* cocoa: don't create Dock icon for audio only filesStefano Pigozzi2014-12-052-17/+25
* DOCS, OSC: Un-document removed seektooltip optionChrisK22014-12-051-4/+0
* osc: improve slimbox layout and minor code cleanupsChrisK22014-12-051-82/+92
* DOCS, OSC: Document layout optionChrisK22014-12-051-1/+6
* assdraw: Properly approximate circle for rounded boxChrisK22014-12-051-4/+5
* ao_alsa: minor simplificationwm42014-12-051-5/+1
* ao_alsa: hackfix mono playbackwm42014-12-051-0/+3
* osc, dvd, bd: fix mouse state when changing menu modeswm42014-12-052-4/+9
* coreaudio: don't output too many channel descriptionsStefano Pigozzi2014-12-051-0/+6
* Merge pull request #1314 from rossy/win-waf-gitignoreJames Ross-Gowan2014-12-051-0/+2
|\
| * gitignore: ignore waf directory on WindowsJames Ross-Gowan2014-12-051-0/+2
|/
* coreaudio: add missing \n in log lineStefano Pigozzi2014-12-051-1/+1
* coreaudio: don't print layout a second timeStefano Pigozzi2014-12-051-1/+1
* ao_alsa: simplify, remove no-block suboptionwm42014-12-052-19/+8
* cocoa: don't async redraw when waiting for VO redrawStefano Pigozzi2014-12-041-1/+3
* ao_alsa: try to fallback to "default" device if device is busywm42014-12-041-1/+6
* demux: explicitly wake up playback thread on metadata change etc.wm42014-12-041-0/+2
* demux: don't print message if replaygain tags were not foundwm42014-12-041-3/+1
* discnav: remove redundant callwm42014-12-041-2/+0
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-045-3/+27
* input: add a hack to fix keyboard navigation with dvd/bd menuwm42014-12-041-0/+2
* build: update to waf 1.8.4Stefano Pigozzi2014-12-042-3/+3
* coreaudio: reject descriptions with too many channelsStefano Pigozzi2014-12-041-0/+7
* coreaudio: fix more layout printsStefano Pigozzi2014-12-041-2/+2
* coreaudio: fix prints of uint32_t in log_layoutStefano Pigozzi2014-12-041-10/+10
* dvd, bd, osc: disable OSC while a menu is activewm42014-12-041-0/+9
* build: showqscale was removedwm42014-12-041-2/+1
* video: remove things forgotten in previous commitwm42014-12-033-19/+0
* video: remove internal QP passingwm42014-12-035-205/+4
* video/filter: kill vf_pp (libpostproc)wm42014-12-037-316/+0
* lua: fully cleanup removed key bindingswm42014-12-031-0/+1
* vo_opengl: make uninit idempotentwm42014-12-032-6/+6
* vo_opengl: move hwdec parts into their own fileswm42014-12-0311-113/+162
* vdpau/GLX: don't access VO backendwm42014-12-036-17/+16
* vaapi/GLX: don't access VO backendwm42014-12-032-3/+5
* vda: make independent from cocoa backendwm42014-12-033-8/+7
* vda: use implicit current GL contextStefano Pigozzi2014-12-033-16/+1
* input, lua: make removing key bindings workwm42014-12-031-3/+4
* cocoa: remove urlencoding for url open eventsStefano Pigozzi2014-12-021-0/+2
* build: give precedence to Lua52 over LuaJITStefano Pigozzi2014-12-021-2/+1
* cocoa: add https:// url scheme to bundle's plistStefano Pigozzi2014-12-021-0/+1
* cocoa: add mk3d UTI to bundle's plistNyx0uf2014-12-021-0/+23
* client API: allow multiple mpv instances with terminal=yeswm42014-12-022-16/+21
* vo_opengl: minor changeswm42014-12-023-10/+12
* vo_opengl: print error number if framebuffer creation failswm42014-12-021-2/+4
* osc: always force mouse_move bindingwm42014-12-021-1/+1
* lua: fix broken error messagewm42014-12-021-1/+1
* vd_lavc: use avcodec_is_open()wm42014-12-021-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-021-0/+1
* client API: print version on initializationwm42014-12-021-0/+2
* DOCS/client-api-changes: mark release 0.7.0wm42014-12-021-0/+1
* cocoa: split mkv/webm for imported UTI in plistNyx0uf2014-12-011-0/+20
* cocoa: fix opening reference URLs (.file/id=)Stefano Pigozzi2014-12-011-2/+4
* audio: fix one of the previous commitswm42014-12-011-1/+1
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-016-1/+13
* ao_coreaudio: initialize fetched properties to zerosStefano Pigozzi2014-12-011-2/+2
* options: fix channel map options sometimes failingwm42014-12-011-1/+1
* options: fix swapped deprecated/replacement in warningwm42014-12-011-1/+1
* options: simplify channel map validationwm42014-12-011-4/+3
* audio: allow more than 20 channel map entrieswm42014-12-014-8/+19
* vo_opengl: remove redundant GL state initializationwm42014-12-011-4/+0
* vd_lavc: don't crash if codec could not be openedwm42014-12-011-1/+1
* ao/wasapi: make set_ao_format EX/EXTENSIBLE agnosticKevin Mitchell2014-12-011-14/+28
* ao/wasapi: fix set_ao_formatKevin Mitchell2014-12-011-23/+10
* ao/wasapi: show actual waveformat triedKevin Mitchell2014-12-011-8/+30
* ao/wasapi: don't assume 32-bits == floatKevin Mitchell2014-12-011-45/+43
* ao/format: add af_fmt_is_floatKevin Mitchell2014-12-012-0/+6
* ao/wasapi: make sure that < 16-bit pcm never happensKevin Mitchell2014-12-011-6/+16
* ao/wasapi: get rid of WAVEFMT unionKevin Mitchell2014-12-011-29/+13
* demux_playlist: don't ignore last line in m3uwm4