summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-03Don't scale chroma subsampled images to sizes that don't align with the subsa...v2.15.166Carl Hetherington
2021-10-03Differentiate requested and actual crop.Carl Hetherington
2021-10-03Add PixelQuanta to VideoContent.Carl Hetherington
2021-10-03Don't build Disk Writer for appimage.Carl Hetherington
2021-10-03Updated it_IT translation from Riccardo Mantani.Carl Hetherington
2021-10-03Require libsub v1.6.0.Carl Hetherington
2021-10-03Require libdcp v1.8.0 to fix SMPTE sub XML namespaces (#2061).Carl Hetherington
2021-10-03Remove unused using statement.Carl Hetherington
2021-10-03Always call ::draw() even when we have no image.Carl Hetherington
2021-10-03Remove unused parameters.Carl Hetherington
2021-10-01Fix subtitle positioning and centering of the DCP frame in the window.v2.15.165Carl Hetherington
2021-10-01Change glLineWidth from 2.0 -> 1.0.v2.15.164Carl Hetherington
2021-10-01Missing check_gl_error() calls.Carl Hetherington
2021-09-30Only support GLVideoView when building with wxWidgets >= 3.1.0.Carl Hetherington
2021-09-27Fix tests.v2.15.163Carl Hetherington
2021-09-27Merge branch 'better-gl' into v2.15.xCarl Hetherington
2021-09-27Test fixes.better-glCarl Hetherington
2021-09-27Make merge return the right alignment even if it's not doing anything.Carl Hetherington
2021-09-27Check that the image used to make a Cairo::ImageSurface is the right alignmen...Carl Hetherington
2021-09-27Various alignment tidying/fixups.Carl Hetherington
2021-09-27Remove unused usingCarl Hetherington
2021-09-27Update design doc.Carl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-09-27Some const correctness.Carl Hetherington
2021-09-27Allow RGB24 in textures.Carl Hetherington
2021-09-27Support subs and tidy up a few things.Carl Hetherington
2021-09-27Add accessor for _text.Carl Hetherington
2021-09-27Setup Butler::_prepare_only_proxy on construction.Carl Hetherington
2021-09-27Rename image -> video.Carl Hetherington
2021-09-27Move some stuff inside Texture.Carl Hetherington
2021-09-27Add basic Texture wrapper for a GL texture.Carl Hetherington
2021-09-27Rename _size -> _video_sizeCarl Hetherington
2021-09-27Tweak some comments.Carl Hetherington
2021-09-27Extract indices array and make some offset constants.Carl Hetherington
2021-09-27Rename _texture -> _video_texture.Carl Hetherington
2021-09-27When the player is used in OpenGL mode, pass unscaled XYZ data through to the...Carl Hetherington
2021-09-27Fix GL information fetching.Carl Hetherington
2021-09-27C++11 tidying.Carl Hetherington
2021-09-27Tidy ownership/lifetime of GLVideoView to fix crashes on close.Carl Hetherington
2021-09-27Re-work OpenGL video view to use modern shaders / APIs.Carl Hetherington
2021-09-27Add some OpenGL-related notes and hacks.Carl Hetherington
2021-09-27Add new GLError constructor.Carl Hetherington
2021-09-27Remove unnecessary _out_size; it looks like we can just use the image size.Carl Hetherington
2021-09-27Merge branch 'own-config' into v2.15.xCarl Hetherington
2021-09-27Remove unused method.own-configCarl Hetherington
2021-09-27Add config location versioning (#2090).Carl Hetherington
2021-09-26Remove some unused using statements.Carl Hetherington
2021-09-26Prefer %userprofile% to %homedrive% and %homepath% for home directory locatio...Carl Hetherington
2021-09-26Copy gdk-pixbuf-2.0 stuff and fix LD_LIBRARY_PATH to make SVG icons work (#19...cah