summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * wayland: use the advertised size in fullscreenEmmanuel Gil Peyrot2016-05-081-7/+0
| * win32: make taskbar progress indication optionalmaniak13492016-05-088-5/+45
| * demux_lavf: fix a minor memory leakwm42016-05-081-1/+5
| * manpage: document --x11-bypass-compositor=nowm42016-05-081-1/+4
| * x11: slightly safer X11 error handler behaviorwm42016-05-081-1/+4
| * manpage: change gnome-screensaver-command exampleRahul Kalkani2016-05-071-1/+1
| * x11: rename inappropriate --x11-bypass-compositor=never optionwm42016-05-072-3/+3
| * x11: add --x11-bypass-compositor=alwayswm42016-05-063-3/+9
| * DOCS: update documentation related to color managementNiklas Haas2016-05-062-6/+12
| * ao_alsa: add more shitty workaroundswm42016-05-061-9/+25
| * manpage: minor fixes to --lavfi-complexwm42016-05-061-2/+3
| * vo_opengl: angle: avoid fullscreen FBO copy for flippingwm42016-05-051-1/+23
| * vo_opengl: angle: call eglTerminate()wm42016-05-051-0/+2
| * vo_opengl: EGL: fix hwdec probingwm42016-05-053-1/+7
| * command: use NBSP for spacing after current marker for OSD listswm42016-05-041-2/+2
| * client API: access choices as flags if appropriatewm42016-05-043-2/+24
| * command: change some hwdec propertieswm42016-05-046-3/+81
| * lcms: don't warn/error on 3dlut cache missesNiklas Haas2016-05-041-1/+1
| * lcms: improve black point handling (especially BT.1886)Niklas Haas2016-05-043-12/+50
| * command: slightly nicer OSD list formattingwm42016-05-031-19/+17
| * osd: make osd_ass_0/1 defineswm42016-05-034-13/+11
| * d3d: DXVA2_ModeMPEG2_VLD supports all profileswm42016-05-031-2/+1
| * vo_opengl: vdpau: fix certain cases of preemption recovery failureswm42016-05-034-2/+9
| * ao_alsa: log final hwparams toowm42016-05-031-1/+2
| * x11: extend --x11-bypass-compositor with fs-only optionwm42016-05-022-8/+25
| * wscript: make at least 1 OpenGL output mandatorywm42016-05-011-1/+5
| * av_log: readd ffmpeg library runtime version mismatch warningwm42016-05-011-1/+13
| * win32: replace libuuid.a usage with initguid.hJames Ross-Gowan2016-05-016-2/+7
| * manpage: fix typoVaidas Kascėnas2016-04-301-1/+1
| * os x: handle multiple dropped files on the windowNyx0uf2016-04-301-2/+7
| * w32_common: respect --fit-border on size checkmaniak13492016-04-301-4/+20
| * options: add --fit-border video optionmaniak13492016-04-303-0/+9
| * w32_common: fix size calculations for window resizemaniak13492016-04-301-3/+3
| * sd_ass: minor consistency adjustmentwm42016-04-301-2/+2
| * sd_add: replace --sub-ass=no with --ass-style-override=stripwm42016-04-304-7/+15
| * d3d11va: fix invalid deref on decoder init failureKevin Mitchell2016-04-291-1/+1
| * d3d11va, dxva2: return the format struct directlywm42016-04-294-16/+13
| * d3d11va, dxva2: simplify decoder selectionwm42016-04-294-67/+58
| * video: add IMGFMT_P010 aliaswm42016-04-293-2/+8
| * command: don't seek immediately when setting a-b loop when pausedwm42016-04-281-5/+5
| * ao_alsa: log hwparams while restricting themwm42016-04-281-0/+43
| * vo_opengl: fix build with GLES3 headerswm42016-04-271-0/+2
| * vo_opengl: support GL_EXT_texture_norm16 on GLESwm42016-04-274-7/+14
| * vo_opengl: always use sized internal formatswm42016-04-271-8/+8
| * player: strictly wait until done when backsteppingwm42016-04-271-1/+1
| * vo_opengl: d3d11egl: minor simplificationwm42016-04-271-5/+1
| * vo_opengl: d3d11egl: print warning on unsupported colorspaceswm42016-04-271-0/+11
| * d3d11va: store texture/subindex in IMGFMT_D3D11VA plane pointerswm42016-04-275-141/+72
| * vd_lavc: adjust D3D11VA autoprobe orderwm42016-04-271-1/+3
| * vo_opengl: D3D11VA + ANGLE interopwm42016-04-2712-2/+471
| * hwdec: remove numbers from enumwm42016-04-271-10/+10
| * vo_opengl: print error if opengl hwdec interop failswm42016-04-271-0/+2
| * lavfi: shut up false positive compiler warningswm42016-04-261-2/+8
| * vd_lavc: hack against videotoolbox crash on failurewm42016-04-261-1/+3
| * ao_coreaudio: remove detected_devicewm42016-04-261-5/+0
| * vo_rpi: rename mutex/cond variableswm42016-04-261-17/+17
| * vo_rpi: wait for vsync with a timeoutwm42016-04-261-2/+6
| * vo_rpi: attempt to survive display mode changeswm42016-04-261-38/+90
| * vp_rpi: fix indentationwm42016-04-261-10/+8
| * vd_lavc: simplify some unneeded ifdefferywm42016-04-251-8/+2
| * vd_lavc: make image_format hwdec field optionalwm42016-04-251-26/+24
| * vd_lavc: simplify RPI and Mediacodec wrapperswm42016-04-254-143/+12
| * vd_lavc: make all hwdec callbacks optionalwm42016-04-251-2/+2
| * vd_lavc: set AVCodecContext.time_base to forced time basewm42016-04-251-0/+3
| * vd_lavc: better hwdec wrapper decoder selectionwm42016-04-252-1/+66
| * vd_lavc: allow process_image() to return NULLwm42016-04-251-1/+1
| * mp_image: allow passing NULL to mp_image_new_custom_ref()wm42016-04-255-9/+7
| * player: fix memleak when using video-frame-infotrUSTssc2016-04-241-0/+1
| * player: always show the first frame in DS modewm42016-04-241-0/+4
| * player: assume video forwards timestamps jumps only with some formatswm42016-04-241-1/+1
| * manpage: fix --autofit examplewm42016-04-241-1/+1
| * player: force VO reconfig when unselecting video trackwm42016-04-231-1/+1
| * player: cleaner determination of current playback PTSwm42016-04-232-9/+11
| * player: eagerly redraw OSD when seeking with coverartwm42016-04-231-1/+2
| * vd_lavc: fix hwdec fallback if hwdec pre-initialization failswm42016-04-221-7/+7
| * vo_opengl: always reset some GL state when leaving rendererwm42016-04-221-5/+6
| * player: fix OSD bar chapter markswm42016-04-221-1/+1
| * command: if only ab-loop-b is set, loop from start of filewm42016-04-216-16/+26
| * ad_spdif: take care of deprecated libavcodec API usagewm42016-04-201-0/+7
| * stream_memory: add hex:// protocolwm42016-04-202-2/+38
| * player: force wakeup on playback restartwm42016-04-201-0/+1
| * player: really start audio only once video is readywm42016-04-201-5/+10
| * player: reduce some timer callswm42016-04-201-4/+5
| * player: minor simplification to buffering property updateswm42016-04-201-9/+4
| * player: simplify an aspect of buffering determinationwm42016-04-194-18/+35
| * demux_playlist: read directories recursivewm42016-04-181-17/+57
| * player: loop on end of file if ab-loop-b is unsetwm42016-04-184-7/+15
| * d3dva: move Intel_H264_NoFGT_ClearVideo to lower priorityKevin Mitchell2016-04-181-1/+1
| * dxva2: fix missing newline in error messageKevin Mitchell2016-04-181-1/+1
| * d3dva: include selected decoder and format in verbose outputKevin Mitchell2016-04-172-0/+7
| * input: fix parsing multiple input command prefixesPhilip Sequeira2016-04-171-1/+0
| * TOOLS/zsh.pl: complete --audio-devicePhilip Sequeira2016-04-161-6/+22
| * vo_opengl: fix an outdated commentwm42016-04-161-3/+1
| * command: fix cycling certain propertieswm42016-04-151-1/+1
| * vo_lavc: fix build on Libavwm42016-04-151-2/+1
| * mp_image: make mp_image_copy_fields_* privatewm42016-04-152-8/+4
| * vo_lavc: unsupport deprecated AVFMT_RAWPICTUREwm42016-04-151-23/+12
| * vo_lavc: send refcounted AVFrame to encoderwm42016-04-151-4/+4
| * mp_image: add mp_image_to_av_frame()wm42016-04-152-6/+10
| * mp_image: simplify mp_image_steal_data()wm42016-04-151-17/+7
| * mp_image: pass through AVHWFramesContextwm42016-04-152-4/+22
| * ao_coreaudio_exclusive: list formats when searching substreamwm42016-04-151-0/+3
| * ao_coreaudio: remove unused functionwm42016-04-152-25/+0
| * lcms: include math.hwm42016-04-151-0/+1
| * command: log property set callswm42016-04-152-8/+17
| * command: allow setting panscan etc. properties if no video is activewm42016-04-151-4/+1
| * client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-156-48/+63
| * vo_opengl: rpi: don't include x11 header filewm42016-04-151-1/+0
| * player: fix use-after-free with --screenshot-directorywm42016-04-141-1/+2
| * build: add check for AVHWFramesContext APIwm42016-04-141-0/+6
| * m_option: slightly improve --msg-level=help outputwm42016-04-131-1/+1
| * m_option: add string conversion for --audio-channelswm42016-04-131-0/+8
| * vo_opengl: simplify and improve up scale=oversampleNiklas Haas2016-04-121-21/+5
| * demux_mkv: fix seeking with files that miss the first index entrywm42016-04-121-3/+6
| * vf_vavpp: reindentwm42016-04-111-8/+6
| * vaapi: determine surface format in decoder, not in rendererwm42016-04-115-47/+71
| * Revert "build: disable encoding mode by default"Rudolf Polzer2016-04-111-1/+0
| * encode_lavc: Migrate to codecpar API.Rudolf Polzer2016-04-114-231/+274
* | 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 po