summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: fix anamorphic video screenshots (second try)wm42018-03-161-3/+4
* img_format.h: cosmetics: fix whitespacewm42018-03-151-1/+1
* manpage: document that ---ao overrides --audio-devicewm42018-03-151-1/+3
* f_hwtransfer: more detailed loggingwm42018-03-151-3/+4
* f_hwtransfer: fix a logic errorwm42018-03-151-2/+2
* vo: pass through framedrop flag differentlywm42018-03-154-17/+5
* vo: move display-fps internal option value to VO optswm42018-03-154-28/+24
* video: add an option to tune waiting for video timingwm42018-03-156-2/+50
* vo: cosmetics: fix a case of bad whitespacewm42018-03-151-2/+1
* client API: deprecate qthelper.hppwm42018-03-152-5/+17
* vo_gpu: fix anamorphic screenshotswm42018-03-151-2/+2
* mp_image: fix UB with certain callers like vf_vdpauppwm42018-03-151-0/+4
* DOCS/options: clarify that --end also supports relative timeRicardo Constantino2018-03-151-2/+2
* stream_file: enable cache for FUSE filesystems on OS XPhilip Sequeira2018-03-151-1/+2
* stream_file: add more network file systems (Linux)Philip Sequeira2018-03-151-0/+1
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-153-3/+6
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-154-8/+8
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-154-8/+30
* client API: add mpv_create_weak_client()wm42018-03-156-5/+44
* client API: cleanup mpv_handle terminationwm42018-03-156-113/+150
* player: move locale check to mp_create()wm42018-03-152-25/+30
* player: shuffle around CLI exit code handlingwm42018-03-152-58/+44
* cocoa-cb: fix crash on startup with not initialised title barAkemi2018-03-141-1/+2
* cocoa-cb: fix crash with forced iGPU on some multi GPU systemsAkemi2018-03-141-3/+5
* build: fix swift build with waf 1.8.4Akemi2018-03-112-4/+4
* cocoa-cb: remove unneeded icc-profile-auto checkAkemi2018-03-111-3/+1
* cocoa-cb: fix usage of wrong fbo when off-screenAkemi2018-03-111-4/+4
* cocoa-cb: don't deactivate mouse events completely with input-cursor=noAkemi2018-03-111-7/+2
* doc: fix formatting of video-frame-info propertiesAman Gupta2018-03-111-5/+5
* demux: fix comment typoAman Gupta2018-03-111-1/+1
* TOOLS/autoload: be more robust with slow directory listingsRicardo Constantino2018-03-101-11/+24
* vo_vdpau: fix resizing and rotation problemswm42018-03-081-3/+7
* ao_sdl: fix default buffer sizewm42018-03-081-5/+6
* ao: do not allow actual buffer size of 0wm42018-03-081-0/+1
* demux: correctly report buffered size as 0 if there are no packetswm42018-03-081-1/+1
* vd_lavc: slightly better logging about why hwdec is not usedwm42018-03-081-5/+9
* scripting: make a function staticwm42018-03-082-2/+1
* osxbundle: fix bundle creation with python3Akemi2018-03-081-6/+8
* ao_opensles: bump device buffer size to 200mstomty892018-03-071-1/+1
* ao_opensles: remove set_play_state()tomty892018-03-071-10/+1
* ao_opensles: clear buffer queue in reset()tomty892018-03-071-1/+2
* hwdec_drmprime_drm: Fix a DRM buffer memory leakageLongChair2018-03-051-2/+3
* cocoa-cb: fix a segfault without videoAkemi2018-03-041-10/+7
* cocoa-cb: fix wrong aspect ratio on live resize after reconfig resizeAkemi2018-03-041-1/+1
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-043-34/+16
* context_drm_egl: Allow fallback EGLConfig formatsAnton Kindestam2018-03-041-17/+49
* tv: Recognise v4l2 'JPEG' fourccPhilip Langdale2018-03-044-3/+8
* input: minor additions to default key bindingswm42018-03-042-13/+64
* client: remove legacy API that is unused nowAkemi2018-03-042-44/+1
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-045-62/+76
* cocoa-cb: move the GL dummy function to swiftAkemi2018-03-042-6/+3
* cocoa-cb: remove debug remnant (stray print)Akemi2018-03-041-1/+0
* vo_gpu: don't segfault in libmpv_gl's destroy()Niklas Haas2018-03-041-1/+2
* wscript: also install render API related headersNiklas Haas2018-03-041-1/+2
* player: fix strange behavior on edition switchingwm42018-03-031-0/+2
* player: don't free root filter while it's still neededwm42018-03-031-1/+1
* demux_lavf: add some hacks for SDPwm42018-03-031-0/+6
* player: fix track autoselection of external files yet againwm42018-03-031-3/+3
* command: fix whitespacewm42018-03-031-1/+1
* video: add option to reduce latency by 1 or 2 frameswm42018-03-035-4/+31
* manpage: describe how to list/inspect/apply profileswm42018-03-031-0/+5
* options: add a builtin low-latency profilewm42018-03-032-0/+49
* video: don't read ahead a frame in --untimed modewm42018-03-031-0/+3
* demux_lavf: add --demuxer-lavf-probe-info=nostreamswm42018-03-032-4/+11
* demux: move some code to a separate functionwm42018-03-031-33/+41
* demux: improve audio tag merging for OGG fileswm42018-03-031-4/+17
* vo_gpu: error out if there were rendering errors when taking screenshotwm42018-03-031-1/+5
* vo_gpu: fix taking screenshots of rotated videoswm42018-03-031-0/+3
* vd_lavc: fix inverted conditionwm42018-03-031-1/+1
* mp_image: replace rude function with less rude FFmpeg upstream functionwm42018-03-034-54/+5
* demux_lavf: don't mess up in streams with unknown size and init segmentwm42018-03-031-1/+2
* player: set thread name in opener threadwm42018-03-031-0/+3
* DOCS/interface-changes: add note about desyncing audio filterswm42018-03-031-0/+2
* mp_image: make ref error handling slightly readablewm42018-03-031-10/+9
* mp_image: pass through unknown AVFrame side datawm42018-03-032-1/+42
* player: add warning comment about ignoring ABI safetywm42018-03-031-0/+3
* mp_image: fix subtle side data memory leakswm42018-03-031-2/+2
* demux_mkv: enable libavcodec parser for eac3wm42018-03-031-1/+1
* README: mention some semi-required FFmpeg dependencieswm42018-03-031-0/+4
* demux_edl: fix undefined behavior if mp4 init segment is not providedwm42018-03-031-1/+1
* cocoa-cb: fix building with SDK 10.12 and earlierAkemi2018-03-011-1/+1
* build: restore alphabetical sort order of file listswm42018-02-281-71/+71
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-2823-288/+1267
* m_option: remove unneded compatibility featureswm42018-02-282-9/+2
* vo_gpu: remove a dead declarationwm42018-02-281-1/+0
* client API: clarify license, fix some typoswm42018-02-282-3/+4
* osdep/atomic: add emulation for atomic_exchange()wm42018-02-281-0/+7
* osdep/atomic: fix potential shadowing warningswm42018-02-281-8/+8
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-283-2/+30
* cocoa-cb: fix stretched gl surface on window aspect ratio changeAkemi2018-02-282-2/+48
* cocoa-cb: change border and borderless window stylingAkemi2018-02-289-20/+158
* drm_common: Improve VT switching signal handling somewhatAnton Kindestam2018-02-261-1/+15
* vo_drm: Fix pageflip errors on VT switchAnton Kindestam2018-02-261-2/+5
* context_drm_egl: Repair VT switchingAnton Kindestam2018-02-261-2/+27
* context_drm_egl: Introduce 30bpp supportAnton Kindestam2018-02-264-30/+103
* egl_helpers: mpegl_cb can now signal an error conditionAnton Kindestam2018-02-262-1/+8
* cocoa-cb: fix wrong fullscreen window sizeAkemi2018-02-252-11/+21
* cocoa-cb: fix wrong drawing size on resizeAkemi2018-02-251-17/+12
* vo_gpu: fix mobius tone mapping when sig_peak <= 1.0Niklas Haas2018-02-251-0/+2
* vo_gpu: don't tone-map for pure gamut reductionsNiklas Haas2018-02-251-3/+0
* stream_file: add mode for reading appended fileswm42018-02-212-7/+61
* audio: improve behavior if filters output nothing during probingwm42018-02-212-1/+9
* cocoa-cb: fix invalid framebuffer operation errorAkemi2018-02-211-1/+5
* drm_vo: pixel aspect from --monitoraspectMarco Migliori2018-02-211-1/+7
* vf_vapoursynth: fix freezewm42018-02-201-5/+7
* vo_gpu: introduce --target-peakNiklas Haas2018-02-204-7/+49
* vo_gpu: correctly parametrize the HLG OOTF by the display peakNiklas Haas2018-02-201-20/+31
* vo_gpu: simplify and correct color scale handlingNiklas Haas2018-02-203-33/+40
* vo_mediacodec_embed: fix forgotten VO_CAP_NOREDRAW→VO_CAP_NORETAINJan Ekström2018-02-201-1/+1
* video: fix --video-rotate in some caseswm42018-02-181-1/+1
* cocoa-cb: fix hwdec when drawing off-screenAkemi2018-02-171-0/+1
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsAman Gupta2018-02-171-0/+3
* video: rename VO_CAP_NOREDRAW to VO_CAP_NORETAINAman Gupta2018-02-172-4/+4
* vo_gpu: hwdec_drmprime_drm: cosmetic simplificationwm42018-02-161-6/+3
* filter: fix potential NULL pointer derefwm42018-02-161-1/+1
* command: simplify mp_property_filter_metadatawm42018-02-161-19/+11
* github: recommend 0x0.st rather than sprunge.us for logfilesKevin Mitchell2018-02-161-1/+1
* build: fix dependency check on macOSAkemi2018-02-162-9/+8
* cocoa-cb: fix drawing on macOS 10.11Akemi2018-02-161-3/+19
* build: fix linking libmpv when swift features are builtAkemi2018-02-132-0/+3
* build: remove shell usage from swift build scriptsAkemi2018-02-131-4/+5
* build: fix swift detection with python2Akemi2018-02-131-6/+2
* lua+js: Implement utils.getpid()sfan52018-02-135-0/+51
* vo_gpu: remove old window screenshot glue code and GL implementationwm42018-02-134-42/+0
* f_lavfi: extend filter help outputwm42018-02-131-1/+41
* options: minor cleanup to --no-... handlingwm42018-02-133-7/+14
* options: prefix option with "--" in one case in help outputwm42018-02-131-1/+1
* vo: make opengl-cb first in the autoprobing orderwm42018-02-134-5/+12
* Fix recent FFmpeg deprecationswm42018-02-137-56/+56
* filter: extend documentation commentswm42018-02-131-6/+43
* filter: simplify/fix external filter graph usagewm42018-02-131-34/+37
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()wm42018-02-131-0/+3
* f_lavfi: fix typo in commentwm42018-02-131-1/+1
* demux: lower demuxer cache default sizeswm42018-02-131-2/+2
* filter: adjust root log prefixwm42018-02-131-2/+3
* vf_vavpp: select best quality deinterlacing algorithm by defaultwm42018-02-133-6/+28
* manpage: remove mention of --vf=eqwm42018-02-131-1/+1
* input: add a keybinding to toggle hardware decodingwm42018-02-133-0/+5
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-137-8/+13
* build: drop support for SDL1wm42018-02-133-8/+1
* audio: move back PTS jump detection to before filter chainwm42018-02-134-21/+20
* DOCS/interface-changes.rst: fix typowm42018-02-131-1/+1
* vo_gpu: d3d11: implement tex_download()James Ross-Gowan2018-02-135-102/+57
* vo_gpu: use a variable for the RA_CAP_FRAGCOORD flagJames Ross-Gowan2018-02-131-4/+3
* vo_gpu: check for HDR peak detection in dumb mode tooJames Ross-Gowan2018-02-131-7/+8
* build: fix swift detection on major swift versionsAkemi2018-02-121-2/+2
* build: fix swift detection with python3Akemi2018-02-121-1/+1
* build: fix configure on windowsAkemi2018-02-121-7/+8
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-1223-82/+2054
* build: fix linking to dev SDK on macOSAkemi2018-02-121-1/+21
* osx: always deactivate the early opengl flush on macOSAkemi2018-02-122-2/+9
* ytdl_hook: add ytdl:// prefix again for non-youtube playlistsRicardo Constantino2018-02-111-2/+6
* ytdl_hook: add script opt for using manifest URLsRicardo Constantino2018-02-112-2/+7
* ytdl_hook: parse youtube playlist urls to set start indexRicardo Constantino2018-02-111-5/+53
* ytdl_hook: exit early, save an indentation levelRicardo Constantino2018-02-111-164/+165
* ytdl_hook: various nitRicardo Constantino2018-02-111-9/+5
* ytdl_hook: whitelist subtitle URLs as wellRicardo Constantino2018-02-111-2/+4
* ytdl_hook: use fallback if there's no demuxer-lavf-list propRicardo Constantino2018-02-111-3/+3
* appveyor: trigger build on pushing to 'ci'Kevin Mitchell2018-02-111-0/+1
* vo_drm: support --monitorpixelaspectMarco Migliori2018-02-111-0/+2
* vo_drm: reset last input image on reconfigMarco Migliori2018-02-111-0/+3
* vo_drm: make the osd as large as the screenMarco Migliori2018-02-111-18/+18
* vo_gpu: make screenshots use the GL rendererwm42018-02-1116-33/+219
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-115-18/+40
* vo_gpu: use blit() only if target ra_tex supports itwm42018-02-111-2/+3
* vo_gpu: add memory barrier on the HDR peak detectionNiklas Haas2018-02-111-0/+1
* vo_gpu: correctly infer HDR peak detection supportNiklas Haas2018-02-111-1/+4
* vo_gpu: refactor HDR peak detection algorithmNiklas Haas2018-02-113-16/+41
* appveyor: use undocumented --ask to force yes for all questionsRicardo Constantino2018-02-111-3/+3
* player: correctly set track information on adding external filesZehua Chen2018-02-103-34/+44
* wayland_common: fix idle_inhibitor protocol segfaultRostislav Pehlivanov2018-02-091-0/+1
* drmprime interop : Add frames triple bufferingLongChair2018-02-071-3/+8
* vd_lavc: fix stall with some uses of --hwdec=copywm42018-02-051-3/+6
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-054-81/+123
* vo_gpu: add RA_CAP for gl_NumWorkGroupsNiklas Haas2018-02-053-1/+3
* vo_gpu: vulkan: correctly enable textureGatherOffsetNiklas Haas2018-02-052-2/+3
* vo_gpu: vulkan: don't issue queries for unused timersNiklas Haas2018-02-051-5/+13
* vo_gpu: vulkan: try enabling required featuresNiklas Haas2018-02-052-0/+10
* vo_gpu: vulkan: add missing buffer barrier fieldsNiklas Haas2018-02-051-0/+2
* f_decoder_wrapper: fix log message incorrect for audiowm42018-02-051-1/+1
* f_demu