summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-19