summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sub: read subtitles until their timestamps are past videowm42016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-116-37/+6
* cache: remove useless return valuewm42016-01-111-5/+2
* vaapi: replace VA_STR_FOURCCwm42016-01-114-7/+4
* ao_coreaudio: replace fourcc_repr()wm42016-01-113-35/+7
* etc: rename "example.conf" to "mpv.conf"Dmitrij D. Czarkoff2016-01-111-0/+0
* dxva2: log more debug infoswm42016-01-111-11/+41
* ao_wasapi: move out some utility functionswm42016-01-115-76/+128
* common: add mp_tag_str() utility functionwm42016-01-112-0/+20
* waf: add "lua51" ("51obsd") to list of possible lua namesDmitrij D. Czarkoff2016-01-111-0/+1
* ytdl: Include Referer header as wellYen Chi Hsuan2016-01-101-3/+6
* TOOLS: remove old build systemwm42016-01-102-1500/+0
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-094-14/+23
* Fix build on older libavcodec versionswm42016-01-083-0/+9
* manpage: adjust documented screenshot file namewm42016-01-081-2/+3
* img_format: fix padding calculation with P010wm42016-01-081-1/+1
* vd_lavc: log codec profile when attempting hardware decodingwm42016-01-081-0/+4
* common: allow "\/" as escape sequencewm42016-01-081-1/+2
* dvb: cleanup dvb_params struct, remove some unneeded fdsOliver Freyermuth2016-01-073-11/+8
* img_format: fix compilation on older libavutil releaseswm42016-01-071-1/+1
* vo_opengl: generic semi-planar supportwm42016-01-071-9/+10
* img_format: add a generic flag for semi-planar formatswm42016-01-072-4/+30
* img_format: take care of pixfmts that declare paddingwm42016-01-071-2/+9
* win32: fix fd://James Ross-Gowan2016-01-073-6/+13
* filter_kernels: improve the gaussian functionNiklas Haas2016-01-071-2/+2
* filter_kernels: relicense under BSDwm42016-01-071-11/+5
* vo_opengl: hwdec_vdpau: relicense under LGPLwm42016-01-071-7/+7
* vo_opengl: video.h: fix licensewm42016-01-071-7/+8
* vo_opengl: hwdec_vaegl: change license to LGPL 2.1wm42016-01-071-9/+7
* mpv.desktop: add audio/mp4 mime typewm42016-01-071-1/+1
* player: reset playback abort when reloading a filewm42016-01-071-0/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-066-9/+98
* video: fix debug messagewm42016-01-061-1/+1
* filter_kernels: replace AGG-based codewm42016-01-061-71/+69
* ao_dsound: remove this audio outputwm42016-01-065-732/+2
* ao_wasapi: remove unnecessary header fileKevin Mitchell2016-01-055-74/+31
* ao_wasapi: initialize change notify in main threadKevin Mitchell2016-01-052-3/+6
* ao_wasapi: remove old vistablob prototypeKevin Mitchell2016-01-051-2/+0
* ao_wasapi: make find_deviceID read only wrt struct aoKevin Mitchell2016-01-053-19/+20
* ao_wasapi: move device selection to main threadKevin Mitchell2016-01-053-8/+10
* ao_wasapi: avoid some redundant error messages in device selectionKevin Mitchell2016-01-051-15/+7
* ao_wasapi: alloc later to avoid free on errorKevin Mitchell2016-01-051-2/+1
* audio: update outdated commentwm42016-01-051-3/+4
* ao_pulse: attempt to fall back to an arbitrary sample formatwm42016-01-051-2/+7
* ao_pulse: check for sample rate boundswm42016-01-051-1/+1
* ao_pulse: move format setting into a functionwm42016-01-051-20/+26
* options: raise maximum value for --audio-sampleratewm42016-01-051-1/+1
* vo_rpi: handle rotationwm42016-01-051-1/+14
* vo_rpi: work around firmware oddness leading to incorrect video rectwm42016-01-051-2/+4
* bundle: remove git sha from the Info.plist versionStefano Pigozzi2016-01-051-1/+10
* build: add option of html manualChris Mayo2016-01-052-0/+19
* demux_lavf: re-enable codepage autodetection for .assfwr2016-01-041-2/+1
* ao_wasapi: remove +x flag from fileswm42016-01-044-0/+0
* chmap_sel: prefer inexact equivalents over perfect upmixwm42016-01-042-11/+22
* ao_wasapi: just use a pointer to the deviceID in change_notifyKevin Mitchell2016-01-041-3/+1
* ao_wasapi: correctly name the IMMNotificationClientVtblKevin Mitchell2016-01-041-2/+2
* ao_wasapi: make persistent enumerator local to change_notifyKevin Mitchell2016-01-044-21/+12
* ao_wasapi: rewrite device listing and selectionKevin Mitchell2016-01-042-225/+187
* vo_opengl: fix operation on GLES 2.0wm42016-01-041-2/+2
* sd_ass: fix memory leaks with --sub-ass=nowm42016-01-041-1/+4
* vo_opengl: reset nnedi3 weights properlyBin Jin2016-01-031-0/+1
* x11: silence xdg-screensaver failure messagewm42016-01-031-2/+2
* player: make sure streams are selected with ordered chapterswm42016-01-031-3/+3
* CONTRIBUTING: discourage reports against unmaintained releaseswm42016-01-031-0/+2
* ao_wasapi: fix delay calculation againKevin Mitchell2016-01-021-6/+12
* options: exclude 360 from --video-rotate rangewm42016-01-022-2/+2
* Update copyright yearwm42016-01-012-2/+2
* sub: do not check for duplicates if --sub-clear-on-seek is setwm42015-12-311-1/+5
* video: do not disable hr-seek framedrop too earlywm42015-12-301-7/+5
* demux_mkv: skip EBML void elementsKagami Hiiragi2015-12-291-1/+1
* TOOLS/zsh.pl: add .opus extension in zsh completionsEric G2015-12-291-1/+1
* example.conf: minor changeswm42015-12-291-12/+10
* manpage: lua: fix command nameswm42015-12-291-5/+5
* sub: change how subtitles are readwm42015-12-297-78/+87
* sub: remove packet list thingwm42015-12-281-27/+1
* 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