summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* win32: add mmap() emulationwm42014-12-269-25/+77
* ao_coreaudio: fix AudioChannelLayout allocationsStefano Pigozzi2014-12-261-34/+46
* stream_pvr: remove redundant log prefixeswm42014-12-261-103/+82
* stream_pvr: increase timeout, slightly better error reportingwm42014-12-261-5/+10
* manpage: lua: fix a linkwm42014-12-261-1/+1
* osxbundle: fix cascading config loadingStefano Pigozzi2014-12-261-0/+0
* manpage: fix typowm42014-12-251-2/+2
* manpage: lua: fixes and improvementswm42014-12-251-20/+15
* vo_opengl: don't use 10 bit video on Intel GPUswm42014-12-242-0/+31
* player: hack against --keep-open misbehaving with broken fileswm42014-12-241-0/+2
* player: fix a typo in message outputwm42014-12-241-1/+1
* stream: always disable cache for pseudo-streamswm42014-12-242-1/+3
* ipc: add enable_event and disable_event commandswm42014-12-242-0/+41
* client API: document requirement to block SIGPIPEwm42014-12-242-1/+3
* ipc: report some user errors betterwm42014-12-241-2/+5
* stream_edl: disable cachingwm42014-12-231-0/+1
* vo_opengl_cb: use VAOs even in OpenGL 2.1wm42014-12-231-5/+15
* vo_opengl_cb: always setup/break vertex array bindingswm42014-12-231-3/+13
* ao_alsa: fix unpause path atfer previous commitwm42014-12-231-0/+2
* ao_alsa: fix resuming from suspend modewm42014-12-231-4/+12
* vo_opengl: fix build on OSXwm42014-12-231-0/+6
* demux_mkv: use attachment filename as coverart titlewm42014-12-231-0/+1
* vo_opengl: don't allow setting 3D LUT if unsupportedwm42014-12-231-1/+5
* vo_opengl: make use of newer OpenGL logging APIwm42014-12-235-2/+58
* demux_mf: add probing by mime typewm42014-12-221-1/+5
* demux_mkv: support embedded coverartwm42014-12-223-1/+34
* vo_opengl_cb: parse renderer parameterswm42014-12-221-5/+10
* vo_opengl, vo_opengl_cb: check GL version in rendererwm42014-12-223-5/+9
* client API: fix compiler warning if openglcb API is disabledwm42014-12-221-1/+0
* vo_opengl_cb: free context on exitwm42014-12-222-0/+11
* vo_opengl: fix feature detectionwm42014-12-221-1/+1
* client API: fix mpv_wakeup()wm42014-12-221-2/+2
* sd_lavc: ignore image subtitles with unknown duration after 1 minutewm42014-12-221-0/+3
* sd_lavc: compensate for a stupid libavcodec API issuewm42014-12-211-1/+4
* sub: reset sub decoder correctly when cycling subtitleswm42014-12-211-3/+1
* player: cosmetics: move code aroundwm42014-12-212-16/+15
* old-configure: fix disabling VAAPI GLX with --disable-glwm42014-12-211-5/+4
* vo_opengl: improve fallback handling with GLESwm42014-12-214-16/+30
* vo_opengl: silence an INVALID_ENUM error with GLES2James Ross-Gowan2014-12-211-1/+2
* vo_opengl: GLES does not support GL_BGRAwm42014-12-203-5/+5
* vo_opengl_old: fix OSD regressionwm42014-12-204-7/+16
* player: don't show "0%" percentage in infinite streamswm42014-12-202-4/+9
* ao_alsa: fix setting mono channel mapwm42014-12-201-0/+5
* ao_alsa: remove some dead codewm42014-12-201-6/+0
* audio: fix previous commitwm42014-12-201-4/+4
* audio: fix fallback if audio API does not support monowm42014-12-201-6/+5
* cocoa: mark window for redraw after title changeStefano Pigozzi2014-12-201-1/+3
* player: print only changed tagswm42014-12-192-4/+24
* vo_opengl: remove pointless glFinish callswm42014-12-192-5/+0
* vo_opengl: skip GLES when autoprobingwm42014-12-191-0/+5
* vo_opengl, x11: add ES context creation via GLXwm42014-12-194-8/+34
* vo_opengl: fail if required functions are missingwm42014-12-191-5/+10
* vo_opengl: better probe handlingwm42014-12-196-63/+55
* vo_opengl: minor simplificationwm42014-12-191-5/+5
* vo_opengl: unborkwm42014-12-191-2/+2
* vo_opengl: add GLES 2 supportwm42014-12-195-16/+44
* vo_opengl: mess with PixelStorei state managementwm42014-12-193-44/+49
* vo_opengl: disable some unavailable features under ESwm42014-12-192-3/+9
* vo_opengl: clean up GL ES function loadingwm42014-12-181-86/+114
* vo_opengl: do not use 4x3 matrixwm42014-12-184-16/+15
* vo_opengl: simplify some aspects of the GL function loaderwm42014-12-182-26/+23
* vo_opengl, x11: make legacy context warning not an errorwm42014-12-181-1/+1
* x11: fix mysterious issue with window embedding on OpenBoxwm42014-12-181-1/+1
* x11: minor improvementswm42014-12-181-8/+7
* vo_opengl: minor simplification in function loaderwm42014-12-181-11/+5
* 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 Pigozzi