summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: use libavutil API to get number of CPUswm42015-01-055-72/+2
* player: print used number of threads in verbose modewm42015-01-054-6/+8
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* demux_mkv: avoid PTS warning with image attachmentswm42015-01-051-0/+5
* manpage: clarify syntax for color optionswm42015-01-051-1/+1
* client API: clarify some vo_opengl_cb requirementswm42015-01-041-0/+6
* client API, vo_opengl_cb: properly uninit videowm42015-01-041-0/+1
* vo_opengl: remove obsolete comment in shaderwm42015-01-041-1/+1
* manpage: fix --video-unscaled descriptionwm42015-01-041-3/+2
* x11: make display-names property stricterwm42015-01-041-1/+3
* af_volume: dump applied replaygain in verbose modewm42015-01-041-1/+5
* travis: disable on OSXwm42015-01-031-1/+1
* video: batch query_format callswm42015-01-034-9/+12
* TOOLS/lua/observe-all: add a warningwm42015-01-031-0/+4
* TOOLS/lua/autoload: fix behavior with network URLswm42015-01-031-0/+3
* vf_vapoursynth: fix Lua backendwm42015-01-031-0/+3
* ytdl: silence "succeeded" messagewm42015-01-031-1/+1
* vf_vapoursynth: pass through container FPS valuewm42015-01-034-10/+20
* manpage: vf_vapoursynth: document mpv-specific predefined variableswm42015-01-031-0/+11
* x11: make display-names property observablewm42015-01-032-1/+3
* video: better pipelining with vf_vapoursynthwm42015-01-036-12/+99
* TOOLS/stats-conv: more improvementswm42015-01-031-13/+20
* ao/wasapi: style/code formatting tweaksKevin Mitchell2015-01-023-64/+63
* ao/wasapi: improve exclusive mode format searchKevin Mitchell2015-01-021-46/+36
* ao/wasapi: revamp set_waveformatexKevin Mitchell2015-01-021-27/+43
* ao/wasapi: add CO_E_NOTINITIALIZED to explain_errKevin Mitchell2015-01-021-0/+1
* cocoa: fix build on 10.9Stefano Pigozzi2015-01-021-1/+1
* OSC: idlemessage: fix alignmentChrisK22015-01-021-3/+3
* TOOLS/stas-conv: add timed value event typewm42015-01-021-0/+8
* TOOLS/stats-conv: better outputwm42015-01-021-11/+20
* cocoa: fix NSMapGet errorStefano Pigozzi2015-01-021-2/+4
* manpage: talk about one script, not multiple scriptsRyan Jacobs2015-01-021-2/+2
* OSC: add osc-message script command (wip)ChrisK22015-01-022-0/+9
* OSC: display "drop files here" message when idle + forced-windowChrisK22015-01-021-2/+52
* build: rename MPLAYER_CONFDIR definewm42015-01-023-5/+5
* player: move terminal input init to a better placewm42015-01-021-3/+3
* player: print config.h contents in verbose modewm42015-01-022-6/+19
* build: prefer libswresample over libavresample on FFmpegwm42015-01-022-10/+10
* vo_opengl_old: remove ancient ATI-specific YUV conversionswm42015-01-025-236/+6
* build: try to make examples build both in-tree and out-of-treewm42015-01-024-4/+17
* DOCS/client_api_examples: move all examples into their own subdirswm42015-01-017-15/+22
* DOCS/client_api_examples: don't throw char* in C++ codewm42015-01-012-6/+9
* manpage: fix typowm42015-01-011-1/+1
* command: make the "run" command work on Windows toowm42015-01-014-26/+40
* subprocess: allow disabling redirection of stdout/stderrwm42015-01-012-6/+10
* win32: add native wrappers for pthread functionswm42015-01-016-0/+394
* cocoa: fix uninitialization while in fullscreenStefano Pigozzi2015-01-013-2/+36
* Update copyright yearwm42015-01-012-2/+2
* player: capitalize --display-tags itemswm42014-12-311-2/+2
* gl_hwdec_vda: refuse to work with old OpenGL versionswm42014-12-311-0/+5
* client API: add function to create new mpv_handles from existing oneswm42014-12-314-0/+44
* vo_opengl_cb: simplify API uninitializationwm42014-12-315-21/+59
* vo_opengl_cb: pass context directlywm42014-12-313-62/+43
* video: pass some VO params as structwm42014-12-314-24/+30
* demux_mkv: enable codec parsing for vfw-muxed files toowm42014-12-311-9/+10
* client API: qthelper: return NULL as handle if unsetwm42014-12-301-2/+6
* DOCS/client_api_examples: add an explicit licensewm42014-12-302-2/+14
* DOCS/client_api_examples: qtexample: use queued signalswm42014-12-303-20/+19
* DOCS/client_api_examples: qtquick: fix destructionwm42014-12-304-38/+35
* client API: qthelper: add a refcounting wrapper around mpv_handlewm42014-12-303-1/+32
* command: make empty vf-metadata not an errorwm42014-12-302-14/+10
* demux_playlist: unquote entries in pls playlistswm42014-12-301-0/+3
* vf: fix crash if filter doesn't provide control entrypointwm42014-12-301-1/+1
* options: expand ~ for the include optionStefano Pigozzi2014-12-301-1/+5
* demux_mkv: reduce log noisewm42014-12-292-3/+2
* demux_mf: move mf.c contents to demux_mf.cwm42014-12-296-189/+122
* command: add filtered-metadata propertywm42014-12-292-1/+16
* player: filter tags, add --display-tags optionwm42014-12-297-7/+45
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-295-19/+26
* ao_portaudio: remove this audio outputwm42014-12-297-304/+0
* ao_alsa: print channel map if setting it failswm42014-12-291-1/+2
* build: fix linking with --enable-static-buildStefano Pigozzi2014-12-291-2/+2
* ao: add debug log with the detected channel mapsStefano Pigozzi2014-12-291-0/+6
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-299-4/+381
* chmap: add a 7.1(rear) layout nameStefano Pigozzi2014-12-291-0/+1
* w32_common: allow window resizing with --no-borderJames Ross-Gowan2014-12-291-0/+58
* vo_opengl: Ignore approx-gamma for BT.2020-CLNiklas Haas2014-12-291-2/+9
* stream_pvr: sort channel list by --tv-channels orderwm42014-12-281-2/+25
* cocoa: move the gl function loader to gl_cocoa.cStefano Pigozzi2014-12-283-17/+15
* screenshots: set AVFrame parameterswm42014-12-281-0/+3
* README: remove travis and coverity badgeswm42014-12-271-4/+0
* manpage: document new --stream-dump behaviorwm42014-12-271-0/+3
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* stream: always make stream dumping/capturing append to output filewm42014-12-271-1/+1
* ao_coreaudio: remove useless guardStefano Pigozzi2014-12-271-6/+0
* ao_coreaudio: fix some naming conventionsStefano Pigozzi2014-12-271-5/+5
* player: force stereo as default when encodingwm42014-12-271-0/+1
* player: fix random crashes on uninitializationwm42014-12-271-0/+1
* player: cosmetics: rename a functionwm42014-12-273-7/+7
* ao_coreaudio: fix channel mappingStefano Pigozzi2014-12-271-19/+70
* ao_coreaudio: fix typoStefano Pigozzi2014-12-271-1/+1
* ao_coreaudio: move some code to make output readableStefano Pigozzi2014-12-271-1/+1
* ao_coreaudio: add more layout debug outputsStefano Pigozzi2014-12-271-19/+25
* player: ordered chapters: cosmeticswm42014-12-261-54/+32
* player: ordered chapters: bullshit reductionwm42014-12-261-26/+5
* player: ordered chapters: filter missing chapterswm42014-12-261-0/+9
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-262-15/+21
* 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