summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.17.0v0.17.0Martin Herkt2016-04-112-1/+92
* Merge branch 'master' into release/currentMartin Herkt2016-04-11165-4596/+5374
|\
| * aspect: rework --video-unscaledNiklas Haas2016-04-103-29/+18
| * aspect: remove useless debug messageswm42016-04-101-10/+2
| * vo_opengl: improve rotation handling (again)wm42016-04-082-44/+47
| * TOOLS/zsh.pl: properly escape last changePhilip Sequeira2016-04-081-2/+2
| * command: add keepaspect propertywm42016-04-081-0/+1
| * osd: add italic font for osdst4t1k2016-04-084-0/+6
| * TOOLS/zsh.pl: don't complete URLs by defaultPhilip Sequeira2016-04-081-1/+7
| * vo_opengl: log if glGetString(GL_VERSION) returns NULLwm42016-04-081-1/+3
| * d3d: fix Windows buildwm42016-04-071-2/+2
| * vo_opengl: videotoolbox: use kCVPixelBufferLock_ReadOnly for screenshotswm42016-04-071-7/+8
| * videotoolbox: change how videotoolbox format is managedwm42016-04-074-6/+36
| * mp_image: introduce a hw_subfmt fieldwm42016-04-072-0/+8
| * vd_lavc: let hardware decoder request delaying frames explicitlywm42016-04-075-4/+9
| * vd_lavc: fix codec vs. decoder confusionwm42016-04-0710-31/+32
| * vo: don't reset vsync statistics on seeks etc.wm42016-04-061-9/+14
| * sub: interpret "text" subtitles as srtwm42016-04-061-0/+3
| * vo_opengl: fix build breakagewm42016-04-061-1/+1
| * vo_opengl: minor simplificationwm42016-04-051-3/+2
| * vo_opengl: fix nnedi + rectangle textureswm42016-04-053-4/+4
| * cache: disable useless "Cache is not responding" warningwm42016-04-031-1/+1
| * x11: do not set _NET_WM_BYPASS_COMPOSITOR by defaultwm42016-04-032-3/+3
| * aspect: make video-zoom logarithmicNiklas Haas2016-04-033-7/+7
| * manpage: change underscore to hyphen in input commandKevin Mitchell2016-04-031-1/+1
| * manpage: fix typoKevin Mitchell2016-04-021-1/+1
| * manpage: add example for --msg-levelwm42016-04-021-0/+16
| * build: make DVB test stricterwm42016-04-022-0/+4
| * build: fix AVCodecParameters FFmpeg API check (again)wm42016-04-021-2/+2
| * sd_lavc: use decoder-reordered PTS for PGSwm42016-04-021-3/+21
| * sd_lavc: add a comment about duration==0 handlingwm42016-04-021-1/+3
| * sd_lavc: fix subtitle display with unknown end timestampswm42016-04-021-1/+1
| * ao_coreaudio_exclusive: add missing newline to log messagewm42016-04-011-1/+1
| * gl_lcms: choose BT.1886 gamma per-channelNiklas Haas2016-04-011-24/+35
| * vo_opengl: generate 3DLUT against source and use full BT.1886Niklas Haas2016-04-017-76/+162
| * build: fix AVCodecParameters FFmpeg API checkwm42016-04-011-1/+1
| * build: disable encoding mode by defaultwm42016-03-311-0/+1
| * demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-318-7/+49
| * demux_lavf: remove old MicroDVD frame timing guessingwm42016-03-311-6/+1
| * demux_lavf: remove some old framerate guessingwm42016-03-311-14/+1
| * mplayer-input.conf: fix input.conf location in commentBen Boeckel2016-03-311-1/+1
| * dxva2: abort on mp_image_new_custom_ref failureKevin Mitchell2016-03-301-3/+1
| * dxva2: stop using pointer obfuscator LPDIRECT3DSURFACE9Kevin Mitchell2016-03-302-6/+6
| * dxva2: rewrite to use shared code with d3d11vaKevin Mitchell2016-03-301-494/+350
| * vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-3013-4/+933
| * ta: add TA_FREEP macroKevin Mitchell2016-03-301-0/+2
| * player: hide cache in status line by default againwm42016-03-301-1/+1
| * Revert "demux_mkv: don't trust DefaultDuration for audio"wm42016-03-301-3/+5
| * vo_opengl: draw transparency checkerboard after upscalingNiklas Haas2016-03-291-4/+10
| * vo_opengl: always premultiply alphawm42016-03-294-5/+1
| * vo_opengl: fix rotation directionwm42016-03-291-1/+1
| * cache: fix incorrect EOF conditionwm42016-03-291-1/+2
| * cache: use a single STREAM_CTRL for various cache infowm42016-03-297-95/+69
| * command: add video-stereo-mode propertywm42016-03-282-0/+4
| * player: fix breakage when combining 3D and rotate auto-filterswm42016-03-281-9/+5
| * player: remove auto-inserted filters before adding them againwm42016-03-281-1/+11
| * vo_opengl: slightly compress gl_set_debug_logger()wm42016-03-281-7/+2
| * vo_opengl: reduce temporary variables in gl_transform_trans()wm42016-03-281-5/+5
| * vo_opengl: fix rotationwm42016-03-282-48/+52
| * vo_opengl: fix row-major vs. column-major confusionwm42016-03-282-4/+7
| * vo_opengl: don't upload potentially uninitialized memory to GL bufferwm42016-03-281-1/+1
| * vo_openg: fix debanding + rectangle-textureswm42016-03-271-1/+1
| * player: fix --stream-dump exit codewm42016-03-261-1/+1
| * input: do not force double-click emulation for artificial commandswm42016-03-261-1/+1
| * build: allow plain-gl build on OSXwm42016-03-261-3/+3
| * player: add wv to list of external audio file extensionsMartin Herkt2016-03-261-0/+1
| * TOOLS/zsh.pl: add .wv extension in zsh completionsMartin Herkt2016-03-261-1/+1
| * lua: don't require key for mp.add_key_binding()wm42016-03-262-4/+6
| * Add a mediacodec decoder hwdec wrapperJan Ekström2016-03-255-0/+75
| * vd_lavc: mediacodec also needs special timebase loveJan Ekström2016-03-251-1/+1
| * sub: force segment switch if video is already aheadwm42016-03-251-0/+8
| * demux_timeline: request subtitle prefetching on crossing segmentswm42016-03-251-1/+1
| * ipc-win: restrict read access to the IPC pipeJames Ross-Gowan2016-03-251-2/+96
| * vo_opengl: minor coding style adjustmentwm42016-03-241-3/+4
| * vo_opengl: utils: some more minor shader string building optimizationwm42016-03-241-23/+35
| * DOCS/interface-changes: mention --input-ipc-server changewm42016-03-241-0/+2
| * ad_lavc, vd_lavc: support new Libav decoding APIwm42016-03-243-3/+38
| * ad_lavc: add codec_timebase hack toowm42016-03-241-2/+5
| * vd_lavc: slightly improve codec_timebase hackwm42016-03-241-4/+3
| * vo_opengl: utils: slightly optimize shader string buildingwm42016-03-231-22/+21
| * bstr: avoid redundant vsnprintf callswm42016-03-231-3/+9
| * vo_opengl_cb: fix NULL derefwm42016-03-231-1/+2
| * man: ipc: update for named pipe IPC on WindowsJames Ross-Gowan2016-03-232-11/+42
| * ipc: rename --input-unix-socket to --input-ipc-serverJames Ross-Gowan2016-03-231-1/+2
| * ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-236-430/+881
| * command: change "cache-speed" OSD formattingwm42016-03-222-6/+11
| * vo_opengl: fix blend-subtitles=video in some caseswm42016-03-221-0/+1
| * qthelper: fix potential NULL deref in error pathwm42016-03-221-2/+2
| * vo_opengl, osd: allow osc.lua to react faster on resizeswm42016-03-215-16/+55
| * command: add cache-speed propertywm42016-03-205-15/+71
| * playlist: improve shuffle algorithmNiklas Haas2016-03-201-5/+3
| * vo_opengl: GLX: try to create 3.3 core profile contextwm42016-03-193-6/+26
| * man: lua: fix typo in script-binding example.torque2016-03-191-1/+1
| * Revert "wayland: set fs mode on every configure"Emmanuel Gil Peyrot2016-03-191-6/+5
| * csputils: add DCI-P3 colorspaceNiklas Haas2016-03-193-0/+12
| * DOCS/compile-windows.md: use CC=gcc.exe for msys2 compileKevin Mitchell2016-03-181-2/+2
| * DOCS/compile-windows.md: update dependencies for msys2 buildKevin Mitchell2016-03-181-1/+1
| * TOOLS/lua/README: link to list of user scripts on wikiwm42016-03-181-1/+7
| * lua: don't suspend core by default during script executionwm42016-03-183-8/+3
| * vd_lavc: don't get into an endless loop if decoding failswm42016-03-181-0/+2
| * demux_timeline: skip decoder reinit when seeking to same segmentwm42016-03-171-5/+3
| * vo_opengl: dxva2egl: ignore alpha component in the mapped videowm42016-03-171-3/+1
| * vo_opengl: fix operation without GL_ARB_texture_rgwm42016-03-171-4/+11
| * ao_lavc: use new af_select_best_samplerate functionKevin Mitchell2016-03-171-0/+5
| * ao_wasapi: use new af_select_best_samplerate functionKevin Mitchell2016-03-171-11/+3
| * audio: add af_select_best_samplerate functionKevin Mitchell2016-03-172-0/+32
| * dxva2: prevent outputting native surfaces with HWDEC_DXVA2_COPY (again)wm42016-03-171-1/+2
| * vo_opengl: fix sharpen filterwm42016-03-163-4/+5
| * DOCS/compile-windows.md: update MSYS2 instructionsKevin Mitchell2016-03-161-12/+37
| * osd: fix build with --disable-libasswm42016-03-161-1/+1
| * vo_opengl: only open one OpenGL/DX interop handle when using dxva2Kevin Mitchell2016-03-152-18/+23
| * input/event.h: add include guardwm42016-03-151-0/+4
| * input: accept plain text for drag&dropwm42016-03-151-0/+7
| * x11, input: move mime type drag&drop negotiation to common codewm42016-03-153-4/+67
| * x11: move vo->input_ctx accesses to x11->input_ctxwm42016-03-152-19/+21
| * mpv.rc: remove most contentswm42016-03-141-21/+0
| * command: dump tracklist if sub-add is run with the "cached" flagwm42016-03-141-0/+2
| * manpage: fix inverted condition in mixer-active descriptionwm42016-03-131-2/+2
| * player: add missing audio reconfig eventswm42016-03-131-0/+4
| * manpage: minor changes to some environment variableswm42016-03-121-5/+1
| * dec_video: always redisplay cover art after a seekwm42016-03-111-3/+1
| * dec_video: reduce scope of variablewm42016-03-111-3/+3
| * build: be less strict about line endingswm42016-03-111-2/+2
| * manpage: add that dxinterop may work on intel.Kevin Mitchell2016-03-101-1/+2
| * manpage: remove extraneous newlines from end of options.rstKevin Mitchell2016-03-101-2/+0
| * manpage: add note about video filters and hwdecKevin Mitchell2016-03-101-1/+5
| * manpage: document dxva2 option for hwdecKevin Mitchell2016-03-101-3/+6
| * vo_opengl: add dxva2 interop to angle backendKevin Mitchell2016-03-103-0/+351
| * build: install symbolic SVG iconJashandeep Sohi2016-03-101-0/+4
| * ytdl_hook: handle optional format_note▟ ▖▟ ▖2016-03-101-1/+1
| * vo_opengl: use the same type for cached and current uniform valueswm42016-03-101-12/+11
| * vo_opengl: cache the values of the uniform variablesigv2016-03-101-20/+31
| * README: eloborate on stable FFmpeg releases furtherwm42016-03-101-0/+5
| * DOCS: add some hints to the new examples repositorywm42016-03-102-1/+16
| * DOCS: remove client API exampleswm42016-03-1025-1936/+0
| * demux: remove pausing mechanismwm42016-03-101-43/+22
| * demux: replace demux_pause/demux_unpause with demux_run_on_threadwm42016-03-093-23/+60
| * command: change stream-pos semanticswm42016-03-093-14/+6
| * vo_opengl: cache the locations of the uniform variablesigv2016-03-091-6/+13
| * osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-087-31/+36
| * osd, lua: manage multiple ASS overlays set with set_osd_ass() callswm42016-03-086-44/+87
| * osd: restructure and move ASS objects into its own structwm42016-03-082-61/+81
| * osd: refactor how mp_ass_render_frame() is calledwm42016-03-086-16/+22
| * TOOLS/lua/zones.lua: RemoveRicardo Constantino2016-03-081-74/+0
| * osc: fix mouse areaswm42016-03-081-1/+1
| * vo_opengl: decrease default superxbr-edge-strengthNiklas Haas2016-03-071-1/+1
| * vo_opengl: improve superxbr algorithmNiklas Haas2016-03-071-12/+11
| * vo_opengl: refactor superxbr algorithmNiklas Haas2016-03-073-133/+150
| * osd, lua: remove weird OSD scalingwm42016-03-076-74/+40
| * osd: remove unused osd_coords_to_video()wm42016-03-072-22/+0
| * video: fix coverart decodingwm42016-03-071-2/+4
| * README: edit release section, add section about preferred FFmpeg versionwm42016-03-071-10/+13
| * vo_xv, vo_x11: warn that these VOs should not be usedwm42016-03-062-0/+5
| * sub: make preloading more robustwm42016-03-066-21/+28
| * demux: delay bitrate calculation on packets with unknown timestampswm42016-03-051-2/+2
| * sd_ass: always clear subtitles on seek if duration unknownwm42016-03-051-1/+1
| * vo_opengl: refactor plane-skipping optimizationsNiklas Haas2016-03-051-16/+26
| * vo_opengl: rename prescale to prescale-lumaNiklas Haas2016-03-053-23/+18
| * vo_opengl: add macros for scaler unitsNiklas Haas2016-03-052-34/+42
| *