summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.18.0v0.18.0Martin Herkt2016-06-252-1/+157
* Merge branch 'master' into release/currentMartin Herkt2016-06-25207-4531/+8511
|\
| * image_writer: port to new encode APIwm42016-06-241-0/+12
| * ass_mp.h: remove conditional inclusion guardswm42016-06-241-6/+2
| * af_lavcac3enc: use av_err2str() call (fixes Libav build)wm42016-06-231-2/+1
| * af_lavcac3enc: make encoder configurablewm42016-06-232-3/+10
| * af_lavcac3enc: implement flushing on seekwm42016-06-231-0/+7
| * af_lavcac3enc: port to new encode APIwm42016-06-231-9/+57
| * af_lavcac3enc: automatically configure most encoder parameterswm42016-06-231-29/+57
| * af_lavcac3enc: drop log message prefixeswm42016-06-231-9/+7
| * af_lavcac3enc: fix custom bitrateswm42016-06-231-2/+3
| * vo_opengl: improve missing function warningwm42016-06-221-6/+8
| * ad_lavc: resume from mid-stream EOF conditions with new decode APIwm42016-06-221-0/+7
| * vo_opengl: add scaler name to the 'Disabling scaler' messagedirb2016-06-221-1/+2
| * vf_vdpaurb: use new common nv12 download codewm42016-06-211-15/+5
| * vdpau: get surface data as nv12 if possiblewm42016-06-212-0/+54
| * command: improve playlist* properties change notificationswm42016-06-202-6/+10
| * github: move "reproduction steps" before behavior sectionswm42016-06-201-2/+2
| * vo_opengl: manually add the GL_BACK_LEFT constant for GLESFloens2016-06-201-0/+4
| * vo_opengl: GL_ARB_timer_query compile fix for GLESFloens2016-06-201-0/+6
| * vf_vdpaurb: fix operationwm42016-06-201-0/+1
| * vo_opengl: unmap hwdec images once rendering is donewm42016-06-201-2/+10
| * vo_opengl: vdpau interop without RGB conversionwm42016-06-198-40/+161
| * refqueue: free referenced images on freewm42016-06-191-0/+1
| * bitmap_packet: let max=0 mean unlimitedwm42016-06-183-7/+7
| * sd_lavc: fix sub-bitmap alignmentwm42016-06-181-1/+1
| * vo_opengl: remove prescaling framework with superxbr prescalerBin Jin2016-06-187-384/+3
| * vo_opengl: remove uniform buffer object routinesBin Jin2016-06-184-44/+2
| * vo_opengl: remove nnedi3 prescalerBin Jin2016-06-1811-413/+1
| * cocoa: fix display refresh rate retrieval on multi monitor setupsAkemi2016-06-182-4/+17
| * cocoa: fix actual display refresh rate retrievalAkemi2016-06-181-3/+18
| * vo_opengl: dxinterop: render to gl->main_fbJames Ross-Gowan2016-06-181-54/+5
| * vo_opengl: add ability to render to an arbitrary backing framebufferwm42016-06-183-1/+9
| * sd_lavc: align sub-bitmaps for the sake of libswscalewm42016-06-182-7/+11
| * sd_lavc: fix typowm42016-06-181-1/+1
| * sub, vo_opengl: use packed sub-bitmaps directly if availablewm42016-06-174-29/+110
| * sd_lavc: change hack against vobsubs with wrong resolutionwm42016-06-171-8/+9
| * sub: fix --sub-gausswm42016-06-174-51/+37
| * sub: move paletted image handling completely to sd_lavc.cwm42016-06-176-119/+89
| * bitmap_packer: make manual use slightly more convenientwm42016-06-171-12/+14
| * sd_lavc: move AVSubtitle bitmap setup code into its own functionwm42016-06-171-34/+44
| * Add github issue and pull request templateswm42016-06-173-32/+21
| * d3d11va: remove unused d3d11va_surface.subindex fieldwm42016-06-161-3/+1
| * vf_d3d11vpp: flush device context only when using shared textureswm42016-06-161-1/+2
| * vf_d3d11vpp: make missing deinterlacing caps non-fatalwm42016-06-161-3/+2
| * vf_d3d11vpp: log some video processor creation parameterswm42016-06-161-2/+7
| * vo_opengl: use EXT_disjoint_timer_query for timersJames Ross-Gowan2016-06-151-0/+16
| * vo_opengl: fix framebuffer object namewm42016-06-151-3/+4
| * demux_mkv: support Matroska webvttwm42016-06-141-0/+1
| * vo_opengl: use standard functions to retrieve display depthwm42016-06-1410-59/+21
| * vo_opengl: hwdec_d3d11egl: remove ES2 swizzle special-casewm42016-06-131-2/+2
| * vo_rpi: fix destroying overlaysGusar3212016-06-131-0/+3
| * audio: apply an upper bound timeout when drainingwm42016-06-121-3/+13
| * audio: do not wake up core during EOFwm42016-06-121-3/+4
| * vo_opengl: make size of OUTPUT available to user shadersBin Jin2016-06-122-3/+12
| * player: fix previous commitwm42016-06-121-0/+3
| * player: do not update OSD all the time when pausedwm42016-06-113-1/+9
| * win32: use HINST_THISCOMPONENTJames Ross-Gowan2016-06-112-9/+13
| * cocoa: use displaylink without manually tracking the display idStefano Pigozzi2016-06-111-5/+6
| * vo_sdl: fix pixel formats.Rudolf Polzer2016-06-101-12/+9
| * vo_opengl: request core profile on X11/EGL toowm42016-06-101-0/+11
| * vo_opengl: increase the size limit for cached fileBin Jin2016-06-101-1/+1
| * Revert "wscript: Require recent FFmpeg by default"wm42016-06-091-45/+24
| * vo_opengl: hwdec_d3d11eglrgb: remove some more unused fieldswm42016-06-091-30/+0
| * vo_opengl: fix d3d11 hardware decoding probing on Windows 7wm42016-06-095-0/+39
| * vo_opengl: hwdec_d3d11eglrgb: remove unused fieldswm42016-06-091-3/+0
| * wscript: Require recent FFmpeg by defaultMartin Herkt2016-06-091-24/+45
| * vo_opengl: hwdec_vdpau: remove minor code duplicationwm42016-06-081-13/+11
| * vo_opengl: refactor performance data propertiesNiklas Haas2016-06-083-67/+74
| * vo_opengl: make user hook passes optionalNiklas Haas2016-06-084-20/+83
| * vo_opengl: do not leak previous FBO when reallocating itwm42016-06-081-0/+2
| * hwdec_d3d11eglrgb: reduce log level when probingJames Ross-Gowan2016-06-091-3/+5
| * vo_opengl: hwdec_d3d11egl: remove broken code on error pathwm42016-06-081-1/+0
| * player: remove unused return valuewm42016-06-081-6/+3
| * player: tell user about --force-seeking if demuxer is not seekablewm42016-06-081-1/+2
| * demux_lavf: assume fully read files (subtitles) are always seekablewm42016-06-081-0/+1
| * waftools: remove trailing newlinestepshal2016-06-081-1/+0
| * demux: fix memory leak when loading of ordered chapter file is abortedwm42016-06-071-0/+1
| * build: silence -Wunused-resultNiklas Haas2016-06-0710-17/+19
| * vo_opengl: avoid outputting ultra-wide-gamut by defaultNiklas Haas2016-06-071-1/+13
| * vo_opengl: also collect upload perfdata for hwdecNiklas Haas2016-06-071-0/+4
| * vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-076-0/+101
| * vo_opengl: add time queriesNiklas Haas2016-06-075-0/+208
| * dxva2: remove dead code in failure caseJames Ross-Gowan2016-06-071-3/+0
| * vo_opengl: angle: prevent DXGI hooking Alt+EnterJames Ross-Gowan2016-06-071-0/+73
| * ao_wasapi: initialize COM in main thread with MTAKevin Mitchell2016-06-051-2/+2
| * vo_opengl: apply vo-cmdline command incrementallywm42016-06-054-27/+31
| * vo_opengl_cb: icc-profile-auto does not and will not workwm42016-06-051-0/+2
| * vo_opengl: possibly update icc profile after changing optionswm42016-06-051-7/+12
| * vo_opengl: somewhat simplify suboption handling messwm42016-06-042-78/+53
| * vo_opengl: cleanup icc + runtime option changing behaviorwm42016-06-043-43/+72
| * vo_opengl: minor simplification to gl_lcms_set_memory_profile()wm42016-06-043-11/+11
| * vo_opengl: remove pointless NULL-checkwm42016-06-041-1/+1
| * vo_opengl: move all icc handling from vo_opengl.c to video.cwm42016-06-035-26/+35
| * vo_opengl: move struct lut3d definitionwm42016-06-033-8/+6
| * vo_opengl: fix giant memory leaks with icc profileswm42016-06-031-0/+2
| * client API: fully document opengl-cb hardware decoding interopwm42016-06-011-3/+40
| * manpage: update --hwdec=d3d11va remarkswm42016-05-311-5/+3
| * wayland: mark existing dnd entry print as debug rather than an errorRostislav Pehlivanov2016-05-311-1/+1
| * wayland: correctly report display refresh rateRostislav Pehlivanov2016-05-311-4/+6
| * vo_opengl: default hdr-tone-mapping to hableNiklas Haas2016-05-302-3/+6
| * vo_opengl: refactor HDR mechanismNiklas Haas2016-05-308-30/+66
| * wayland: implement HIDPI supportRostislav Pehlivanov2016-05-304-12/+50
| * vf: fix filter auto-insertionwm42016-05-301-3/+13
| * mp_image: properly communicate aspect ratio through AVFramewm42016-05-301-1/+6
| * mp_image: don't reset pixel aspect with mp_image_set_size()wm42016-05-302-4/+3
| * vo_opengl: add hable tone-mapping algorithmNiklas Haas2016-05-304-0/+16
| * vo_opengl: rename tone-mapping=simple to reinhardNiklas Haas2016-05-304-10/+10
| * w32_common: center window on original window center on video resizemaniak13492016-05-301-0/+8
| * ytdl: fix brightcove urlsRicardo Constantino2016-05-301-3/+5
| * build: don't install tests, only build themIlya Tumaykin2016-05-291-5/+6
| * mp_image: don't lose pixel aspect ratio when setting formatwm42016-05-291-1/+3
| * video: remove d3d11 video processor use from OpenGL interopwm42016-05-2911-447/+484
| * vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-287-0/+513
| * vo_opengl: angle: enable DirectCompositionJames Ross-Gowan2016-05-291-10/+22
| * vf_vdpaupp: use refqueue helperwm42016-05-274-111/+83
| * vo_opengl: skip junk before first user shader passNiklas Haas2016-05-271-0/+8
| * TOOLS/zsh.pl: add .f4v extension in zsh completionsYen Chi Hsuan2016-05-271-1/+1
| * vo_opengl: enable color management on GLESJames Ross-Gowan2016-05-272-3/+8
| * command: add playlist-pos-1 propertywm42016-05-262-6/+23
| * vo_opengl: fix superxbr shader compilation on ESwm42016-05-261-11/+11
| * vo_opengl: always autoselect ANGLE as backend if availablewm42016-05-262-3/+2
| * vf_vavpp: make refqueue logic field-basedwm42016-05-253-86/+143
| * vf_vavpp: minor simplificationwm42016-05-251-4/+6
| * vf_vavpp: simplify update_pipeline() usagewm42016-05-251-13/+18
| * vf_vavpp: use future instead of past PTS to determine field durationwm42016-05-251-7/+7
| * vf_vavpp: move frame handling to separate filewm42016-05-254-57/+206
| * win32: pthread: use SRW locks by defaultwm42016-05-242-20/+33
| * hwdec_d3d11egl: call ID3D11DeviceContext::Flushwm42016-05-241-5/+13
| * vo_xv: Handle incorrect size returned by Xv(Shm)CreateImagedequis2016-05-241-0/+9
| * manpage: adjust dxva2 descriptionwm42016-05-231-3/+6
| * etc/mpv.conf: add missing commentwm42016-05-231-1/+1
| * manpage: document how hardware decoding might cause quality losswm42016-05-231-0/+36
| * vo_opengl: fix other minor namespace issueswm42016-05-235-12/+12
| * vo_opengl: rename glUploadTex, drop unused parameterwm42016-05-234-16/+13
| * vo_opengl: unify PBO and normal OSD texture upload pathwm42016-05-233-69/+47
| * vo_opengl: make ES float texture format checks stricterwm42016-05-234-12/+3
| * vo_opengl: make PBOs work on GLES 3.xwm42016-05-234-10/+24
| * docs: fix some typosBen Boeckel2016-05-232-2/+2
| * vo_opengl: remove unused glDrawBufferwm42016-05-232-2/+0
| * vo_opengl: support framebuffer invalidationwm42016-05-234-0/+26
| * vo_opengl: slightly improve logging of loaded extensionswm42016-05-231-2/+2
| * demux_edl: adjust warnings and variable nameswm42016-05-231-14/+14
| * ytdl_hook: support multi-arc subtitlesRicardo Constantino2016-05-231-1/+20
| * ao_opensles: remove 32bit audioJosh de Kock2016-05-221-1/+0
| * options: --geometry: center window position after applying sizemaniak13492016-05-221-0/+4
| * w32_common: make VOCTRL_SET_UNFS_WINDOW_SIZE resize the window around its centermaniak13492016-05-221-0/+4
| * w32_common: center window on original window center on resize to fit screenmaniak13492016-05-221-3/+6
| * w32_common: update stored client area size on window resizemaniak13492016-05-221-0/+10
| * demux_mkv: better resync behavior for broken google-created webmswm42016-05-211-0/+2
| * vo_opengl: remove non-working rgb/rgba FBO formatswm42016-05-203-4/+4
| * stream: separate posix/win32 cancellation codewm42016-05-201-27/+55
| * build: Do not link to libGL for egl-drmQuentin Glidic2016-05-202-3/+12
| * vf_crop: support opaque hardware decoding formatswm42016-05-191-8/+23
| * vo_opengl: require at least ES 3.0 for float textureswm42016-05-191-1/+1
| * vo_opengl: change error state handling and fix hwdec crashes on errorswm42016-05-191-20/+34
| * vo_opengl: d3d11egl: enable "required" GLSL extensionswm42016-05-193-0/+10
| * vo_opengl: make gl_sc_enable_extension() permanent/idempotentwm42016-05-191-2/+12
| * vo_opengl: d3d11egl: enable direct nv12 sampling on ES 3.xwm42016-05-191-3/+3
|