| Commit message (Expand) | Author | Age | Files | Lines |
* | testwasapi-attempt | wm4 | 2017-04-20 | 2 | -9/+190 |
* | ao_wasapi_changenotify: use %ls instead of %S for wchar_t | wm4 | 2017-04-20 | 1 | -4/+4 |
* | ao_wasapi_changenotify: fix potential race condition | wm4 | 2017-04-20 | 1 | -8/+8 |
* | client API: add MPV_ENABLE_DEPRECATED symbol | wm4 | 2017-04-20 | 4 | -1/+36 |
* | options: change --audio-file-auto default to not to load any files | wm4 | 2017-04-20 | 2 | -1/+4 |
* | osc: add user_opts.boxmaxchars for box layout title limit | Avi Halachmi (:avih) | 2017-04-19 | 2 | -3/+14 |
* | sub/osd_font.otf: fix fontforge errors/warnings | Ricardo Constantino | 2017-04-19 | 1 | -0/+0 |
* | osc: add volume icons to osd font and use them | Ricardo Constantino | 2017-04-19 | 2 | -3/+4 |
* | man/osc: document volume and fullscreen buttons | Ricardo Constantino | 2017-04-19 | 1 | -6/+17 |
* | osc: move volume left of fullscreen button | Ricardo Constantino | 2017-04-19 | 1 | -16/+17 |
* | osc: bottom/topbar: add fullscreen button | Ricardo Constantino | 2017-04-19 | 1 | -4/+13 |
* | osc: add volume button | Ricardo Constantino | 2017-04-19 | 1 | -3/+41 |
* | osc: support handling mouse wheel events | Ricardo Constantino | 2017-04-19 | 1 | -4/+8 |
* | osc: simplify checks in key handler | Ricardo Constantino | 2017-04-19 | 1 | -30/+25 |
* | osc: fix last potential race condition on key events | Ricardo Constantino | 2017-04-19 | 1 | -1/+2 |
* | manpage: replace gendered pronouns | Nicolas F | 2017-04-19 | 1 | -2/+2 |
* | osx: fix deadlock on exit with libmpv on OSX | wm4 | 2017-04-19 | 1 | -8/+11 |
* | codec_tags: minor simplification | wm4 | 2017-04-18 | 1 | -14/+10 |
* | codec_tags: remove some more leftovers | wm4 | 2017-04-18 | 1 | -5/+0 |
* | ass_mp: reallocate cached subtitle image data on format changes | wm4 | 2017-04-18 | 1 | -1/+2 |
* | cocoa: fix retrieval of unfs window size while animating | Akemi | 2017-04-17 | 1 | -1/+2 |
* | vo_opengl: move X11 backends before Wayland | wm4 | 2017-04-16 | 1 | -3/+3 |
* | sub: minor sdh filter fixes | Dan Oscarsson | 2017-04-15 | 1 | -1/+2 |
* | Fix use of ISC license | wm4 | 2017-04-15 | 14 | -39/+70 |
* | demux: estimate total packet size, deprecate packet number limits | wm4 | 2017-04-14 | 5 | -10/+45 |
* | player: fix a corner case in previous commit | wm4 | 2017-04-14 | 3 | -3/+5 |
* | player: fix core-idle and eof-reached update notifcations | wm4 | 2017-04-14 | 5 | -11/+37 |
* | player: unmess pause state handling | wm4 | 2017-04-14 | 5 | -65/+53 |
* | player: add --keep-open-pause=no option | Dan Oscarsson | 2017-04-14 | 5 | -1/+13 |
* | vo_opengl: minor cosmetics | wm4 | 2017-04-14 | 3 | -11/+13 |
* | win32: fix mismatched free/talloc_free | wm4 | 2017-04-12 | 1 | -1/+1 |
* | win32: rewrite getcwd() using GetFullPathNameW | wm4 | 2017-04-11 | 1 | -2/+11 |
* | osc: use "loop-playlist" instead of "loop" property | wm4 | 2017-04-11 | 1 | -1/+1 |
* | win32: add UTF-8 getcwd() wrapper | wm4 | 2017-04-11 | 2 | -0/+20 |
* | command, manpage: some leftover mentions of renamed --loop option | wm4 | 2017-04-11 | 2 | -5/+5 |
* | command: update sub-fps etc. options on runtime changes | wm4 | 2017-04-10 | 1 | -11/+7 |
* | manpage: group --loop options together | wm4 | 2017-04-10 | 1 | -16/+16 |
* | options: deprecate --loop | wm4 | 2017-04-10 | 5 | -10/+26 |
* | vo_opengl: add option for caching shaders on disk | wm4 | 2017-04-08 | 7 | -12/+154 |
* | vo_opengl: fix a confused comment | wm4 | 2017-04-08 | 1 | -1/+1 |
* | vo_opengl: remove two unused symbols | wm4 | 2017-04-08 | 2 | -2/+0 |
* | encoding_profiles.conf: update and remove deprecated stuff | Ricardo Constantino | 2017-04-07 | 1 | -59/+21 |
* | wscript: don't make dvdread-common an option | Ricardo Constantino | 2017-04-07 | 1 | -2/+2 |
* | vo_opengl: add our own copy of OpenGL headers | wm4 | 2017-04-07 | 8 | -188/+783 |
* | demux_lavf: disable half-working mp4 edit list support in libavcodec | wm4 | 2017-04-07 | 1 | -1/+5 |
* | vd_lavc: fix return value in receive_frame() | wm4 | 2017-04-07 | 1 | -1/+1 |
* | vo_opengl: add a generic EGL function loader function | wm4 | 2017-04-06 | 8 | -42/+40 |
* | vo_opengl: fix windows build if GLES3 is detected | wm4 | 2017-04-06 | 1 | -0/+4 |
* | wscript: avoid compose_checks in one case | wm4 | 2017-04-06 | 1 | -4/+2 |
* | vo_opengl: header_fixes.h: merge IOS GLES block | wm4 | 2017-04-06 | 1 | -18/+3 |
* | build: replace android-gl check with a standard GLES3 check | wm4 | 2017-04-06 | 3 | -6/+6 |
* | vf_lavfi, af_lavfi: remove unused/deprecated include | wm4 | 2017-04-05 | 2 | -2/+0 |
* | etc/mpv.conf: remove deprecated options | wm4 | 2017-04-05 | 1 | -16/+9 |
* | options: assing proper default value for --audio-channels | wm4 | 2017-04-05 | 1 | -0/+5 |
* | vf: fix another broken case of conversion filter auto-insertion | wm4 | 2017-04-05 | 1 | -0/+37 |
* | demux_cue: include io.h for Windows UTF-8 filesystem functions | wm4 | 2017-04-04 | 1 | -0/+2 |
* | DOCS/interface-changes.rst: document --vf/--af deprecations | wm4 | 2017-04-04 | 1 | -0/+10 |
* | audio: deprecate most audio filters | wm4 | 2017-04-04 | 5 | -1/+10 |
* | af: implement generic lavfi option bridge too | wm4 | 2017-04-04 | 2 | -10/+99 |
* | af_lavfi: remove forced "format" filter | wm4 | 2017-04-04 | 1 | -27/+2 |
* | parse_commandline: guard glob() use | wm4 | 2017-04-04 | 1 | -1/+1 |
* | w32_common: refactor mouse button handling | James Ross-Gowan | 2017-04-04 | 1 | -39/+47 |
* | vo_opengl: use 16 bit textures with angle | wm4 | 2017-04-03 | 2 | -2/+5 |
* | video: support positional arguments for automatic lavfi option bridge | wm4 | 2017-04-03 | 4 | -11/+58 |
* | osx: fix Touch Bar access on systems without Touch Bar support | Akemi | 2017-04-02 | 1 | -4/+7 |
* | video: add automatic libavfilter bridge to option parsing | wm4 | 2017-04-02 | 3 | -15/+113 |
* | video: deprecate almost all video filters | wm4 | 2017-04-02 | 20 | -4/+61 |
* | audio: lower "Disabling multichannel output." warning to verbose | wm4 | 2017-04-02 | 1 | -1/+1 |
* | image_writer: make it work with libavcodec's jpg encoder | wm4 | 2017-04-02 | 1 | -5/+38 |
* | manpage, client API: add some clarifications when commands use OSD | wm4 | 2017-04-01 | 2 | -3/+14 |
* | manpage: finish cut off sentence | wm4 | 2017-04-01 | 1 | -1/+2 |
* | screenshot: cleanup: use normal MSGL_ defines | wm4 | 2017-04-01 | 1 | -19/+9 |
* | player: make screenshot commands honor the async flag | wm4 | 2017-04-01 | 8 | -32/+117 |
* | ta_talloc: add missing include statement | wm4 | 2017-04-01 | 1 | -0/+2 |
* | input: add "async" flag | wm4 | 2017-04-01 | 4 | -0/+12 |
* | misc: add a thread pool | wm4 | 2017-04-01 | 2 | -0/+135 |
* | player: enable "buffering" pausing for DASH streams too | wm4 | 2017-04-01 | 1 | -1/+2 |
* | external_files: enable autoloading with URLs | Ricardo Constantino | 2017-04-01 | 2 | -3/+6 |
* | external_files: actually try to autoload from fallback paths | Ricardo Constantino | 2017-04-01 | 1 | -2/+2 |
* | w32_common: fix undefined behaviour when toggling fullscreen | James Ross-Gowan | 2017-04-02 | 1 | -222/+214 |
* | Switch demuxing and decoding to GStreamer (finally FFmpeg independence!) | wm4 | 2017-04-01 | 1 | -4/+5 |
* | wscript: fix broken build with dvdread+dvdnav in 34e6a26 | Ricardo Constantino | 2017-03-31 | 2 | -4/+7 |
* | wscript: decouple dvdnav check from dvdread | Ricardo Constantino | 2017-03-31 | 3 | -3/+5 |
* | command: add property notifications for hwdec properties | wm4 | 2017-03-31 | 1 | -3/+3 |
* | ao_wasapi: do not pass nonsense to drivers with double | wm4 | 2017-03-29 | 1 | -5/+23 |
* | stream/stream_dvdnav: show list of titles on verbose | Ricardo Constantino | 2017-03-29 | 1 | -0/+7 |
* | stream/stream_dvdnav: don't ignore setting title | Ricardo Constantino | 2017-03-29 | 1 | -1/+1 |
* | osc: escape ASS and strip newlines on title | Ricardo Constantino | 2017-03-27 | 2 | -0/+3 |
* | osc: make title configurable and use property expansion on it | Ricardo Constantino | 2017-03-27 | 2 | -7/+11 |
* | Revert "osc: make the title toggleable between media-title and filename" | Ricardo Constantino | 2017-03-27 | 2 | -19/+12 |
* | osx: fix event propagation of menu bar item key shortcuts | Akemi | 2017-03-27 | 1 | -4/+3 |
* | cocoa: fix retrieval of unfs window size | Akemi | 2017-03-26 | 1 | -3/+11 |
* | cocoa: fix first responder when borderless window is used | Akemi | 2017-03-26 | 1 | -0/+7 |
* | osx: fix key input in certain circumstances | Akemi | 2017-03-26 | 12 | -58/+16 |
* | osx: initial Touch Bar support | Akemi | 2017-03-26 | 11 | -1/+456 |
* | command: add expand-text command to property-expand a string | Avi Halachmi (:avih) | 2017-03-26 | 4 | -0/+17 |
* | osc: make the title toggleable between media-title and filename | Ricardo Constantino | 2017-03-26 | 2 | -12/+19 |
* | player: make new stream output more consistent with other output | wm4 | 2017-03-26 | 1 | -3/+3 |
* | player: print additional stream info | Dan Oscarsson | 2017-03-26 | 1 | -1/+13 |
* | command: change and simplify filter toggle syntax | wm4 | 2017-03-26 | 3 | -8/+31 |
* | vo_opengl: angle: add --angle-flip to set the present model | James Ross-Gowan | 2017-03-26 | 2 | -4/+43 |
* | m_option: consistent af/vf filter entry "enabled" flag default value | wm4 | 2017-03-25 | 2 | -0/+2 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 8 | -32/+100 |
* | manpage: minor addition for --video-sync | wm4 | 2017-03-25 | 1 | -0/+4 |
* | sub: add SDH subtitle filter | Dan Oscarsson | 2017-03-25 | 8 | -5/+506 |
* | command: add demux-start-time property | Matthias Hunstock | 2017-03-25 | 2 | -0/+14 |
* | droptarget: fix style and refactor | James Ross-Gowan | 2017-03-26 | 1 | -123/+106 |
* | w32_common: move the IDropTarget impl to a separate file | James Ross-Gowan | 2017-03-26 | 4 | -201/+270 |
* | vo_opengl: replace uniform variable image_size with input_size | igv | 2017-03-25 | 3 | -4/+9 |
* | vo_opengl: add tex_offset uniform variable to user shaders | igv | 2017-03-25 | 2 | -0/+7 |
* | vo_opengl: make size of a cropped source image available to user shaders | igv | 2017-03-25 | 2 | -3/+11 |
* | TOOLS: add lua script for runtime acompressor ffmpeg filter control | Jan Janssen | 2017-03-25 | 1 | -0/+126 |
* | af_drc: remove | Jan Janssen | 2017-03-25 | 7 | -460/+2 |
* | manpage: add empty line between protocol header/description | wm4 | 2017-03-25 | 1 | -0/+19 |
* | manpage: explain more about outstanding dvdnav bugs | Frederick Eaton | 2017-03-25 | 1 | -5/+11 |
* | osc: fix PlayResX undefined warning when aspect is 0 | Ricardo Constantino | 2017-03-24 | 1 | -3/+6 |
* | osc: bottom/topbar: don't clip title vertically | Ricardo Constantino | 2017-03-24 | 1 | -2/+2 |
* | osc: bottom/topbar: increase timecodes width a bit | Ricardo Constantino | 2017-03-24 | 1 | -4/+4 |
* | osc: refactor cache status display | Ricardo Constantino | 2017-03-24 | 1 | -11/+18 |
* | osc: refactor osc message scaling | Ricardo Constantino | 2017-03-24 | 1 | -35/+20 |
* | vo_x11: fix an unused variable warning | wm4 | 2017-03-24 | 1 | -1/+0 |
* | command: add a property to signal whether networking is used | wm4 | 2017-03-24 | 2 | -0/+20 |
* | vo_x11: reduce flickering on playlist navigation | rr- | 2017-03-24 | 1 | -2/+7 |
* | mpv.desktop: fix some mistakes in mpv.desktop | giwhub | 2017-03-23 | 1 | -6/+6 |
* | encode_lavc: fix build failure after libavcodec major bump | wm4 | 2017-03-23 | 1 | -2/+2 |
* | video: fix a typo in a comment | wm4 | 2017-03-23 | 1 | -1/+1 |
* | vd_lavc: fix potential build failure with vaapi | wm4 | 2017-03-23 | 1 | -1/+1 |
* | vdpau: support new vdpau libavcodec decode API | wm4 | 2017-03-23 | 5 | -5/+92 |
* | vo_opengl: add a backend start_frame callback for context_vdpau | wm4 | 2017-03-20 | 4 | -40/+52 |
* | vo_opengl: read framebuffer depth from actual FBO used for rendering | wm4 | 2017-03-20 | 8 | -21/+25 |
* | vo_opengl: move some init_gl code to utility functions | wm4 | 2017-03-20 | 3 | -50/+61 |
* | manpage: fix a typo | wm4 | 2017-03-20 | 1 | -1/+1 |
* | vo_opengl: add a --opengl-es=force2 option | wm4 | 2017-03-20 | 4 | -3/+11 |
* | vo_opengl: properly respect dither option if dumb mode is used | wm4 | 2017-03-20 | 1 | -1/+6 |
* | vo_opengl: context_vdpau: resize output surfaces lazily | wm4 | 2017-03-19 | 1 | -80/+82 |
* | vo_opengl: context_vdpau: minor fixes | wm4 | 2017-03-19 | 2 | -20/+38 |
* | vo_opengl: fix some undefined behavior | wm4 | 2017-03-18 | 1 | -1/+1 |
* | vo_opengl: add experimental vdpauglx backend | wm4 | 2017-03-18 | 4 | -0/+385 |
* | vo_opengl: add log field to MGLContext | wm4 | 2017-03-18 | 2 | -0/+2 |
* | screenshot: change details of --screenshot-format handling | wm4 | 2017-03-18 | 5 | -49/+50 |
* | image_writer: remove useless formats | wm4 | 2017-03-18 | 4 | -16/+2 |
* | ao_jack: update latency on buffer_size/graph change | Cheng Sun | 2017-03-18 | 1 | -7/+34 |
* | screenshot: minor simplification | wm4 | 2017-03-18 | 1 | -7/+4 |
* | manpage: slightly improve screenshot-raw description | wm4 | 2017-03-18 | 1 | -3/+4 |
* | wayland_common: organize and correctly map mouse buttons | Rostislav Pehlivanov | 2017-03-17 | 1 | -4/+8 |
* | client API: clarify what stream_cb callbacks can do | wm4 | 2017-03-17 | 1 | -1/+3 |
* | manpage: minor clarification to screenshot command argument handling | wm4 | 2017-03-15 | 1 | -2/+6 |
* | stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titles | qrwyeui | 2017-03-15 | 1 | -3/+3 |
* | sd_ass: disable --sub-fix-timing if sub style override is fully disabled | wm4 | 2017-03-15 | 1 | -1/+1 |
* | build: disable optical media libs by default (DVD/BD/CD) | wm4 | 2017-03-15 | 1 | -0/+4 |
* | vdpau: warn on HEVC due to completely broken nVidia drivers | wm4 | 2017-03-14 | 1 | -4/+7 |
* | ao_alsa: fix device filtering, add another exception | wm4 | 2017-03-14 | 1 | -1/+3 |
* | player: specifically log audio EOF too | wm4 | 2017-03-14 | 1 | -1/+3 |
* | ao_alsa: filter fewer devices | wm4 | 2017-03-14 | 1 | -4/+2 |
* | ao_alsa: POLLERR can be set even if the device is not lost | wm4 | 2017-03-14 | 1 | -1/+5 |
* | Copyright: version.sh is GPL | wm4 | 2017-03-13 | 1 | -0/+1 |
* | README.md: update comments about Windows hwdec/GL | wm4 | 2017-03-13 | 1 | -5/+3 |
* | cocoa: set background of the title bar from black to white | Akemi | 2017-03-09 | 2 | -1/+3 |
* | osx: add key mappings for previous and next Media Keys | Akemi | 2017-03-09 | 1 | -3/+5 |
* | cocoa: fix autofit options on HiDPI resolutions without HiDPI scaling | Akemi | 2017-03-09 | 1 | -33/+15 |
* | vd_lavc: disable videotoolbox hack with newer ffmpeg versions | wm4 | 2017-03-07 | 1 | -2/+5 |
* | manpage: adjust description of libva deinterlacer ref direction mess | wm4 | 2017-03-07 | 1 | -5/+7 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-03-06 | 4 | -633/+777 |
* | TOOLS/zsh.pl: don't leak regex match variables | Philip Sequeira | 2017-03-06 | 1 | -0/+3 |
* | options: add M_OPT_FILE to some more file options | Philip Sequeira | 2017-03-06 | 7 | -10/+10 |
* | wscript: substitute cplugins linker flag for macOS compatiblity | Alexis Nootens | 2017-03-06 | 1 | -2/+2 |
* | filter_kernels: Keep f.radius in terms of dest/filter coords. | Nicholas J. Kain | 2017-03-06 | 4 | -12/+20 |
* | filter_kernels: Apply blur/taper before culling radius. | Nicholas J. Kain | 2017-03-06 | 1 | -3/+3 |
* | hw_videotoolbox: allow using native decoder output format | wm4 | 2017-03-02 | 3 | -3/+11 |
* | m_option: optionally allow passing "no" to imgfmt option types | wm4 | 2017-03-02 | 1 | -4/+7 |
* | client API: update outdated recommendations about window embedding | wm4 | 2017-03-02 | 2 | -23/+20 |
* | demux_lavf: get total duration from per-track durations as fallback | wm4 | 2017-03-01 | 1 | -2/+19 |
* | vd_lavc: log pixel format requested from decoder | wm4 | 2017-03-01 | 1 | -8/+18 |
* | vf_vavpp: fix first-field mode | wm4 | 2017-02-28 | 1 | -3/+3 |
* | vf_vavpp: add advanced deint bug compatibility for Intel vaapi drivers | wm4 | 2017-02-28 | 2 | -4/+27 |
* | vf_vavpp: minor fixes | wm4 | 2017-02-28 | 1 | -2/+4 |
* | cocoa: improve calculation of new window position on a different screen | Akemi | 2017-02-28 | 1 | -13/+44 |
* | cocoa: only move window into screen bounds when changing screens | Akemi | 2017-02-27 | 1 | -3/+9 |
* | cocoa: fix segfault in certain circumstances | Akemi | 2017-02-27 | 3 | -3/+9 |
* | osc: fix window dragging with showwindowed=no | Akemi | 2017-02-27 | 1 | -0/+2 |
* | cocoa: add option to force dedicated GPU | Akemi | 2017-02-27 | 4 | -15/+44 |
* | osx: drop support for OS X 10.7 and earlier | Akemi | 2017-02-27 | 3 | -33/+0 |
* | ao_alsa: close audio device if polling returns POLLERR | wm4 | 2017-02-27 | 1 | -1/+3 |
* | ao_alsa: fix an error check | wm4 | 2017-02-27 | 1 | -1/+1 |
* | vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versions | wm4 | 2017-02-27 | 1 | -1/+7 |
* | decode: fix extra surface count | wm4 | 2017-02-27 | 4 | -5/+4 |
* | vf_vavpp: always limit forward/backward surfaces to requested number | wm4 | 2017-02-27 | 1 | -3/+7 |
* | vf_vavpp: remove apparently broken change-detection | wm4 | 2017-02-27 | 1 | -2/+0 |
* | vo_opengl: use misc/ctype.h instead of <ctype.h> | wm4 | 2017-02-25 | 1 | -2/+2 |
* | client: call certain external functions outside of client lock | wm4 | 2017-02-24 | 1 | -2/+3 |
* | demux_lavf: skip avformat_find_stream_info() for some formats | wm4 | 2017-02-23 | 2 | -5/+26 |
* | lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bug | wm4 | 2017-02-22 | 1 | -0/+9 |
* | cocoa: fix dragging out of focus window | Akemi | 2017-02-21 | 3 | -6/+22 |
* | player: don't block playback stop when seeking | wm4 | 2017-02-21 | 1 | -3/+0 |
* | player: fix stats-logging of sleep state | wm4 | 2017-02-21 | 1 | -2/+3 |
* | player: remove unnecessary wakeup | wm4 | 2017-02-21 | 1 | -1/+0 |
* | vo: fix subtleties in the redrawing logic | wm4 | 2017-02-21 | 3 | -10/+12 |
* | player: reduce blocking on VO when switching pause | wm4 | 2017-02-21 | 2 | -3/+10 |
* | img_format: stop setting some fields to dummy values for hwaccel formats | wm4 | 2017-02-21 | 1 | -6/+7 |
* | mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp() | wm4 | 2017-02-21 | 1 | -1/+2 |
* | ao: never set ao->device = "" | Kevin Mitchell | 2017-02-20 | 1 | -2/+3 |
* | cocoa: only report mouse movements when window is not being dragged | Akemi | 2017-02-20 | 3 | -1/+19 |
* | cocoa: make window draggable on init | Akemi | 2017-02-20 | 1 | -0/+2 |
* | stream_cb: remove leftover doxygen line | wm4 | 2017-02-20 | 1 | -1/+0 |
* | vo_tct: check ioctl result | rr- | 2017-02-20 | 1 | -6/+6 |
* | image_writer: check a return value | wm4 | 2017-02-20 | 1 | -1/+3 |
* | command: add a redundant NULL check | wm4 | 2017-02-20 | 1 | -1/+1 |
* | dec_video, dec_audio: remove redundant NULL-checks | wm4 | 2017-02-20 | 2 | -4/+2 |
* | ao: fix potential NULL deref in ao_device_list_add() | wm4 | 2017-02-20 | 1 | -2/+2 |
* | command: fix wrong sizeof() argument | wm4 | 2017-02-20 | 1 | -1/+1 |
* | lavfi: support hwdec filters for --lavfi-complex | wm4 | 2017-02-20 | 3 | -0/+22 |
* | lavfi: use AVBufferSrcParameters | wm4 | 2017-02-20 | 1 | -23/+34 |
* | lavfi: use mp_image to store the filter pad format | wm4 | 2017-02-20 | 3 | -16/+31 |
* | Fix two typos | wm4 | 2017-02-20 | 2 | -2/+2 |
* | wscript: drop pointless libavcodec vaapi.h/dxva2.h/d3d11va.h checks | wm4 | 2017-02-20 | 1 | -5/+3 |
* | vd_lavc: increase verbosity if requested hwaccel is not compiled | wm4 | 2017-02-20 | 1 | -1/+2 |
* | vd_lavc, vaapi: move hw device creation to generic code | wm4 | 2017-02-20 | 9 | -161/+104 |
* | vo_opengl: remove dxva2 dummy hwdec backend | wm4 | 2017-02-20 | 5 | -90/+6 |
* | cocoa: fix cursor hiding at the top of the screen in fullscreen | Akemi | 2017-02-19 | 1 | -0/+12 |
* | cocoa: fix cursor hiding in the Dock area of the screen | Akemi | 2017-02-19 | 1 | -1/+1 |
* | cocoa: simplify the cursor hiding code | Akemi | 2017-02-19 | 1 | -35/+15 |
* | cocoa: fix scroll wheel input with Shift modifier | Akemi | 2017-02-19 | 1 | -1/+2 |
* | wscript: fix --egl-angle-lib for waf 1.9 | James Ross-Gowan | 2017-02-19 | 1 | -2/+4 |
* | waf: fix linking of win32 console wrapper | Ricardo Constantino | 2017-02-19 | 1 | -3/+3 |
* | travis: disable OSX | wm4 | 2017-02-18 | 1 | -1/+1 |
* | lavc_conv: pass pkt_timebase to ffmpeg | Aman Gupta | 2017-02-18 | 1 | -0/+3 |
* | manpage: discourage vo_vaapi further | wm4 | 2017-02-17 | 1 | -3/+2 |
* | vo_opengl: implement videotoolbox hwdec on iOS | Aman Gupta | 2017-02-17 | 5 | -3/+220 |
* | vo_opengl: don't crash on unsupported formats | wm4 | 2017-02-17 | 1 | -1/+2 |
* | build: update waf | wm4 | 2017-02-17 | 1 | -2/+2 |
* | vo_opengl: hwdec_vaegl: use new format setup function | wm4 | 2017-02-17 | 3 | -14/+28 |
* | vo_opengl: hwdec_osx: use new format setup function | wm4 | 2017-02-17 | 4 | -90/+23 |
* | vo_opengl: hwdec_cuda: use new format setup function | wm4 | 2017-02-17 | 1 | -34/+8 |
* | vo_opengl: move texture mapping of pixel formats to helper function | wm4 | 2017-02-17 | 3 | -128/+163 |
* | vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differently | wm4 | 2017-02-17 | 5 | -31/+38 |
* | videotoolbox: fix RGB format | wm4 | 2017-02-17 | 2 | -2/+2 |
* | videotoolbox: remove weird format-negotiation between VO and decoder | wm4 | 2017-02-17 | 3 | -38/+12 |
* | videotoolbox: add reverse format mapping function | wm4 | 2017-02-17 | 2 | -5/+21 |
* | videotoolbox: factor some duplicated code | wm4 | 2017-02-17 | 5 | -84/+80 |
* | manpage: remove stale --volume-restore-data entry | wm4 | 2017-02-17 | 1 | -12/+0 |
* | cocoa: refactor mouse events and cursor visibility | Akemi | 2017-02-16 | 4 | -39/+41 |
* | osx: improve bundle handling | Akemi | 2017-02-16 | 4 | -52/+9 |
* | vd_lavc: fix inverted error check | wm4 | 2017-02-16 | 1 | -1/+1 |
* | vd_lavc: move most vaapi hwaccel setup code to generic code | wm4 | 2017-02-16 | 3 | -48/+95 |
* | vd_lavc: remove some leftover vaapi locking infrastructure | wm4 | 2017-02-16 | 2 | -23/+0 |
* | cocoa: gracefully quit from the Dock's context menu | Akemi | 2017-02-16 | 1 | -4/+10 |
* | Copyright: list specific exceptions to stated rules | wm4 | 2017-02-16 | 1 | -1/+9 |
* | DOCS/waf-buildsystem.rst: fix typo | Pedro Pombeiro | 2017-02-15 | 1 | -1/+1 |
* | Revert "dvb: add support for DVB-T2" | wm4 | 2017-02-14 | 4 | -766/+625 |
* | vo_opengl: hwdec_vaegl: fix potentially undefined memory access | wm4 | 2017-02-14 | 1 | -2/+2 |
* | cocoa: fix black edges on live resize | Akemi | 2017-02-13 | 1 | -20/+34 |
* | cocoa: add --ontop-level option for modifying ontop window level | Akemi | 2017-02-13 | 4 | -6/+25 |
* | lavfi: fix minor memory leak | wm4 | 2017-02-13 | 1 | -9/+11 |
* | mp_image: use AVFrame.opaque_ref to pass through mpv-only fields | wm4 | 2017-02-13 | 1 | -0/+20 |
* | mpv.desktop: add translation for [da] | scootergrisen | 2017-02-13 | 1 | -0/+3 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-02-13 | 4 | -625/+766 |
* | Fix build with HAVE_GL==0 | Michael Forney | 2017-02-13 | 1 | -1/+4 |
* | atomic: remove __atomic builtin usage | wm4 | 2017-02-13 | 3 | -41/+10 |
* | win32: update the fullscreen state on restoring | pavelxdd | 2017-02-12 | 1 | -1/+22 |
* | DOCS/contribute.md: adjust coding style for if/else bracing | wm4 | 2017-02-11 | 1 | -6/+4 |
* | vo_opengl: angle: log the device/surface implementation | James Ross-Gowan | 2017-02-12 | 1 | -13/+27 |
* | ytdl_hook: support livestream segmented DASH VODs | Ricardo Constantino | 2017-02-10 | 1 | -4/+6 |
* | DOCS/mplayer-changes.rst: fix syntax | wm4 | 2017-02-10 | 1 | -1/+4 |
* | dvb: move priv allocation to dvb_open | Thomas V | 2017-02-10 | 1 | -1/+1 |
* | lavfi: cosmetics: more consistent variable naming | wm4 | 2017-02-09 | 1 | -3/+3 |
* | ao_oss: fix mixer channel message | Kevin Mitchell | 2017-02-08 | 1 | -1/+1 |
* | ao_oss: use --audio-device if --oss-device isn't set. | Kevin Mitchell | 2017-02-08 | 1 | -6/+10 |
* | lavfi: slightly better disconnected output handling | wm4 | 2017-02-08 | 1 | -6/+14 |
* | Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated one | wang-bin | 2017-02-08 | 3 | -4/+4 |
* | manpage: fix incorrect option name for --record-file | wm4 | 2017-02-08 | 2 | -2/+2 |
* | mp_image_tool: guard hw downloading against allocation failures | wm4 | 2017-02-07 | 1 | -1/+1 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 17 | -5/+597 |
* | vo_opengl: egl_helpers: fix for non-Windows | James Ross-Gowan | 2017-02-08 | 1 | -1/+1 |
* | vo_opengl: angle: rewrite with custom swap chain | James Ross-Gowan | 2017-02-07 | 7 | -240/+724 |
* | ytdl_hook: reenable support for length-less segments in EDL | Ricardo Constantino | 2017-02-06 | 1 | -12/+28 |
* | manpage: Reorganise discussion of cuda hwdec to be less confusing | Philip Langdale | 2017-02-06 | 1 | -12/+8 |
* | DOCS/edl-mpv.rst: fix typo | wm4 | 2017-02-05 | 1 | -1/+1 |
* | ytdl_hook: fix EDL syntax | wm4 | 2017-02-05 | 1 | -1/+1 |
* | demux_edl: fix behavior with no init segment provided | wm4 | 2017-02-05 | 1 | -0/+6 |
* | tv: Zero-out newly-allocated handle in tv_new_handle() | Frédéric Brière | 2017-02-05 | 1 | -4/+1 |
* | demux_timeline: more silencing | wm4 | 2017-02-04 | 1 | -1/+1 |
* | demux: try not to read packets when cancelled | wm4 | 2017-02-04 | 1 | -1/+3 |
* | ytdl_hook: Add non-dash fallbacks to default formats | Ricardo Constantino | 2017-02-04 | 1 | -3/+3 |
* | ytdl_hook, edl: implement pseudo-DASH support | wm4 | 2017-02-04 | 8 | -70/+276 |
* | demux_timeline: move code around | wm4 | 2017-02-04 | 1 | -41/+41 |
* | ytdl: support segmented dash | Ricardo Constantino | 2017-02-04 | 1 | -12/+16 |
* | sub: remove .txt as text subtitle extension | wm4 | 2017-02-03 | 1 | -1/+1 |
* | manpage: state that hwdec d3d11va requires Windows 8+ | S2F0amEgS2xvdmVy | 2017-02-03 | 1 | -2/+2 |
* | player: different way to auto-enable the demuxer cache | wm4 | 2017-02-02 | 5 | -11/+20 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 19 | -50/+47 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 3 | -10/+11 |
* | cocoa: fix color profile retrieval | Akemi | 2017-02-02 | 1 | -0/+1 |
* | cocoa: fix dropping of files and URLs | Akemi | 2017-02-02 | 1 | -14/+5 |
* | cocoa: optimise screen event handling | Akemi | 2017-02-02 | 2 | -9/+20 |
* | cocoa: fix displaylink refresh rate retrieval | Akemi | 2017-02-02 | 1 | -23/+29 |
* | osx: consistent normalisation when searching for external files | Akemi | 2017-02-02 | 3 | -4/+19 |
* | hw_dxva2: create a IDirect3D9Ex device | wm4 | 2017-02-02 | 1 | -18/+27 |
* | tvi_dummy: don't return bad dummy PTS | wm4 | 2017-02-02 | 1 | -2/+3 |
* | demux_tv: free the correct field instead of creating dangling pointer | wm4 | 2017-02-02 | 1 | -1/+1 |
* | sub: add justify of subtitles | Dan Oscarsson | 2017-02-01 | 8 | -0/+26 |
* | osc: allow playlist buttons when looping | Ricardo Constantino | 2017-02-01 | 1 | -2/+3 |
* | TOOLS/matroska.py: use python3 | wm4 | 2017-02-01 | 1 | -1/+1 |
* | osc: box: clip with ellipsis after too much stretching | Ricardo Constantino | 2017-01-31 | 1 | -2/+9 |
* | osc: bottom/topbar: clip title instead of stretching | Ricardo Constantino | 2017-01-31 | 1 | -4/+6 |
* | player: add .scc subtitle extension | wm4 | 2017-01-31 | 1 | -1/+2 |
* | demux_mkv: passthrough BlockAdditions for libvpx alpha | wm4 | 2017-01-31 | 4 | -1/+54 |
* | TOOLS/matroska.py: fix some minor things for dumping | wm4 | 2017-01-31 | 1 | -5/+4 |
* | demux_mkv: any reference makes a frame not a keyframe | wm4 | 2017-01-31 | 1 | -2/+1 |
* | command: nicer OSd-formatting for loop-file | wm4 | 2017-01-31 | 1 | -0/+1 |
* | input.conf: change "L" to change loop-file by default | wm4 | 2017-01-31 | 2 | -1/+5 |
* | ytdl_hook: refactor edl track joining | Ricardo Constantino | 2017-01-30 | 1 | -20/+28 |
* | ytdl_hook: respect --no-audio, don't force-select track | Ricardo Constantino | 2017-01-30 | 1 | -1/+1 |
* | build: fix --disable-gl if cuda is enabled | wm4 | 2017-01-30 | 1 | -0/+1 |
* | cocoa: fix unwanted behavior with window level other than the default | Akemi | 2017-01-29 | 1 | -2/+4 |
* | vo_opengl: dxinterop: use the new SAFE_RELEASE macro | James Ross-Gowan | 2017-01-30 | 1 | -15/+8 |
* | win32: add COM-specific SAFE_RELEASE to windows_utils.h | James Ross-Gowan | 2017-01-30 | 5 | -30/+31 |
* | player: print hw format on "VO: " line too | wm4 | 2017-01-29 | 1 | -2/+5 |
* | ytdl_hook: fix opening hitbox.tv rtmp stream | Ricardo Constantino | 2017-01-29 | 1 | -0/+2 |
* | vaapi: improve a comment | wm4 | 2017-01-28 | 1 | -1/+7 |
* | vaapi: remove central lock around vaapi API calls | wm4 | 2017-01-28 | 7 | -85/+2 |
* | waftools/checks/generic: hacks for linking against static/shared libs | kwkam | 2017-01-28 | 1 | -5/+18 |
* | wscript: add LIBRARY_PATH for library detection | kwkam | 2017-01-28 | 2 | -0/+4 |
* | build: rpi: rely on pkgconfig for compiler flags | Ilya Tumaykin | 2017-01-28 | 2 | -20/+28 |
* | win32: snap to screen edges | pavelxdd | 2017-01-27 | 5 | -0/+153 |
* | build: explicitly check for FFmpeg vs. Libav, and their exact versions | wm4 | 2017-01-27 | 3 | -43/+59 |
* | wscript: merge libavfilter check into the main ffmpeg check | wm4 | 2017-01-27 | 1 | -7/+2 |
* | atomic: drop __sync builtins | wm4 | 2017-01-27 | 2 | -28/+1 |
* | stream: minor cleanup to previous commit | wm4 | 2017-01-27 | 1 | -12/+7 |
* | stream: set EOF if stream is canceled | wm4 | 2017-01-26 | 1 | -1/+3 |
* | command: shorten long playlists on OSD | wm4 | 2017-01-26 | 4 | -9/+107 |
* | osd: move some internal declarations to internal headers | wm4 | 2017-01-26 | 3 | -10/+7 |
* | vd_lavc: allocate 8 ref frames for VP9 | wm4 | 2017-01-26 | 1 | -2/+6 |
* | vo_opengl: egl_helpers: fix variable name | wm4 | 2017-01-26 | 1 | -3/+3 |
* | client API: adjust opengl_cb hardware decoding comments | wm4 | 2017-01-26 | 1 | -3/+6 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 3 | -1/+6 |
* | vf_lavfi: don't crash with VOs without hardware decoding support | wm4 | 2017-01-25 | 1 | -5/+7 |
* | ad_lavc, vd_lavc: preserve codec_id/codec_type when setting params | wm4 | 2017-01-25 | 1 | -0/+8 |
* | ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common code | wm4 | 2017-01-25 | 4 | -38/+79 |
* | manpage: add "A/V sync" to make it findable with Ctrl+f | octos | 2017-01-25 | 1 | -1/+1 |
* | osc: fix crashes related to field eventresponder being nil | Roland Hieber | 2017-01-25 | 1 | -0/+1 |
* | command: fix potential crash for script-binding with multi-commands | wm4 | 2017-01-24 | 1 | -1/+2 |
* | cue: accept lower-case cue commands | wm4 | 2017-01-24 | 1 | -1/+1 |
* | stream: check for playback aborts on reading too | wm4 | 2017-01-24 | 1 | -0/+2 |
* | av_common: remove old/unused timestamp passthrough code | wm4 | 2017-01-24 | 1 | -21/+8 |
* | build: new vaapi hwaccel API does not use av_image_copy_uc_from() | wm4 | 2017-01-24 | 1 | -1/+1 |
* | av_common: drop unused function | wm4 | 2017-01-24 | 2 | -24/+0 |
* | build: replace some FFmpeg API checks with version checks | wm4 | 2017-01-24 | 7 | -32/+8 |
* | ad_lavc: respect AV_FRAME_FLAG_DISCARD | wm4 | 2017-01-24 | 1 | -0/+5 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 4 | -1/+10 |
* | sd_lavc: remove old broken heuristic | wm4 | 2017-01-23 | 2 | -39/+10 |
* | player: actually initialize/destroy MPContext.lock | wm4 | 2017-01-22 | 1 | -0/+3 |
* | charset_conv: fallback to interpreting subs as latin1 if iconv fails | wm4 | 2017-01-22 | 1 | -1/+1 |
* | charset_conv: support minimum compatibility to utf8:... syntax | wm4 | 2017-01-22 | 1 | -1/+5 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 12 | -119/+38 |
* | command: rename framedrop properties | wm4 | 2017-01-20 | 3 | -8/+20 |
* | options: refacactor how --opengl-dwmflush is declared | wm4 | 2017-01-20 | 5 | -12/+17 |
* | options: refactor how --opengl-dcomposition is declared | wm4 | 2017-01-20 | 6 | -8/+30 |
* | x11: pseudo HiDPI scaling | wm4 | 2017-01-19 | 5 | -6/+39 |
* | options: drop deprecated --sub-codepage syntax | wm4 | 2017-01-19 | 3 | -72/+9 |
* | options: drop deprecated --vd/--ad codecs selection features | wm4 | 2017-01-19 | 3 | -70/+14 |
* | cocoa: don't constrain window frame for fullscreen | Akemi | 2017-01-19 | 1 | -3/+4 |
* | cocoa: don't init displaylink on reconfig | Akemi | 2017-01-19 | 1 | -1/+1 |
* | cocoa: move updateBorder method to the protocol | Akemi | 2017-01-19 | 2 | -5/+6 |
* | cocoa: properly recover from toggleFullscreen fail | Akemi | 2017-01-19 | 1 | -8/+20 |
* | cocoa: fix window size in certain circumstances | Akemi | 2017-01-19 | 1 | -8/+2 |
* | ad_spdif: log avformat errors | wm4 | 2017-01-19 | 1 | -1/+3 |
* | player: actually let cache readahead after opening demuxer for prefetch | wm4 | 2017-01-19 | 3 | -1/+4 |
* | player: also log if completely prefetched URL is discarded | wm4 | 2017-01-19 | 1 | -1/+4 |
* | player: add prefetching of the next playlist entry | wm4 | 2017-01-18 | 8 | -91/+165 |
* | player: restructure cancel callback | wm4 | 2017-01-18 | 7 | -11/+47 |
* | player: move some minor demuxer setup code | wm4 | 2017-01-18 | 1 | -3/+4 |
* | vo: log timings around flipping/waiting | wm4 | 2017-01-18 | 1 | -3/+6 |
* | ad_spdif: fix obscure cases of AC3 passthrough | wm4 | 2017-01-18 | 1 | -7/+28 |
* | vaapi: detect new API on FFmpeg too, and disable it by default | wm4 | 2017-01-18 | 1 | -2/+11 |
* | vaapi: fix va_surface_get_uncropped_size() for libavutil surfaces | wm4 | 2017-01-18 | 1 | -3/+9 |
* | vaapi: we don't need SSE intrinsics with the new API | wm4 | 2017-01-17 | 1 | -1/+1 |
* | vo_opengl, vo_opengl_cb: better hwdec interop backend selection | wm4 | 2017-01-17 | 9 | -23/+109 |
* | vo_opengl_cb: cleanup messy option synchronization | wm4 | 2017-01-17 | 1 | -24/+16 |
* | vdpau: reject decoding of non-4:2:0 | wm4 | 2017-01-17 | 1 | -0/+5 |
* | vd_lavc: always fail decoding immediately if copying hw surface fails | wm4 | 2017-01-17 | 1 | -0/+1 |
* | vdpau: use libavutil for surface allocation during decoding | wm4 | 2017-01-17 | 4 | -83/+38 |
* | vaapi: move AVHWFramesContext setup code to common code | wm4 | 2017-01-17 | 3 | -52/+63 |
* | lua: close directory after reading its entries | William Woodruff | 2017-01-17 | 1 | -0/+1 |
* | build: prefix hwaccel decoder wrapper filenames with hw_ | wm4 | 2017-01-17 | 8 | -8/+8 |
* | cuda: fix 10 bit decoding | wm4 | 2017-01-16 | 1 | -0/+6 |
* | stream_bluray: use proper 0-based idx | Ricardo Constantino | 2017-01-16 | 1 | -1/+1 |
* | manpage: add comment about --alpha being broken on X11/EGL/Mesa | wm4 | 2017-01-16 | 1 | -0/+1 |
* | video: support filtering hardware frames via libavfilter | wm4 | 2017-01-16 | 4 | -6/+50 |
* | vf_lavfi: switch to AVBufferSrcParameters | wm4 | 2017-01-16 | 1 | -7/+20 |
* | vo_opengl: hwdec_cuda: add yuv420p support | wm4 | 2017-01-16 | 1 | -19/+35 |
* | cuda: fix AVHWFramesContext initialization | wm4 | 2017-01-16 | 1 | -0/+6 |
* | vo_opengl: hwdec_cuda: export AVHWDeviceContext | wm4 | 2017-01-16 | 2 | -31/+35 |
* | hwdec: add a AVBufferRef(AVHWDeviceContext) field | wm4 | 2017-01-16 | 2 | -0/+5 |
* | lua: allow unregistration of idle handlers | Olivier Perret | 2017-01-15 | 2 | -0/+15 |
* | manpage: define stricter rules for C plugin return values | wm4 | 2017-01-14 | 1 | -2/+5 |
* | scripting: don't call dlclose() on C plugins | wm4 | 2017-01-14 | 1 | -2/+2 |
* | scripting: minor logging improvements | wm4 | 2017-01-14 | 4 | -5/+9 |
* | vd_lavc: demote software decoding message to verbose log level | wm4 | 2017-01-13 | 1 | -1/+1 |
* | vf_lavfi: remove pixel format whitelist | wm4 | 2017-01-13 | 1 | -22/+2 |
* | vo_opengl: hwdec_vaegl: add a lie for compatibility | wm4 | 2017-01-13 | 1 | -1/+1 |
* | vo_opengl, vaapi: properly probe 10 bit rendering support | wm4 | 2017-01-13 | 3 | -38/+142 |
* | vaapi: always create AVHWDeviceContext on init | wm4 | 2017-01-13 | 3 | -13/+23 |
* | config: do not resolve default profile during "include" processing | wm4 | 2017-01-13 | 1 | -1/+2 |
* | vo_opengl: hwdec_vaegl: remove redundant vaapi surface format check | wm4 | 2017-01-13 | 1 | -8/+1 |
* | vo_opengl: hwdec_vaegl: fix terminology in comment | wm4 | 2017-01-13 | 1 | -2/+2 |
* | vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32 | Mark Thompson | 2017-01-13 | 1 | -1/+1 |
* | manpage: fix a typo | wm4 | 2017-01-13 | 1 | -1/+1 |
* | player: add experimental C plugin interface | wm4 | 2017-01-12 | 4 | -1/+110 |
* | client API: fix freeze when destroying mpv_handle before mpv_initialize | wm4 | 2017-01-12 | 1 | -1/+7 |
* | vaapi: fix typo | wm4 | 2017-01-12 | 1 | -1/+1 |
* | mp_image_pool: fix build on Libav | wm4 | 2017-01-12 | 1 | -0/+1 |
* | vo_opengl: hwdec_vaegl: add experimental P010 support | wm4 | 2017-01-12 | 1 | -6/+17 |
* | vaapi: explicitly reject 10 bit surfaces outside of copy mode | wm4 | 2017-01-12 | 1 | -0/+7 |
* | vaapi: handle image copying for vaapi-copy in common code | wm4 | 2017-01-12 | 3 | -13/+16 |
* | cuda: use libavutil functions for copying hw surfaces to memory | wm4 | 2017-01-12 | 2 | -73/+10 |
* | vaapi: use libavutil functions for copying hw surfaces to memory | wm4 | 2017-01-12 | 3 | -22/+66 |
* | vd_lavc, mp_image: remove code duplication for AVFrame<->mp_image | wm4 | 2017-01-12 | 2 | -27/+19 |
* | vaapi: properly set hw_subfmt field with new decode API | wm4 | 2017-01-12 | 3 | -7/+12 |
* | vaapi: set our own context in AVHWFramesContext not AVHWDeviceContext | wm4 | 2017-01-12 | 2 | -7/+7 |
* | wscript: slightly simplify configure check for new vaapi decode API | wm4 | 2017-01-12 | 1 | -10/+3 |
* | vaapi: turn all mpv users into a living experiment | wm4 | 2017-01-11 | 1 | -2/+2 |
* | vaapi: add missing config.h include | wm4 | 2017-01-11 | 1 | -0/+2 |
* | vaapi: support new libavcodec vaapi API | wm4 | 2017-01-11 | 5 | -2/+266 |
* | vaapi: add hacks to support vaapi surfaces created by libavutil | wm4 | 2017-01-11 | 1 | -20/+45 |
* | vaapi: move standalone display creation code to common code | wm4 | 2017-01-11 | 3 | -136/+129 |
* | vaapi: rename vaapi.c to vaapi_old.c | wm4 | 2017-01-11 | 2 | -1/+1 |
* | video: share hwdec extra surface count between backends | wm4 | 2017-01-11 | 3 | -2/+9 |
* | cocoa: don't change Space on quit in fullscreen | Akemi | 2017-01-11 | 1 | -6/+10 |
* | cocoa: rate limit video output | Akemi | 2017-01-11 | 1 | -14/+51 |
* | cocoa: add border cycling | Akemi | 2017-01-11 | 3 | -0/+45 |
* | cocoa: fix handling of geometry option | Akemi | 2017-01-11 | 1 | -7/+27 |
* | audio: restructure decode loop | wm4 | 2017-01-11 | 4 | -57/+85 |
* | vd_lavc: inline a function | wm4 | 2017-01-11 | 1 | -45/+37 |
* | video: make decoder EOF reporting explicit | wm4 | 2017-01-11 | 3 | -51/+38 |
* | vd_lavc: fix some leaks and a discarded frame on hwdec fallback | wm4 | 2017-01-11 | 1 | -1/+6 |
* | vd_lavc: move end-of-probing code out of user notification if condition | wm4 | 2017-01-11 | 1 | -1/+3 |
* | vd_lavc: return proper error codes from get_buffer2 callback | wm4 | 2017-01-11 | 1 | -2/+2 |
* | vd_lavc: complicated improved fallback behavior for --hwdec=cuda | wm4 | 2017-01-10 | 2 | -16/+65 |
* | video: restructure decode loop | wm4 | 2017-01-10 | 4 | -95/+138 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 5 | -24/+40 |
* | demux: rename a function | wm4 | 2017-01-10 | 1 | -3/+7 |
* | demux: uninline ds_get_packets() | wm4 | 2017-01-10 | 1 | -27/+22 |
* | vo_drm: remove 2 redundant include statements | wm4 | 2017-01-09 | 1 | -2/+0 |
* | drm: include <poll.h> instead of <sys/poll.h> | wm4 | 2017-01-09 | 3 | -3/+3 |
* | command: remove worthless error handling code | wm4 | 2017-01-09 | 1 | -6/+5 |
* | client API: handle missing MPV_FORMAT_BYTE_ARRAY case in compare_value | wm4 | 2017-01-09 | 1 | -0/+6 |
* | demux_mkv: ebml: turn an int shift into int64 | wm4 | 2017-01-09 | 1 | -1/+1 |
* | audio/out/push: merge if branches with same condition | wm4 | 2017-01-09 | 1 | -4/+3 |
* | cache: remove redundant free() | wm4 | 2017-01-09 | 1 | -3/+1 |
* | audio: stop being dumb | wm4 | 2017-01-08 | 1 | -1/+1 |
* | vo_opengl: replace 2 memsets | wm4 | 2017-01-08 | 1 | -2/+2 |
* | client API: correct a comment in the API doxygen | wm4 | 2017-01-08 | 1 | -2/+1 |
* | vaapi: set libva message callbacks | wm4 | 2017-01-08 | 1 | -0/+61 |
* | ta: remove TA_FREEP NULL check | wm4 | 2017-01-08 | 1 | -1/+1 |
* | vaapi: rearrange va_initialize() internals and fix double-free on error | wm4 | 2017-01-08 | 1 | -17/+13 |
* | build: always run code generators before compiling | Stefano Pigozzi | 2017-01-07 | 2 | -17/+3 |
* | context_wayland: do not call vo_wayland_request_frame() upon bufferswap | Rostislav Pehlivanov | 2017-01-07 | 1 | -3/+0 |
* | manpage: document x11probe OpenGL backend | wm4 | 2017-01-06 | 1 | -0/+3 |
* | waf: don't discard line endings when using file2string.py | wm4 | 2017-01-05 | 1 | -1/+1 |
* | TOOLS/file2string.py: fix standalone invocation | wm4 | 2017-01-05 | 1 | -1/+1 |
* | build: use matroska.py & file2string.py as python modules | Stefano Pigozzi | 2017-01-05 | 6 | -51/+83 |
* | win32: fix for wm_syscommand | pavelxdd | 2017-01-05 | 1 | -1/+1 |
* | player: remove dysfunctional edition switching OSD code | wm4 | 2017-01-05 | 4 | -10/+2 |
* | client API: fix mpv_set_property() return value before init | wm4 | 2017-01-04 | 1 | -0/+1 |
* | af_lavfi, vf_lavfi: work around recent libavfilter EOF bug | wm4 | 2017-01-02 | 2 | -0/+12 |
* | Update copyright year | wm4 | 2017-01-01 | 2 | -2/+2 |
* | vo_opengl: egl: handle potential eglChooseConfig failures | wm4 | 2016-12-31 | 1 | -11/+10 |
* | vo_opengl: egl: fix depth size parameter | wm4 | 2016-12-30 | 1 | -1/+0 |
* | vo_opengl: x11egl: fix alpha mode | wm4 | 2016-12-30 | 1 | -2/+32 |
* | vo_opengl: x11: move RGBA visual test to x11_common.c | wm4 | 2016-12-30 | 3 | -12/+25 |
* | vo_opengl: egl_helpers: add a way to override config selection | wm4 | 2016-12-30 | 2 | -2/+21 |
* | vo_opengl: egl_helpers: add a way to pass more options | wm4 | 2016-12-30 | 2 | -16/+35 |
* | Prefix libavcodec CODEC_FLAG_ constants with AV_ | wm4 | 2016-12-29 | 2 | -4/+4 |
* | charset_conv: fix "auto" fallback with uchardet not compiled | wm4 | 2016-12-28 | 1 | -1/+3 |
* | vo_opengl: partially fix rotation for 4:2:2 content | Niklas Haas | 2016-12-28 | 1 | -1/+6 |
* | cocoa: fix build on OS X 10.9 | Akemi | 2016-12-26 | 1 | -1/+1 |
* | osc: bottombar/topbar: make chapter markers slightly bigger | Ricardo Constantino | 2016-12-25 | 1 | -17/+18 |
* | options: deprecate some other complex --ad/--vd features | wm4 | 2016-12-23 | 3 | -2/+7 |
* | options: explicitly deprecate --ad-spdif-dtshd | wm4 | 2016-12-23 | 2 | -1/+4 |
* | options: deprecate codec family selection in --vd/--ad | wm4 | 2016-12-23 | 6 | -37/+45 |
* | audio: change how spdif codecs are selected | wm4 | 2016-12-23 | 8 | -39/+54 |
* | vd_lavc: use AVFrame fields directly instead of AVCodecContext | wm4 | 2016-12-22 | 1 | -4/+4 |
* | video: use demuxer-signaled duration for last video frame | wm4 | 2016-12-21 | 5 | -1/+16 |
* | Fix mistakes in spelling and grammar | Dario Russo | 2016-12-21 | 2 | -4/+4 |
* | demux_mkv: trust keyframe flags for TrueHD | wm4 | 2016-12-20 | 1 | -1/+2 |
* | demux_mkv: fix seeking in some broken files | wm4 | 2016-12-19 | 1 | -1/+16 |
* | ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_frames | wm4 | 2016-12-18 | 2 | -2/+0 |
* | mpv_identify.sh: add "duration" property to the list. | Rudolf Polzer | 2016-12-17 | 1 | -0/+1 |
* | TOOLS/matroska.py: format file dumper output slightly nicer | wm4 | 2016-12-17 | 1 | -2/+2 |
* | TOOLS/matroska.py: allow using as module | wm4 | 2016-12-17 | 1 | -46/+49 |
* | Revert "Port several python scripts to Perl" | wm4 | 2016-12-17 | 11 | -1404/+495 |
* | cocoa: cosmetic fixes | Akemi | 2016-12-16 | 7 | -24/+43 |
* | options: change --h=... behavior | wm4 | 2016-12-16 | 4 | -15/+6 |
* | cocoa: fullscreen refactoring | Akemi | 2016-12-15 | 10 | -260/+281 |
* | manpage: add table of contents to the HTML version | Zhiming Wang | 2016-12-14 | 2 | -1/+3 |
* | win32: change the log level of 'move window' msg | pavelxdd | 2016-12-14 | 1 | -1/+1 |
* | cocoa: fix dropping of certain urls on the window | Akemi | 2016-12-14 | 1 | -1/+6 |
* | cocoa: support append file to paylist on drop | Akemi | 2016-12-14 | 1 | -1/+4 |
* | win32: window styles improvements | pavelxdd | 2016-12-12 | 1 | -4/+9 |
* | manpage: document current and legacy option syntax better | wm4 | 2016-12-12 | 1 | -0/+28 |