summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: don't read index twicewm42015-08-261-1/+1
* video: disable interpolation during framesteppingwm42015-08-251-0/+1
* vo_opengl: force redraw when framestepping with interpolationwm42015-08-251-1/+3
* ao_alsa: fix minor memory leakwm42015-08-251-8/+11
* vd_lavc: bump number of allocated surfaces for hwdec with HEVCwm42015-08-241-1/+4
* vaapi: add HEVC profile entrieswm42015-08-241-0/+10
* demux_libarchive: don't allow probing to read unlimited datawm42015-08-241-5/+17
* vda, videotoolbox: guard against unexpected pixel formatwm42015-08-231-0/+4
* audio: don't sleep when finishing audio resyncwm42015-08-231-1/+1
* vda, videotoolbox: fix broken condition in screenshot codewm42015-08-231-1/+1
* stream_libarchive: read tar only in "unsafe" modewm42015-08-221-2/+4
* player: add --playlist-pos optionwm42015-08-225-1/+24
* vo_opengl: remove dead codewm42015-08-221-9/+0
* docs: correct typo for 'ingore-chmap'Ellis Berner2015-08-221-1/+1
* command: make the playback-time property writablewm42015-08-212-2/+9
* player: return better guess for playback time during seekswm42015-08-211-13/+27
* options: sub-file replaces subfile, instead of subStian Eikeland2015-08-211-1/+1
* gl_wayland: Wait for frame callbacksJari Vetoniemi2015-08-211-0/+5
* vo_wayland: Wait for frame callbacksJari Vetoniemi2015-08-213-18/+84
* gl_wayland: eglSwapInterval(0) to avoid blockingJari Vetoniemi2015-08-213-18/+14
* TOOLS/lua/autoload: fix adding more files at end of auto-playlistRicardo Constantino2015-08-201-2/+5
* TOOLS/lua/autoload: add all files on startwm42015-08-201-2/+2
* stream_libarchive: disable raw filterwm42015-08-201-2/+0
* vo_opengl: add tscale-clamp optionNiklas Haas2015-08-205-2/+15
* vo_rpi: disable background by defaultwm42015-08-202-6/+18
* player: deliver IDLE event after uninitializing statewm42015-08-201-1/+1
* gl_rpi: destroy the EGLSurface toowm42015-08-201-2/+5
* vo_rpi: use correct variable for osd layerwm42015-08-201-1/+1
* stream_libarchive: fix libarchive callback signaturewm42015-08-201-1/+1
* vo_rpi: fix blackscreen before the first subtitle/OSD is renderedwm42015-08-201-0/+1
* old-configure: avoid a warningwm42015-08-191-0/+1
* vd_lavc: remove unneeded hwdec parameterswm42015-08-198-25/+16
* video: don't decode 2 frames ahead with display-syncwm42015-08-191-2/+1
* build: make sure the HAVE_ key is undefined on failureStefano Pigozzi2015-08-191-0/+1
* Revert "build: workaround for broken waf crap"Stefano Pigozzi2015-08-191-7/+1
* build: workaround for broken waf crapwm42015-08-181-1/+7
* stream_libarchive: restrict number of allowed formatswm42015-08-181-2/+11
* manpage: fix typowm42015-08-181-1/+1
* vo_rpi: redraw subtitles only on changewm42015-08-183-4/+33
* vo_rpi: use EGL to render subtitleswm42015-08-185-137/+91
* rpi: factor out context creationwm42015-08-182-63/+108
* demux_libarchive: reject 0-sized fileswm42015-08-181-0/+3
* stream: provide a stream_get_size() convenience functionwm42015-08-189-30/+27
* demux_libarchive: open flat compressed fileswm42015-08-173-4/+13
* DOCS/client_api_examples/sdl: don't curse the mainloopwm42015-08-171-2/+2
* video: fix VideoToolbox/VDA autodetectionwm42015-08-174-44/+24
* stream: libarchive wrapper for reading compressed archiveswm42015-08-179-0/+378
* player: actually close files on playback endwm42015-08-151-1/+1
* vo_rpi: fix NULL pointer derefwm42015-08-141-1/+1
* atomics: cleanup HAVE_ATOMICS definewm42015-08-132-5/+3
* vo_rpi: simplify background handlingwm42015-08-131-19/+1
* vo_rpi: unregister vsync callbackwm42015-08-131-1/+3
* vo_rpi: skip OSD rendering when repeating frameswm42015-08-131-4/+8
* DOCS/client_api_examples/sdl: add more explanation commentswm42015-08-121-1/+21
* client API: change subtle wording to different subtle wordingwm42015-08-121-1/+1
* player: use OSD formattin for DS on the terminal status linewm42015-08-122-4/+9
* demux: remove redundant demux_chapter.name fieldwm42015-08-127-22/+13
* vo: fix video EOF with display-syncwm42015-08-121-2/+2
* DOCS/client_api_examples/sdl: don't load file before GL initwm42015-08-111-4/+4
* cocoa: hide cursor using a blank image instead of a system-wide APIRodger Combs2015-08-111-4/+14
* DOCS/client_api_examples: add SDL OpenGL examplewm42015-08-112-0/+142
* manpage: fix typowm42015-08-111-1/+1
* osc: avoid annoying verbose mode log spamwm42015-08-101-6/+22
* vo_rpi: support display syncwm42015-08-101-4/+51
* player: add display sync modewm42015-08-1013-17/+451
* player: separate controls for user and video controlled speedwm42015-08-107-22/+64
* player: redo estimated-vf-fps calculationwm42015-08-104-7/+81
* demux_mkv: disable timestamp fixup code againwm42015-08-102-2/+2
* TOOLS/stats-conv: allow passing regex via command linewm42015-08-101-1/+4
* video: remove old vdpau hwaccel API usagewm42015-08-103-233/+0
* command: improve A-B loop OSD messageswm42015-08-101-2/+2
* TOOLS/lua/autoload: don't run if playlist is loadedRicardo Constantino2015-08-101-0/+4
* TOOLS/lua: Add zones.luaRicardo Constantino2015-08-091-0/+74
* options: remove the period at the end of "No file."Niklas Haas2015-08-091-1/+1
* options: move program name to end of window titleMartin Herkt2015-08-091-1/+1
* manpage: document videotoolbox supportwm42015-08-081-0/+1
* av_common: remove deprecated API usagewm42015-08-071-2/+0
* audio: remove unused legacy libavutil headerwm42015-08-073-3/+0
* player: raise maximum idle timewm42015-08-071-1/+1
* build: fix build with --disable-tv --enable-pvrwm42015-08-061-0/+1
* manpage: use - as separator for the remaining commandswm42015-08-061-22/+22
* lua: implement input_enable_section/input_disable_section via commandswm42015-08-066-44/+31
* command: define-section with empty contents removes a sectionwm42015-08-062-1/+3
* lua: make mp.input_define_section use the define-section commandwm42015-08-062-21/+7
* command: add a command for defining input bindingswm42015-08-064-0/+32
* demux: add options to control maximum queue sizewm42015-08-056-6/+27
* demux: remove options to control minimum packet queue sizewm42015-08-055-27/+1
* old-configure: add dummies for recently added config.h entrieswm42015-08-051-0/+9
* DOCS: document video-aspect behavior changewm42015-08-051-0/+3
* vf_vdpaurb: Don't segfault if input mpi is nullPhilip Langdale2015-08-051-0/+4
* build: fix conditions for building gl_hwdec_vda.cwm42015-08-051-1/+1
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-0511-12/+198
* vo_vdpau: fix frame scheduling if display FPS is unknownwm42015-08-042-3/+3
* charset_conv: use our own UTF-8 check with ENCA onlywm42015-08-041-6/+5
* command: always make video-aspect property accessiblewm42015-08-041-14/+14
* command: fix video-aspect property update notificationwm42015-08-041-1/+1
* osc: completely disable if no VO window existswm42015-08-041-1/+7
* command: make auto-deinterlacing output at field ratewm42015-08-041-1/+1
* player: warn against using HLS URLs with --playlistwm42015-08-042-1/+8
* charset_conv: "auto" encoding detection now uses uchardet.Jehan2015-08-042-5/+8
* input.conf: remap d/D keyswm42015-08-043-7/+4
* player: use demux_open_url() to open main fileswm42015-08-043-65/+41
* stream: remove remaining DVD/BD menu definitionswm42015-08-032-88/+0
* stream_bluray: remove menu implementationwm42015-08-031-358/+11
* stream_dvdnav: rip out lower-level menu implementationwm42015-08-031-255/+7
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-0320-541/+1
* video: unbreak EOF with video-only files that have timestamp resetswm42015-08-031-1/+2
* vo: fix inverted conditionwm42015-08-031-1/+1
* audio: fix --end handling (again)wm42015-08-031-5/+2
* charset_conv: fix switched parameterswm42015-08-021-1/+1
* image_writer: don't use jpeg baseline, and remove useless jpeg optionswm42015-08-021-6/+1
* build: make charset detectors dependent on iconv and group themwm42015-08-021-4/+11
* charset_conv: add uchardet supportwm42015-08-023-0/+47
* charset_conv: make it possible to return an allocated string as guesswm42015-08-013-10/+14
* audio: remove questionable speed change adjustmentwm42015-08-011-3/+0
* video: move frame duration code to a separate functionwm42015-08-011-11/+23
* vo: correctly account for dropped frameswm42015-08-011-4/+4
* terminal: disable terminal foreground state pollingwm42015-08-011-2/+1
* audio: remove af_dummywm42015-08-014-65/+0
* old-configure: some adjustmentswm42015-08-011-2/+2
* vo_opengl: minor simplificationswm42015-08-011-4/+2
* win32: revert wchar_t changeswm42015-08-0113-50/+48
* win32: more wchar_t -> WCHAR replacementswm42015-07-309-17/+18
* vo_direct3d: create multithreaded IDirect3DDevice9wm42015-07-301-1/+2
* TOOLS: remove youtube-starttime.luawm42015-07-291-34/+0
* ytdl: get start_timeRicardo Constantino2015-07-291-0/+6
* ytdl: print command in debug modeRicardo Constantino2015-07-291-0/+1
* demux_playlist: skip hidden directorieswm42015-07-291-1/+1
* command: let track properties return option value in idle modewm42015-07-291-1/+5
* win32: replace wchar_t with WCHARwm42015-07-297-32/+33
* video: move up vo_frame setupwm42015-07-281-12/+12
* vo_opengl: framebuffers work under GLES 2wm42015-07-271-1/+1
* vo_opengl: slightly more informative message when disabling scalerswm42015-07-271-4/+4
* win32: pthread: don't play dirty tricks for mutex initwm42015-07-272-28/+10
* win32: add portable config modewm42015-07-272-9/+38
* vo_rpi: determine and return display refresh ratewm42015-07-271-0/+24
* audio: fix restoring volumeshdown2015-07-271-1/+1
* video: always decode at least 2 frames in advancewm42015-07-261-5/+1
* Copyright: mention that more liberal licenses are ok toowm42015-07-261-1/+1
* vo_opengl: minor cleanup to hwdec texture setting codewm42015-07-261-14/+9
* build: remove useless classStefano Pigozzi2015-07-266-48/+37
* manpage: document --audio-channels=auto caveatswm42015-07-252-2/+11
* Require contributions in LGPLv2.1+wm42015-07-242-2/+13
* vo_opengl: remove legacy GL detectionwm42015-07-241-23/+1
* audio: remove an unused parameterwm42015-07-241-3/+2
* audio: fix EOF state with --keep-openwm42015-07-241-1/+1
* command: add property indicating per-file optionswm42015-07-235-0/+11
* vo_opengl: fix scale=oversample's threshold calculationsNiklas Haas2015-07-231-1/+1
* video: don't restrict --vd-lavc-threads to a maximum of 16wm42015-07-232-4/+5
* manpage: fix typowm42015-07-231-1/+1
* Revert "vo_opengl: make the size of interpolation textures exact"wm42015-07-221-2/+2
* cache: make backbuffer size configurablewm42015-07-225-11/+30
* cache: fix backbuffer logicwm42015-07-221-4/+5
* TOOLS: unbreak osxbundle.pyChrisK22015-07-211-1/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-213-10/+24
* vf_scale: cleanup log messageswm42015-07-201-12/+3
* vo: minor simplification for queue size handlingwm42015-07-206-18/+17
* vo_opengl: add temporal-dither-period optionNiklas Haas2015-07-203-1/+10
* demux_mkv: remove unnecessary codewm42015-07-201-4/+0
* demux_mkv: parse FLAC channel layoutswm42015-07-201-0/+67
* vo_opengl: make oversample the default for opengl-hq as wellNiklas Haas2015-07-201-1/+1
* af_lavrresample: always reinit resampler on filter reinitwm42015-07-191-18/+1
* af_lavrresample: don't unnecessarily print remix messagewm42015-07-191-8/+8
* TOOLS/zsh.pl: die loudly if mpv fails to runPhilip Sequeira2015-07-191-2/+13
* vf_vapoursynth: relicense to LGPL 2.1+wm42015-07-191-7/+7
* build: update waf to 1.8.12Stefano Pigozzi2015-07-181-2/+2
* command: add track-list/N/audio-channels propertydeuiore2015-07-183-0/+14
* vo_opengl: make the size of interpolation textures exactNiklas Haas2015-07-181-2/+2
* screenshot: don't write PNG colorspace tags by defaultwm42015-07-183-2/+3
* sub: add option for stretching image subtitles to screenwm42015-07-185-0/+17
* av_log: remove dumb shitwm42015-07-181-24/+1
* vo_opengl: cleanup frame reupload logicwm42015-07-171-8/+9
* build: fix windows compilation after cleanStefano Pigozzi2015-07-171-3/+5
* TOOLS: make autodeint detect telecine in parallelKevin Mitchell2015-07-161-45/+26
* vo_opengl: refactor queue configurationwm42015-07-164-23/+29
* vo: fix number of future frameswm42015-07-162-2/+2
* build: make mpv.rc depend on version.hStefano Pigozzi2015-07-151-0/+4
* vo_opengl: reject future images in different formatswm42015-07-151-1/+2
* vaapi: destroy derived VAImage after each usewm42015-07-151-0/+4
* vo_vaapi: drop unused fieldwm42015-07-151-2/+0
* vaapi: don't assume vaQueryImageFormats() returns sorted listwm42015-07-151-8/+13
* Revert "vaapi: remove vaDeriveImage() code path"wm42015-07-151-17/+40
* vaapi: allow allocating additional surfaces during decodingwm4