summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 decodingwm42015-07-151-3/+2
* vo_opengl: simplifywm42015-07-151-26/+11
* player: show larger cache sizes in MB on status linewm42015-07-141-1/+5
* build: don't make version.sh create version.h by defaultwm42015-07-142-7/+6
* vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpiPhilip Langdale2015-07-141-1/+1
* README: remove dead links to mailing listswm42015-07-141-4/+0
* player: add missing \n to a messagewm42015-07-131-1/+1
* manpage: fix typowm42015-07-131-1/+1
* sub: call ass_set_fonts() only oncewm42015-07-131-10/+3
* player: extend --hls-bitrate optionwm42015-07-133-8/+17
* player: put --term-playing-msg in a separate log categorywm42015-07-131-1/+3
* demux: handle Matroska-style replaygain tags as wellwm42015-07-121-0/+8
* demux: refactor replaygain tag handlingwm42015-07-121-17/+19
* bootstrap: change waf primary mirrorStefano Pigozzi2015-07-121-1/+1
* build: fix version.h creationStefano Pigozzi2015-07-122-5/+18
* player: use exit code 0 by default for quit, 4 for signals, etc.Philip Sequeira2015-07-114-8/+9
* vo_opengl: reduce verbose outputwm42015-07-111-26/+2
* vo_vdpau: Implement rotation supportPhilip Langdale2015-07-111-8/+84
* vo_opengl: reimplement tscale=oversampleNiklas Haas2015-07-112-10/+33
* vf_vdpaurb: Add a new filter for reading back vdpau decoded framesPhilip Langdale2015-07-115-1/+124
* player: parse and expose m3u playlist titleswm42015-07-105-4/+28
* video: don't force video refresh if video is restartingwm42015-07-101-1/+3
* video: add a way to disable automatic stereo conversionwm42015-07-103-3/+5
* vf_stereo3d: drop internal implementationwm42015-07-101-393/+15
* stream_file: remove an indirectionwm42015-07-101-17/+13
* stream_file: cosmetics: shorten variable namewm42015-07-101-10/+10
* gl_hwdec: change wording in verbose messagewm42015-07-101-1/+1
* player: refactor chapter seek codewm42015-07-103-24/+7
* client API: fix mpv_get_property_async() string casewm42015-07-101-1/+1
* stream_file: initialize `fd`Ben Boeckel2015-07-091-1/+2
* demux_mkv: improve video duration detection heuristicwm42015-07-092-17/+35
* stream_file: add fd:// protocolwm42015-07-092-2/+15
* player: disable seeking even if the cache is enabledwm42015-07-085-3/+11
* player: never overwrite stop_play fieldwm42015-07-085-13/+21
* input: fix exit code for quit-watch-later commandwm42015-07-081-1/+1
* command: allow changing deinterlace property any timewm42015-07-081-1/+1
* vf_vdpaupp: don't attempt to deinterlace progressive frameswm42015-07-083-6/+14
* mp_image: fix vf_vdpaupp referenceswm42015-07-081-2/+0
* vaapi: drop compatibility crap and vo_vaapi deinterlacerwm42015-07-085-97/+16
* vf_vavpp: don't attempt to deinterlace progressive frameswm42015-07-083-0/+12
* vaapi: increase number of additional surfaceswm42015-07-081-6/+2
* command: make deinterlace property use interlaced-only yadif modewm42015-07-072-2/+3
* vf_yadif: expose interlaced frame modewm42015-07-072-14/+9
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextwm42015-07-078-14/+42
* options: cleanup hwdec name mappingswm42015-07-072-10/+20
* vo_opengl_cb: drop frames eagerly if frames are not renderedwm42015-07-071-1/+7
* af: fix behavior with pathologic filter chainswm42015-07-071-0/+2
* sub: fix srt subs and other caseswm42015-07-071-0/+1
* player: add missing include directivewm42015-07-061-0/+1
* sub: protect ASS_Renderer statewm42015-07-067-4/+24
* dxva2: fix handling of cropped videowm42015-07-061-1/+5
* ao_coreaudio: fix device latency, share the codewm42015-07-064-23/+25
* ipc: fix undefined behavior in some error caseswm42015-07-061-1/+2
* ao_coreaudio_exclusive: continue even if setting physical format failswm42015-07-062-2/+4
* video: replace our own refcounting with libavutil'swm42015-07-054-150/+123
* mp_image: make image writeable before overwriting palettewm42015-07-051-2/+4
* vo: free frames before killing VOwm42015-07-041-1/+1
* ao_coreaudio_exclusive: fix some verbose outputwm42015-07-041-2/+2
* timer: fix a corner case on clock changeswm42015-07-041-1/+4
* win32: use QueryPerformanceCounter for timingJames Ross-Gowan2015-07-041-13/+11
* ipc: add request_id to jsonPreston Hunt2015-07-032-0/+28
* manpage: fix dwmflush parameterwm42015-07-031-1/+2
* vo: set correct frame parameters on redrawwm42015-07-031-2/+2
* ao: don't pass along AO arguments when redirectingwm42015-07-031-1/+1
* ao_coreaudio: add exclusive suboptionwm42015-07-033-2/+10
* ao_coreaudio_exclusive: support PCMwm42015-07-032-17/+35
* ao_coraudio: reject all non-PCM formatswm42015-07-031-1/+1
* ao_coreaudio_utils: reduce spamwm42015-07-031-1/+0
* ao_coreaudio_utils: fix format back-mappingwm42015-07-031-5/+7
* ao_coreaudio_exclusive: do not set ao->bpswm42015-07-031-3/+0
* ao_coreaudio_exclusive: dump all latency info in verbose modewm42015-07-031-1/+4
* ao_coreaudio_exclusive: factor format selectionwm42015-07-031-35/+44
* ao_coreaudio_exclusive: separate out stream selectionwm42015-07-031-61/+76
* client API, dxva2: add a workaround for OpenGL fullscreen issueswm42015-07-038-0/+101
* vo_direct3d, dxva2: use the same D3D devicewm42015-07-034-0/+42
* dxva2: move device creation codewm42015-07-031-34/+50
* vo_opengl: log some more stuff in verbose modewm42015-07-032-1/+4
* av_log: print FFmpeg versionwm42015-07-033-0/+16
* player: simplify reload logicwm42015-07-024-20/+15
* player: remove automatic DVB channel advancement on no datawm42015-07-021-6/+0
* player: unentangle --stream-dumpwm42015-07-023-12/+15
* vo_opengl: fix "freezes" after seeking with interpolation onwm42015-07-02