summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x11: fix initial state for --on-all-workspaceswm42015-01-171-0/+6
* cocoa: fix fullscreen handlingwm42015-01-171-2/+3
* x11: add --on-all-workspaces option and propertywm42015-01-167-3/+33
* x11: minor cleanupwm42015-01-161-18/+4
* command: unify handling of fullscreen and other VO flagswm42015-01-166-21/+19
* player: add --autofit-smaller optionwm42015-01-164-5/+22
* demux: return EOF when reading from unselected streamwm42015-01-161-1/+1
* player: don't enable demuxer readahead before selecting trackswm42015-01-162-5/+6
* cocoa: don't set application icon in libmpvStefano Pigozzi2015-01-161-2/+4
* player: respect --untimed on last framewm42015-01-162-3/+4
* subprocess-win: Always quote argv[0]James Ross-Gowan2015-01-161-3/+5
* manpage: fix osd-ass-cc exampleswm42015-01-161-1/+4
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* win32: make sure __STRICT_ANSI__ is not definedJames Ross-Gowan2015-01-161-2/+2
* ytdl_hook: Check for empty playlistsChrisK22015-01-161-1/+7
* OSC: Reset all styles for idle messageChrisK22015-01-161-6/+6
* vo_opengl: get rid of approx-gamma and make it the default as per BT.1886Niklas Haas2015-01-164-66/+39
* player: don't fall asleep on audio decoding errorswm42015-01-151-0/+2
* manpage: changes.rst: document vo_opengl's placebo featuresNiklas Haas2015-01-151-1/+5
* vo_opengl: add ewa_lanczos upscaler (aka jinc)Niklas Haas2015-01-155-30/+158
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-151-2/+1
* af: remove old filter compatibility hackwm42015-01-152-42/+1
* audio/filter: switch remaining filters to refcountingwm42015-01-154-44/+58
* audio/filter: switch remaining in-place filters to refcountingwm42015-01-159-127/+134
* af: verify filter input formatswm42015-01-151-1/+4
* vo_opengl_cb: initial screenshot supportwm42015-01-151-0/+10
* image_writer: check for conversion errorswm42015-01-153-11/+17
* osc: fix disabling OSCwm42015-01-151-1/+5
* DOCS/client_api_examples: fix locale nonsense in qml exampleswm42015-01-152-0/+10
* ao_alsa: fix a small memory leakwm42015-01-141-0/+2
* af_lavcac3enc: use refcounted frameswm42015-01-141-89/+95
* af_lavfi: use refcounted frameswm42015-01-141-44/+57
* audio/filter: actually set fmt_in/fmt_out fieldswm42015-01-141-0/+2
* af_scaletempo: use refcounted frameswm42015-01-141-11/+23
* af_lavrresample: use refcounted frameswm42015-01-141-23/+46
* audio: add missing declarationwm42015-01-141-0/+1
* ao_pcm: add append modewm42015-01-142-1/+7
* audio: fix initial audio PTSwm42015-01-141-24/+25
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* audio: fix assertion failure on audio decodingwm42015-01-141-2/+2
* af_convert24: use refcounted frameswm42015-01-131-8/+13
* audio/filters: use refcounted frames for some in-place filterswm42015-01-133-7/+31
* audio/filters: use refcounted frames for some simple filterswm42015-01-134-10/+18
* af_volume: use refcounted frameswm42015-01-131-8/+15
* audio: use refcounted frames in the filter chainwm42015-01-133-77/+227
* audio: add some utility functions for refcounted frameswm42015-01-132-10/+64
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-136-31/+2
* client API: fix log buffer overflow casewm42015-01-131-3/+3
* manpage: fix references to vf_ppwm42015-01-132-4/+3
* vf: make message less confusingwm42015-01-131-1/+1
* mp_image: reject invalid display aspect ratiowm42015-01-131-1/+1
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* cache: cache-position needs to be int64_tOliver Freyermuth2015-01-131-1/+1
* stream_dvb: Add MP_ERR if polling worked, but read fails.Oliver Freyermuth2015-01-131-0/+4
* wayland: implement key modifierswm42015-01-121-18/+24
* wayland: don't compute absurd window sizewm42015-01-121-3/+6
* bstr: fix possible undefined behavior with length 0 stringswm42015-01-121-1/+1
* 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