mpv/video/out/opengl
wm4 8a9b64329c Relicense some non-MPlayer source files to LGPL 2.1 or later
This covers source files which were added in mplayer2 and mpv times
only, and where all code is covered by LGPL relicensing agreements.

There are probably more files to which this applies, but I'm being
conservative here.

A file named ao_sdl.c exists in MPlayer too, but the mpv one is a
complete rewrite, and was added some time after the original ao_sdl.c
was removed. The same applies to vo_sdl.c, for which the SDL2 API is
radically different in addition (MPlayer supports SDL 1.2 only).

common.c contains only code written by me. But common.h is a strange
case: although it originally was named mp_common.h and exists in MPlayer
too, by now it contains only definitions written by uau and me. The
exceptions are the CONTROL_ defines - thus not changing the license of
common.h yet.

codec_tags.c contained once large tables generated from MPlayer's
codecs.conf, but all of these tables were removed.

From demux_playlist.c I'm removing a code fragment from someone who was
not asked; this probably could be done later (see commit 15dccc37).

misc.c is a bit complicated to reason about (it was split off mplayer.c
and thus contains random functions out of this file), but actually all
functions have been added post-MPlayer. Except get_relative_time(),
which was written by uau, but looks similar to 3 different versions of
something similar in each of the Unix/win32/OSX timer source files. I'm
not sure what that means in regards to copyright, so I've just moved it
into another still-GPL source file for now.

screenshot.c once had some minor parts of MPlayer's vf_screenshot.c, but
they're all gone.
2016-01-19 18:36:06 +01:00
..
common.c vo_opengl: split backend code from common.c to context.c 2015-12-19 14:14:12 +01:00
common.h vo_opengl: cocoa: output premultiplied alpha 2015-12-19 14:14:12 +01:00
context.c vo_opengl: fall back to gcc thread local storage 2015-12-23 17:59:35 +01:00
context.h vo_opengl: split backend code from common.c to context.c 2015-12-19 14:14:12 +01:00
context_angle.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_cocoa.c vo_opengl: cocoa: output premultiplied alpha 2015-12-19 14:14:12 +01:00
context_drm_egl.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_dxinterop.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_rpi.c vo_rpi: fix compilation 2015-12-26 19:18:47 +01:00
context_rpi.h vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_w32.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_wayland.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
context_x11.c vo_opengl: x11: fix alpha windows 2015-12-20 13:26:25 +01:00
context_x11egl.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
egl_helpers.c vo_opengl: x11egl: retrieve framebuffer depth 2015-12-19 14:14:12 +01:00
egl_helpers.h vo_opengl: x11egl: retrieve framebuffer depth 2015-12-19 14:14:12 +01:00
header_fixes.h vo_opengl: vaapi: redo how EGL extensions are loaded 2015-09-27 16:18:06 +02:00
hwdec.c videotoolbox: make decoder format customizable 2015-11-17 21:21:19 +01:00
hwdec.h videotoolbox: make decoder format customizable 2015-11-17 21:21:19 +01:00
hwdec_dxva2.c client API: rename GL_MP_D3D_interfaces 2015-09-24 21:07:37 +02:00
hwdec_osx.c videotoolbox: make decoder format customizable 2015-11-17 21:21:19 +01:00
hwdec_vaegl.c vaapi: replace VA_STR_FOURCC 2016-01-11 20:30:36 +01:00
hwdec_vaglx.c vo_opengl: never load vaapi GLX interop by default 2015-11-09 11:58:38 +01:00
hwdec_vdpau.c vo_opengl: hwdec_vdpau: relicense under LGPL 2016-01-07 11:22:54 +01:00
lcms.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
lcms.h
nnedi3.c vo_opengl: require --enable-gpl3 for nnedi 2015-12-03 09:32:40 +01:00
nnedi3.h vo_opengl: require --enable-gpl3 for nnedi 2015-12-03 09:32:40 +01:00
nnedi3_weights.bin vo_opengl: implement NNEDI3 prescaler 2015-11-05 17:38:20 +01:00
osd.c
osd.h
superxbr.c vo_opengl: fix superxbr on GLES 2015-11-21 20:45:08 +01:00
superxbr.h vo_opengl: fix 10-bit video prescaling 2015-11-09 22:48:40 +01:00
utils.c vo_opengl: fix operation on GLES 2.0 2016-01-04 16:34:16 +01:00
utils.h vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versions 2015-11-09 16:24:01 +01:00
video.c vo_opengl: generic semi-planar support 2016-01-07 16:31:52 +01:00
video.h vo_opengl: video.h: fix license 2016-01-07 10:48:04 +01:00
video_shaders.c vo_opengl: fix shader compilation regression 2015-12-08 03:18:47 +01:00
video_shaders.h vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00