summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_cue: include io.h for Windows UTF-8 filesystem functionswm42017-04-041-0/+2
* DOCS/interface-changes.rst: document --vf/--af deprecationswm42017-04-041-0/+10
* audio: deprecate most audio filterswm42017-04-045-1/+10
* af: implement generic lavfi option bridge toowm42017-04-042-10/+99
* af_lavfi: remove forced "format" filterwm42017-04-041-27/+2
* parse_commandline: guard glob() usewm42017-04-041-1/+1
* w32_common: refactor mouse button handlingJames Ross-Gowan2017-04-041-39/+47
* vo_opengl: use 16 bit textures with anglewm42017-04-032-2/+5
* video: support positional arguments for automatic lavfi option bridgewm42017-04-034-11/+58
* osx: fix Touch Bar access on systems without Touch Bar supportAkemi2017-04-021-4/+7
* video: add automatic libavfilter bridge to option parsingwm42017-04-023-15/+113
* video: deprecate almost all video filterswm42017-04-0220-4/+61
* audio: lower "Disabling multichannel output." warning to verbosewm42017-04-021-1/+1
* image_writer: make it work with libavcodec's jpg encoderwm42017-04-021-5/+38
* manpage, client API: add some clarifications when commands use OSDwm42017-04-012-3/+14
* manpage: finish cut off sentencewm42017-04-011-1/+2
* screenshot: cleanup: use normal MSGL_ defineswm42017-04-011-19/+9
* player: make screenshot commands honor the async flagwm42017-04-018-32/+117
* ta_talloc: add missing include statementwm42017-04-011-0/+2
* input: add "async" flagwm42017-04-014-0/+12
* misc: add a thread poolwm42017-04-012-0/+135
* player: enable "buffering" pausing for DASH streams toowm42017-04-011-1/+2
* external_files: enable autoloading with URLsRicardo Constantino2017-04-012-3/+6
* external_files: actually try to autoload from fallback pathsRicardo Constantino2017-04-011-2/+2
* w32_common: fix undefined behaviour when toggling fullscreenJames Ross-Gowan2017-04-021-222/+214
* Switch demuxing and decoding to GStreamer (finally FFmpeg independence!)wm42017-04-011-4/+5
* wscript: fix broken build with dvdread+dvdnav in 34e6a26Ricardo Constantino2017-03-312-4/+7
* wscript: decouple dvdnav check from dvdreadRicardo Constantino2017-03-313-3/+5
* command: add property notifications for hwdec propertieswm42017-03-311-3/+3
* ao_wasapi: do not pass nonsense to drivers with doublewm42017-03-291-5/+23
* stream/stream_dvdnav: show list of titles on verboseRicardo Constantino2017-03-291-0/+7
* stream/stream_dvdnav: don't ignore setting titleRicardo Constantino2017-03-291-1/+1
* osc: escape ASS and strip newlines on titleRicardo Constantino2017-03-272-0/+3
* osc: make title configurable and use property expansion on itRicardo Constantino2017-03-272-7/+11
* Revert "osc: make the title toggleable between media-title and filename"Ricardo Constantino2017-03-272-19/+12
* osx: fix event propagation of menu bar item key shortcutsAkemi2017-03-271-4/+3
* cocoa: fix retrieval of unfs window sizeAkemi2017-03-261-3/+11
* cocoa: fix first responder when borderless window is usedAkemi2017-03-261-0/+7
* osx: fix key input in certain circumstancesAkemi2017-03-2612-58/+16
* osx: initial Touch Bar supportAkemi2017-03-2611-1/+456
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-264-0/+17
* osc: make the title toggleable between media-title and filenameRicardo Constantino2017-03-262-12/+19
* player: make new stream output more consistent with other outputwm42017-03-261-3/+3
* player: print additional stream infoDan Oscarsson2017-03-261-1/+13
* command: change and simplify filter toggle syntaxwm42017-03-263-8/+31
* vo_opengl: angle: add --angle-flip to set the present modelJames Ross-Gowan2017-03-262-4/+43
* m_option: consistent af/vf filter entry "enabled" flag default valuewm42017-03-252-0/+2
* command: add better runtime filter toggling methodwm42017-03-258-32/+100
* manpage: minor addition for --video-syncwm42017-03-251-0/+4
* sub: add SDH subtitle filterDan Oscarsson2017-03-258-5/+506
* command: add demux-start-time propertyMatthias Hunstock2017-03-252-0/+14
* droptarget: fix style and refactorJames Ross-Gowan2017-03-261-123/+106
* w32_common: move the IDropTarget impl to a separate fileJames Ross-Gowan2017-03-264-201/+270
* vo_opengl: replace uniform variable image_size with input_sizeigv2017-03-253-4/+9
* vo_opengl: add tex_offset uniform variable to user shadersigv2017-03-252-0/+7
* vo_opengl: make size of a cropped source image available to user shadersigv2017-03-252-3/+11
* TOOLS: add lua script for runtime acompressor ffmpeg filter controlJan Janssen2017-03-251-0/+126
* af_drc: removeJan Janssen2017-03-257-460/+2
* manpage: add empty line between protocol header/descriptionwm42017-03-251-0/+19
* manpage: explain more about outstanding dvdnav bugsFrederick Eaton2017-03-251-5/+11
* osc: fix PlayResX undefined warning when aspect is 0Ricardo Constantino2017-03-241-3/+6
* osc: bottom/topbar: don't clip title verticallyRicardo Constantino2017-03-241-2/+2
* osc: bottom/topbar: increase timecodes width a bitRicardo Constantino2017-03-241-4/+4
* osc: refactor cache status displayRicardo Constantino2017-03-241-11/+18
* osc: refactor osc message scalingRicardo Constantino2017-03-241-35/+20
* vo_x11: fix an unused variable warningwm42017-03-241-1/+0
* command: add a property to signal whether networking is usedwm42017-03-242-0/+20
* vo_x11: reduce flickering on playlist navigationrr-2017-03-241-2/+7
* mpv.desktop: fix some mistakes in mpv.desktopgiwhub2017-03-231-6/+6
* encode_lavc: fix build failure after libavcodec major bumpwm42017-03-231-2/+2
* video: fix a typo in a commentwm42017-03-231-1/+1
* vd_lavc: fix potential build failure with vaapiwm42017-03-231-1/+1
* vdpau: support new vdpau libavcodec decode APIwm42017-03-235-5/+92
* vo_opengl: add a backend start_frame callback for context_vdpauwm42017-03-204-40/+52
* vo_opengl: read framebuffer depth from actual FBO used for renderingwm42017-03-208-21/+25
* vo_opengl: move some init_gl code to utility functionswm42017-03-203-50/+61
* manpage: fix a typowm42017-03-201-1/+1
* vo_opengl: add a --opengl-es=force2 optionwm42017-03-204-3/+11
* vo_opengl: properly respect dither option if dumb mode is usedwm42017-03-201-1/+6
* vo_opengl: context_vdpau: resize output surfaces lazilywm42017-03-191-80/+82
* vo_opengl: context_vdpau: minor fixeswm42017-03-192-20/+38
* vo_opengl: fix some undefined behaviorwm42017-03-181-1/+1
* vo_opengl: add experimental vdpauglx backendwm42017-03-184-0/+385
* vo_opengl: add log field to MGLContextwm42017-03-182-0/+2
* screenshot: change details of --screenshot-format handlingwm42017-03-185-49/+50
* image_writer: remove useless formatswm42017-03-184-16/+2
* ao_jack: update latency on buffer_size/graph changeCheng Sun2017-03-181-7/+34
* screenshot: minor simplificationwm42017-03-181-7/+4
* manpage: slightly improve screenshot-raw descriptionwm42017-03-181-3/+4
* wayland_common: organize and correctly map mouse buttonsRostislav Pehlivanov2017-03-171-4/+8
* client API: clarify what stream_cb callbacks can dowm42017-03-171-1/+3
* manpage: minor clarification to screenshot command argument handlingwm42017-03-151-2/+6
* stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titlesqrwyeui2017-03-151-3/+3
* sd_ass: disable --sub-fix-timing if sub style override is fully disabledwm42017-03-151-1/+1
* build: disable optical media libs by default (DVD/BD/CD)wm42017-03-151-0/+4
* vdpau: warn on HEVC due to completely broken nVidia driverswm42017-03-141-4/+7
* ao_alsa: fix device filtering, add another exceptionwm42017-03-141-1/+3
* player: specifically log audio EOF toowm42017-03-141-1/+3
* ao_alsa: filter fewer deviceswm42017-03-141-4/+2
* ao_alsa: POLLERR can be set even if the device is not lostwm42017-03-141-1/+5
* Copyright: version.sh is GPLwm42017-03-131-0/+1
* README.md: update comments about Windows hwdec/GLwm42017-03-131-5/+3
* cocoa: set background of the title bar from black to whiteAkemi2017-03-092-1/+3
* osx: add key mappings for previous and next Media KeysAkemi2017-03-091-3/+5
* cocoa: fix autofit options on HiDPI resolutions without HiDPI scalingAkemi2017-03-091-33/+15
* vd_lavc: disable videotoolbox hack with newer ffmpeg versionswm42017-03-071-2/+5
* manpage: adjust description of libva deinterlacer ref direction messwm42017-03-071-5/+7
* dvb: add support for DVB-T2ivan-832017-03-064-633/+777
* TOOLS/zsh.pl: don't leak regex match variablesPhilip Sequeira2017-03-061-0/+3
* options: add M_OPT_FILE to some more file optionsPhilip Sequeira2017-03-067-10/+10
* wscript: substitute cplugins linker flag for macOS compatiblityAlexis Nootens2017-03-061-2/+2
* filter_kernels: Keep f.radius in terms of dest/filter coords.Nicholas J. Kain2017-03-064-12/+20
* filter_kernels: Apply blur/taper before culling radius.Nicholas J. Kain2017-03-061-3/+3
* hw_videotoolbox: allow using native decoder output formatwm42017-03-023-3/+11
* m_option: optionally allow passing "no" to imgfmt option typeswm42017-03-021-4/+7
* client API: update outdated recommendations about window embeddingwm42017-03-022-23/+20
* demux_lavf: get total duration from per-track durations as fallbackwm42017-03-011-2/+19
* vd_lavc: log pixel format requested from decoderwm42017-03-011-8/+18
* vf_vavpp: fix first-field modewm42017-02-281-3/+3
* vf_vavpp: add advanced deint bug compatibility for Intel vaapi driverswm42017-02-282-4/+27
* vf_vavpp: minor fixeswm42017-02-281-2/+4
* cocoa: improve calculation of new window position on a different screenAkemi2017-02-281-13/+44
* cocoa: only move window into screen bounds when changing screensAkemi2017-02-271-3/+9
* cocoa: fix segfault in certain circumstancesAkemi2017-02-273-3/+9
* osc: fix window dragging with showwindowed=noAkemi2017-02-271-0/+2
* cocoa: add option to force dedicated GPUAkemi2017-02-274-15/+44
* osx: drop support for OS X 10.7 and earlierAkemi2017-02-273-33/+0
* ao_alsa: close audio device if polling returns POLLERRwm42017-02-271-1/+3
* ao_alsa: fix an error checkwm42017-02-271-1/+1
* vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versionswm42017-02-271-1/+7
* decode: fix extra surface countwm42017-02-274-5/+4
* vf_vavpp: always limit forward/backward surfaces to requested numberwm42017-02-271-3/+7
* vf_vavpp: remove apparently broken change-detectionwm42017-02-271-2/+0
* vo_opengl: use misc/ctype.h instead of <ctype.h>wm42017-02-251-2/+2
* client: call certain external functions outside of client lockwm42017-02-241-2/+3
* demux_lavf: skip avformat_find_stream_info() for some formatswm42017-02-232-5/+26
* lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bugwm42017-02-221-0/+9
* cocoa: fix dragging out of focus windowAkemi2017-02-213-6/+22
* player: don't block playback stop when seekingwm42017-02-211-3/+0
* player: fix stats-logging of sleep statewm42017-02-211-2/+3
* player: remove unnecessary wakeupwm42017-02-211-1/+0
* vo: fix subtleties in the redrawing logicwm42017-02-213-10/+12
* player: reduce blocking on VO when switching pausewm42017-02-212-3/+10
* img_format: stop setting some fields to dummy values for hwaccel formatswm42017-02-211-6/+7
* mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp()wm42017-02-211-1/+2
* ao: never set ao->device = ""Kevin Mitchell2017-02-201-2/+3
* cocoa: only report mouse movements when window is not being draggedAkemi2017-02-203-1/+19
* cocoa: make window draggable on initAkemi2017-02-201-0/+2
* stream_cb: remove leftover doxygen linewm42017-02-201-1/+0
* vo_tct: check ioctl resultrr-2017-02-201-6/+6
* image_writer: check a return valuewm42017-02-201-1/+3
* command: add a redundant NULL checkwm42017-02-201-1/+1
* dec_video, dec_audio: remove redundant NULL-checkswm42017-02-202-4/+2
* ao: fix potential NULL deref in ao_device_list_add()wm42017-02-201-2/+2
* command: fix wrong sizeof() argumentwm42017-02-201-1/+1
* lavfi: support hwdec filters for --lavfi-complexwm42017-02-203-0/+22
* lavfi: use AVBufferSrcParameterswm42017-02-201-23/+34
* lavfi: use mp_image to store the filter pad formatwm42017-02-203-16/+31
* Fix two typoswm42017-02-202-2/+2
* wscript: drop pointless libavcodec vaapi.h/dxva2.h/d3d11va.h checkswm42017-02-201-5/+3
* vd_lavc: increase verbosity if requested hwaccel is not compiledwm42017-02-201-1/+2
* vd_lavc, vaapi: move hw device creation to generic codewm42017-02-209-161/+104
* vo_opengl: remove dxva2 dummy hwdec backendwm42017-02-205-90/+6
* cocoa: fix cursor hiding at the top of the screen in fullscreenAkemi2017-02-191-0/+12
* cocoa: fix cursor hiding in the Dock area of the screenAkemi2017-02-191-1/+1
* cocoa: simplify the cursor hiding codeAkemi2017-02-191-35/+15
* cocoa: fix scroll wheel input with Shift modifierAkemi2017-02-191-1/+2
* wscript: fix --egl-angle-lib for waf 1.9James Ross-Gowan2017-02-191-2/+4
* waf: fix linking of win32 console wrapperRicardo Constantino2017-02-191-3/+3
* travis: disable OSXwm42017-02-181-1/+1
* lavc_conv: pass pkt_timebase to ffmpegAman Gupta2017-02-181-0/+3
* manpage: discourage vo_vaapi furtherwm42017-02-171-3/+2
* vo_opengl: implement videotoolbox hwdec on iOSAman Gupta2017-02-175-3/+220
* vo_opengl: don't crash on unsupported formatswm42017-02-171-1/+2
* build: update wafwm42017-02-171-2/+2
* vo_opengl: hwdec_vaegl: use new format setup functionwm42017-02-173-14/+28
* vo_opengl: hwdec_osx: use new format setup functionwm42017-02-174-90/+23
* vo_opengl: hwdec_cuda: use new format setup functionwm42017-02-171-34/+8
* vo_opengl: move texture mapping of pixel formats to helper functionwm42017-02-173-128/+163
*