summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: don't set tag strings to NULLwm42015-01-121-3/+3
* demux_mkv: fix EBML parsing checkswm42015-01-121-16/+15
* manpage: improve --title descriptionwm42015-01-121-5/+6
* tl_matroska: fix minor memory leak in error casewm42015-01-121-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* client API: reasonable behavior if window is closedwm42015-01-121-0/+2
* x11: explicitly query map status when waiting for map eventwm42015-01-121-0/+6
* x11: support XEmbedwm42015-01-122-6/+58
* vo: don't synchronize when seekingwm42015-01-121-1/+7
* player: change --display-tags behaviorwm42015-01-122-8/+18
* demux_mkv: better check for some EBML parsingwm42015-01-121-15/+19
* demux_mkv: avoid endless loop with broken fileswm42015-01-121-1/+1
* ao_pulse: exit AO if stream failswm42015-01-111-1/+5
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-113-19/+0
* command: fix property naming conventionwm42015-01-102-4/+4
* command: change properties added in previous commitwm42015-01-103-16/+19
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-102-0/+18
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* DOCS/client_api_examples: qml_direct: QWindow::size() is not thread-safewm42015-01-092-3/+4
* DOCS/client_api_examples: qml: reduce number of fileswm42015-01-094-119/+116
* ao_alsa: fix dtshd passthroughwm42015-01-091-2/+6
* DOCS/compile-windows.md: fix pkg-config directoryJames Ross-Gowan2015-01-091-2/+4
* video: Add sigmoidal upscaling to avoid ringing artifactsNiklas Haas2015-01-094-2/+69
* demux_mkv: improve robustness against broken libavcodec parserswm42015-01-091-2/+2
* tl_matroska: check chapter boundswm42015-01-091-2/+7
* vo_opengl_cb: make mpv_opengl_cb_render() return left framesxylosper2015-01-082-3/+4
* vo_opengl_cb: use vo's drop_count instead of internal counterxylosper2015-01-081-6/+15
* vo: add functions to increment drop_countxylosper2015-01-082-0/+8
* vo_opengl_cb: introduce frame queuexylosper2015-01-082-19/+110
* win32: minor simplificationwm42015-01-081-3/+2
* vo_opengl: don't crash win32 backend with NULL eventswm42015-01-081-7/+7
* vo_opengl_cb: fix a typowm42015-01-081-2/+2
* vo_opengl_cb: allow changing debug option at runtimewm42015-01-081-0/+1
* DOCS: add instructions for building with MSYS2James Ross-Gowan2015-01-082-91/+209
* DOCS/client_api_examples: add an alternative qml examplewm42015-01-086-0/+293
* vo_opengl_cb: fix flipped renderingwm42015-01-081-0/+1
* vo_opengl: gl_lcms: implement change detection for memory profileswm42015-01-083-0/+26
* vo_opengl: gl_lcms: fix potential dangling pointer issuewm42015-01-081-4/+5
* ao: remove coreaudio_exclusive from autoprobing listwm42015-01-071-2/+2
* ao_pulse: disable latency calculation hacks by defaultwm42015-01-072-3/+7
* vo_direct3d: fix shader colormatrix generationwm42015-01-071-5/+5
* 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 reductionwm4