summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sub: do charset conversion in demux_lavf.cwm42015-12-283-48/+21
* demux_lavf: prepare for using wrapper stream instancewm42015-12-281-14/+20
* wayland: fix typo in error messageAlessandro Ghedini2015-12-271-1/+1
* sub: refactor initializationwm42015-12-277-151/+86
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-275-29/+30
* demux_mkv: adjust subtitle preroll defaultswm42015-12-272-5/+22
* README: remove pointer to homebrew-mpvStefano Pigozzi2015-12-261-4/+0
* vo_rpi: fix previous commitwm42015-12-261-1/+1
* vo_rpi: fix compilationwm42015-12-262-6/+2
* filter_kernels: use more precise parameters for robidoux filterswm42015-12-261-4/+10
* vo_opengl: fix gray playbackwm42015-12-261-4/+3
* command: replace ROUND() with lrint()wm42015-12-262-7/+4
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-265-8/+34
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-268-150/+75
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-266-49/+31
* vo_opengl: flip image if backend uses flipped renderingwm42015-12-251-0/+2
* command: change heuristic for files with 1 chapterwm42015-12-251-2/+3
* player: fix previous commitwm42015-12-251-11/+17
* options: add --audio-file-pathswm42015-12-254-16/+29
* sub: clear subtitle list when crossing timeline boundarywm42015-12-253-4/+19
* command: fix eof-reached property change notification in corner caseswm42015-12-241-2/+2
* sub: use macros to remove code duplicationwm42015-12-241-49/+31
* sub: merge bitmap render functions into one for each kindwm42015-12-241-84/+45
* sub: remove "inaccurate" code pathwm42015-12-241-10/+0
* sub: find GBRP format automatically when rendering to RGBwm42015-12-244-23/+17
* vo_opengl: fix operation on GLSL versions earlier than 1.30wm42015-12-241-1/+1
* sub: better alpha blending when rendering to alpha surfaceswm42015-12-243-1/+37
* vo_opengl: fall back to gcc thread local storage (2)wm42015-12-231-1/+0
* demux_mf: fix previous commitwm42015-12-231-5/+7
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-2313-146/+199
* input: add a catch-all "unmapped" commandwm42015-12-234-1/+14
* input: add key name to script-binding command responsewm42015-12-235-13/+20
* old-configure: add a missing definewm42015-12-231-0/+1
* vo_opengl: fall back to gcc thread local storagewm42015-12-231-1/+7
* CONTRIBUTING.md: add some more hintswm42015-12-231-0/+6
* player: minor simplificationwm42015-12-232-5/+3
* CONTRIBUTING.md: add missing wordswm42015-12-221-1/+1
* stream_lavf: remove tabswm42015-12-221-2/+2
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-222-6/+13
* Add a CONTRIBUTING.md filewm42015-12-222-9/+33
* tests: fix #includeIlya Tumaykin2015-12-221-1/+1
* input.conf: remove a redundant and a broken examplewm42015-12-221-2/+0
* input.conf: erase `audio-delay` from `Not assigned by default`openingnow2015-12-221-2/+0
* dec_sub: avoid segfault on sub_init_decoder failureAman Gupta2015-12-221-1/+2
* demux_lavf: rename to handle_new_stream to clarify intentAman Gupta2015-12-221-2/+2
* ao_wasapi: fix delay calculationKevin Mitchell2015-12-211-21/+36
* demux_lavf: make trace output for mp_seek easier to digestAman Gupta2015-12-211-1/+4
* Fix some typos in code commentsAman Gupta2015-12-213-3/+3
* vf_yadif: change defaultswm42015-12-214-6/+11
* ao_wasapi: move volume control init to it's own functionKevin Mitchell2015-12-211-21/+34
* ao_wasapi: correctly handle audio session display failureKevin Mitchell2015-12-211-10/+14
* ao_wasapi: non-fatal error handling for COM marshallingKevin Mitchell2015-12-213-55/+65
* ao_wasapi: wrap long lines and use only c99 comment styleKevin Mitchell2015-12-214-119/+172
* ao_wasapi: reorganize private structureKevin Mitchell2015-12-211-37/+36
* ao_wasapi: remove useless buffer_block_sizeKevin Mitchell2015-12-212-7/+0
* ao_wasapi: move exclusive and shared-specific controls to functionsKevin Mitchell2015-12-211-75/+87
* charset_conv: check for UTF-8 if uchardet returns unknownwm42015-12-201-0/+2
* demux_disc: fix aspect ratio retrieval (again)wm42015-12-201-3/+3
* vo_opengl: x11: fix alpha windowswm42015-12-201-2/+3
* ao_wasapi: call the class-specific release functionsKevin Mitchell2015-12-201-6/+6
* ao_wasapi: check for proxy availability in controlKevin Mitchell2015-12-201-22/+37
* ao_wasapi: actually use hw volume support information for exclusive modeKevin Mitchell2015-12-202-17/+30
* ao_wasapi: don't cast control arg to something it isn'tKevin Mitchell2015-12-201-9/+14
* ao_wasapi: remove volume "restore" on exitKevin Mitchell2015-12-203-48/+10
* ao_wasapi: split exclusive/shared specific ao controlsKevin Mitchell2015-12-201-37/+60
* ao_wasapi: add E_NOINTERFACE to error listKevin Mitchell2015-12-201-0/+1
* path-win: include initguid.hKevin Mitchell2015-12-201-0/+1
* DOCS/compile-windows: pthreads is not needed anymorewm42015-12-201-16/+1
* win32: input: use Vista CancelIoExJames Ross-Gowan2015-12-206-90/+66
* win32: add Windows 10 compatibility GUIDJames Ross-Gowan2015-12-201-0/+2
* win32: build: set subsystem versionJames Ross-Gowan2015-12-201-0/+2
* win32: path: use Known Folder IDsJames Ross-Gowan2015-12-201-7/+9
* win32: use PIPE_REJECT_REMOTE_CLIENTSJames Ross-Gowan2015-12-201-1/+2
* win32: remove ProcThreadAttributeList dynamic loadingJames Ross-Gowan2015-12-201-36/+6
* win32: remove SetDllDirectoryW dynamic loadingJames Ross-Gowan2015-12-201-4/+1
* vaapi: add VP9 profile entiresBtbN2015-12-201-0/+7
* sd_ass: handle --sub-clear-on-seek correctly with non-ASS subswm42015-12-201-1/+3
* vf_vapoursynth: fix everythingwm42015-12-201-17/+13
* demux_disc: fix aspect ratiowm42015-12-201-2/+6
* lavc_conv: fix invalid writewm42015-12-191-3/+2
* video: switch from using display aspect to sample aspectwm42015-12-1937-215/+154
* vf: remove old config() callbackwm42015-12-199-96/+88
* vf: flush before reconfigwm42015-12-192-10/+1
* vo_opengl: disable pbo by defaults for opengl-hqwm42015-12-192-6/+7
* vo_opengl: handle alpha with odd bit widths toowm42015-12-191-4/+8
* vo_opengl: cocoa: output premultiplied alphawm42015-12-193-0/+4
* vo_opengl: prefix per-backend source files with context_wm42015-12-1913-13/+13
* vo_opengl: split backend code from common.c to context.cwm42015-12-1916-275/+345
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-196-2/+56
* vo_opengl: refactor how framebuffer depth is passed from backendswm42015-12-197-30/+22
* vo_opengl: cocoa: implement alpha window supportwm42015-12-192-2/+11
* man: fix grammar issuesMartin Herkt2015-12-199-65/+71
* vo_opengl: fix "win" backend namewm42015-12-191-1/+1
* csputils: update MP_STEREO3D_COUNTPaul B Mahol2015-12-191-1/+1
* csputils: let mpv recognise frame sequenced 3D matroska videosPaul B Mahol2015-12-181-0/+2
* vf_stereo3d: add alternating modesPaul B Mahol2015-12-181-0/+4
* sub: remove unused video width/height headerswm42015-12-184-17/+0
* sub: rename sd_lavc_conv.c to lavc_conv.cwm42015-12-183-2/+2
* sub: remove subtitle filter chain conceptwm42015-12-186-293/+122
* sub: do not clear subtitle list on seekingwm42015-12-184-28/+38
* demux: check embedded cuesheet refers to only one fileKevin Mitchell2015-12-173-4/+25
* demux_cue: remove cue tracks which have a null filename.Kevin Mitchell2015-12-171-2/+12
* demux_lavf: minor cleanupswm42015-12-171-13/+5
* sd_ass: remove dead codewm42015-12-173-65/+7
* sub: detect charset in demuxerwm42015-12-175-51/+40
* sub: remove sd_srt.cwm42015-12-154-481/+0
* sub: remove sd_microdvd.cwm42015-12-154-348/+0
* sub: remove sd_lavf_srt.cwm42015-12-154-98/+0
* sub: remove sd_movtext.cwm42015-12-155-69/+13
* vo_opengl: dxinterop: prevent crash after lost deviceJames Ross-Gowan2015-12-141-0/+13
* vo_opengl: dxinterop: prevent crash with 0-size windowJames Ross-Gowan2015-12-141-2/+3
* vo_opengl: enable brightness/contrast controls for RGBwm42015-12-122-9/+14
* mixer: fix volume initialization with --af=volumewm42015-12-111-0/+2
* mixer: minor simplificationwm42015-12-111-4/+7
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-117-1/+689
* demux: remove old subtitle parserwm42015-12-104-842/+0
* stream: drop PVR supportwm42015-12-108-1694/+0
* player: init playback speed correctlywm42015-12-101-0/+2
* vo_opengl: remove one more XYZ special-casewm42015-12-091-7/+2
* vo_opengl: fix precision loss of fruit dithering matrixBin Jin2015-12-091-2/+9
* csputils: rename "yuv2rgb" functionswm42015-12-098-15/+15
* csputils, vo_opengl: remove XYZ special case in color matrix retrievalwm42015-12-093-14/+8
* csputils: remove obscure int_bits matrix scalingwm42015-12-095-37/+22
* vo_opengl: fix shader compilation regressionwm42015-12-082-4/+5
* sub: increase gap/overlap fixing threshold to 210mswm42015-12-072-3/+3
* vo_opengl: enable colormatrix even for RGB inputwm42015-12-071-15/+13
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-075-11/+39
* vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-072-4/+4
* vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-073-4/+14
* vo_opengl: Fix minor LUT sampling errorBin Jin2015-12-073-11/+22
* filter_kernels: add warnings for potential LUT sampling errorBin Jin2015-12-071-0/+6
* cocoa: fix recent regressionwm42015-12-071-4/+6
* win32: add option to set VO MMCSS profilewm42015-12-065-1/+17
* vo: get rid of vo_get_window_title()wm42015-12-066-34/+28
* sd_ass: slightly better heuristic for applying --sub-fix-timingwm42015-12-061-1/+10
* sub: another minor simplificationwm42015-12-061-6/+5
* manpage: reflect recent subtitle changeswm42015-12-062-10/+10
* sub: minor simplificationswm42015-12-051-30/+10
* sub: move subtitle FPS adjustment to sd_ass.cwm42015-12-053-31/+28
* sub: move --sub-fix-timing handling to rendererwm42015-12-052-36/+69
* sd_lavc: remove small gaps between subtitleswm42015-12-053-2/+10
* sd_lavc: discard empty subtitles and improve sub_seek behaviorwm42015-12-051-27/+49
* sd_lavc: implement sub_step/sub_seekwm42015-12-051-0/+76
* sub: allow feeding bitmap subs in advancewm42015-12-055-10/+46
* vd_lavc: fix avctx NULL checkswm42015-12-051-1/+4
* player: remove redundant checkwm42015-12-051-1/+1
* vo_opengl_cb: avoid NULL pointer deref in corner caseswm42015-12-051-1/+2
* msg: remove redundant conditionwm42015-12-051-1/+1
* vo_opengl: improve boundary check for polar filtersBin Jin2015-12-051-2/+2
* win32: fix console output with raw stdio functionsJames Ross-Gowan2015-12-061-8/+7
* player: don't make display-sync panic on timestamp discontinuitieswm42015-12-041-2/+2
* player: resync audio only on larger timestamp discontinuitieswm42015-12-041-2/+2
* win32: enable internal pthreads wrapper by defaultwm42015-12-041-1/+0
* win32: remove dwmapi.dll dynamic loadingwm42015-12-042-35/+6
* filter_kernels: remove redundant corner case checkBin Jin2015-12-041-1/+0
* examples/qt_opengl: Use fbo of the widget and not the thread contextcommander kotori2015-12-031-1/+1
* examples/qt_opengl: remove redundant time-start property fetchcommander kotori2015-12-031-2/+1
* vo_opengl: require --enable-gpl3 for nnediwm42015-12-036-2/+40
* client API: disallow masking MPV_EVENT_SHUTDOWNwm42015-12-021-0/+2
* video: readd codec delay estimationwm42015-12-023-0/+18
* vo_opengl: fix backend=x11 on Intelwm42015-12-021-1/+1
* vo_opengl: add credits to NNEDI3 shaderBin Jin2015-12-021-0/+16
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-024-16/+21
* path: cosmeticslzmths2015-12-021-3/+5
* manpage: fix a command namewm42015-12-011-1/+1
* build: install scalable svg icon as wellChristian Hesse2015-12-011-0/+4
* manpage: ' can't be used for quotingwm42015-11-301-2/+2
* vo_opengl_cb: pass mpv_global to gl_videowm42015-11-301-1/+1
* manpage: explain behavior of "path" propertywm42015-11-291-1/+5
* osd: do not let OSD messages overwrite --osd-msgN textwm42015-11-291-14/+8
* vo: cosmetics: split functionwm42015-11-291-41/+56
* vo: make using estimated FPS more conservativewm42015-11-291-0/+6
* vo: remove redundant and broken codewm42015-11-291-2/+0
* sub: remove unused function, move another onewm42015-11-293-40/+24
* osd: fix and cleanup font style managementwm42015-11-292-48/+62
* DOCS/interface-changes: add some recent changeswm42015-11-291-1/+3
* vo_opengl: make tscale=mitchell:tscale-clamp the defaultwm42015-11-292-3/+5
* vo_opengl: warn if interpolation is enabled, but not display-syncwm42015-11-281-0/+10
* osd: use the same ASS_Renderer for OSD text and progbarwm42015-11-284-32/+43
* vo: report when switching back to system-reported FPS toowm42015-11-281-4/+11
* vo: wait longer before abandoning system-reported display-fpswm42015-11-281-1/+4
* vo_opengl: fix interpolation with display-syncwm42015-11-283-13/+11
*