summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-0713-28/+11
* x11: always use glXGetProcAddressARB()wm42015-01-071-1/+1
* terminal: always print to stderr with --no-input-terminalwm42015-01-071-5/+6
* gl_video.c: invalidate image_params in uninit_video()xylosper2015-01-071-0/+4
* vo_opengl: add support for in memory icc profilesStefano Pigozzi2015-01-075-172/+132
* video: Remove some stale CMS code, minor cosmeticsNiklas Haas2015-01-073-17/+6
* dxva2: copy mp_image attributes to sw_imgJames Ross-Gowan2015-01-071-0/+1
* mp_image: copy missing attributesJames Ross-Gowan2015-01-071-0/+2
* stream_pvr: uncrustifywm42015-01-061-1306/+1188
* dvb: uncrustifywm42015-01-063-1272/+1261
* stream_dvb: Enable streaming mode, activates cache.Oliver Freyermuth2015-01-061-0/+1
* stream_dvb: Do not add special PIDs if we anyways record the full TP.Oliver Freyermuth2015-01-061-23/+22
* stream_dvb: Add possibility to dump a full transponder.Oliver Freyermuth2015-01-063-4/+22
* manpage: dvb: Add some information on VDR channel list support.Oliver Freyermuth2015-01-061-0/+6
* stream_dvb: Record PIDs with human-readable content, bump max demuxer count.Oliver Freyermuth2015-01-062-1/+15
* stream_dvb: Also demux PMT if possible, reactivate TPID parsing.Oliver Freyermuth2015-01-064-12/+113
* stream_dvb: Extend token-list for pid-parsing, magically allows to parse VDR-...Oliver Freyermuth2015-01-061-3/+33
* stream_dvb: Move out PID-parsing, disable TPID parsing.Oliver Freyermuth2015-01-061-26/+38
* stream_dvb: Add TPID (teletext-pid) parsing from VDR-style channel-lists.Oliver Freyermuth2015-01-061-23/+28
* stream_dvb: Handle VDR-config location-field as DISEQc-field.Oliver Freyermuth2015-01-061-6/+26
* dvb: Extend understanding of VDR channel config: stream_id, inversion.Oliver Freyermuth2015-01-064-9/+33
* stream_dvb: Very basic vdr-type channels.conf support.Oliver Freyermuth2015-01-061-24/+80
* dvb: Extend dvb_channel struct, needs to know whether channel is S2.Oliver Freyermuth2015-01-063-11/+19
* dvb_tune: (DVB-S) Initial S2API support.Oliver Freyermuth2015-01-061-13/+79
* dvbin: Prepare S2API-implementation, support different DVB-API versions.Oliver Freyermuth2015-01-061-1/+17
* video: fix timeline with some container formatswm42015-01-061-0/+2
* sd_lavc: apply fallback to video resolution only for vobsubswm42015-01-061-14/+11
* DOCS/client_api_examples: qml: add test for gamma controlwm42015-01-063-11/+29
* vo_opengl_cb: implement equalizer controlswm42015-01-064-18/+49
* csputils: use M_PIwm42015-01-061-1/+1
* csputils: replace float[3][4] with a structwm42015-01-069-118/+117
* csputils: move image_params -> csp_params into a functionwm42015-01-067-20/+25
* csputils: get rid of mp_csp_detailswm42015-01-0610-42/+33
* csputils: cosmeticswm42015-01-061-137/+112
* DOCS/client_api_examples: qtexample: demonstrate multiple mpv instanceswm42015-01-062-0/+10
* vo_opengl_cb: don't resize when redrawingwm42015-01-061-1/+5
* options: don't cut off long options in --list-optionswm42015-01-061-1/+1
* TOOLS/zsh.pl: complete options based on typesPhilip Sequeira2015-01-061-31/+70
* sub: add option to not scale subtitles with windowwm42015-01-054-1/+20
* video/out/win_state.c: fix --monitoraspectSoeren D. Schulze2015-01-051-1/+1
* DOCS/client_api_examples: qml: add test for vo_cmdlinewm42015-01-053-13/+29
* vo_opengl_cb: support changing options at runtimewm42015-01-052-10/+71
* manpage: document details of option quoting and escapingwm42015-01-051-4/+56
* vf_vapoursynth: autodetect CPU countwm42015-01-052-4/+12
* 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