dcpomatic.git
2021-10-03 Carl HetheringtonRequire libdcp v1.8.0 to fix SMPTE sub XML namespaces...
2021-10-03 Carl HetheringtonRemove unused using statement.
2021-10-03 Carl HetheringtonAlways call ::draw() even when we have no image.
2021-10-03 Carl HetheringtonRemove unused parameters.
2021-10-01 Carl HetheringtonFix subtitle positioning and centering of the DCP frame... v2.15.165
2021-09-30 Carl HetheringtonChange glLineWidth from 2.0 -> 1.0. v2.15.164
2021-09-30 Carl HetheringtonMissing check_gl_error() calls.
2021-09-29 Carl HetheringtonOnly support GLVideoView when building with wxWidgets...
2021-09-27 Carl HetheringtonFix tests. v2.15.163
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonTest fixes. better-gl
2021-09-27 Carl HetheringtonMake merge return the right alignment even if it's...
2021-09-27 Carl HetheringtonCheck that the image used to make a Cairo::ImageSurface...
2021-09-27 Carl HetheringtonVarious alignment tidying/fixups.
2021-09-27 Carl HetheringtonRemove unused using
2021-09-27 Carl HetheringtonUpdate design doc.
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonSome const correctness.
2021-09-27 Carl HetheringtonAllow RGB24 in textures.
2021-09-27 Carl HetheringtonSupport subs and tidy up a few things.
2021-09-27 Carl HetheringtonAdd accessor for _text.
2021-09-27 Carl HetheringtonSetup Butler::_prepare_only_proxy on construction.
2021-09-27 Carl HetheringtonRename image -> video.
2021-09-27 Carl HetheringtonMove some stuff inside Texture.
2021-09-27 Carl HetheringtonAdd basic Texture wrapper for a GL texture.
2021-09-27 Carl HetheringtonRename _size -> _video_size
2021-09-27 Carl HetheringtonTweak some comments.
2021-09-27 Carl HetheringtonExtract indices array and make some offset constants.
2021-09-27 Carl HetheringtonRename _texture -> _video_texture.
2021-09-27 Carl HetheringtonWhen the player is used in OpenGL mode, pass unscaled...
2021-09-27 Carl HetheringtonFix GL information fetching.
2021-09-27 Carl HetheringtonC++11 tidying.
2021-09-27 Carl HetheringtonTidy ownership/lifetime of GLVideoView to fix crashes...
2021-09-27 Carl HetheringtonRe-work OpenGL video view to use modern shaders / APIs.
2021-09-27 Carl HetheringtonAdd some OpenGL-related notes and hacks.
2021-09-27 Carl HetheringtonAdd new GLError constructor.
2021-09-27 Carl HetheringtonRemove unnecessary _out_size; it looks like we can...
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonRemove unused method. own-config
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-26 Carl HetheringtonRemove some unused using statements.
2021-09-26 Carl HetheringtonPrefer %userprofile% to %homedrive% and %homepath%...
2021-09-26 cahCopy gdk-pixbuf-2.0 stuff and fix LD_LIBRARY_PATH to...
2021-09-25 cahRead ISDCF Metadata from 2.14.x metadata (#2083).
2021-09-21 Carl HetheringtonSpeculative Ubuntu 21.10 support.
2021-09-21 Carl HetheringtonRemove some now-unused libwxgtk dependencies.
2021-09-21 Carl HetheringtonTweak formatting. v2.15.162
2021-09-21 Carl HetheringtonBump library versions for new mxe.
2021-09-21 Carl HetheringtonSwitch wx-3.0 -> wx-3.1 on Windows.
2021-09-21 Carl HetheringtonOnly define UNICODE in src/lib/{cross_windows,util...
2021-09-21 Carl HetheringtonExtract colours to VideoView.
2021-09-21 Carl HetheringtonFix incorrect display of Unicode literal on Windows.
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
2021-09-21 Carl HetheringtonFix environment path for player script.
2021-09-19 Carl HetheringtonAssorted tidying.
2021-09-19 Carl HetheringtonAdd LastWrittenBy to metadata (#2080).
2021-09-19 Carl HetheringtonUse a constexpr and a nullptr.
2021-09-19 Carl Hetheringtoninclude/using sorting and some white space.
2021-09-19 Carl HetheringtonFix failure to reset state to "to fit DCP" properly...
2021-09-19 Carl HetheringtonRemove unused VideoContentProperty::SCALE and listen...
2021-09-19 Carl HetheringtonCheck _inter_size in ::has_j2k() (fixes #2086).
2021-09-19 Carl HetheringtonAdd state of _reencode_j2k to the video identifier.
2021-09-19 Carl HetheringtonRemove an unused using.
2021-09-19 Carl HetheringtonFix failure to open v2.14.x documents with invalid...
2021-09-19 Carl HetheringtonC++11 and general tidying.
2021-09-12 Carl HetheringtonAdd another believed-correct subtitle timing fix. v2.15.161
2021-09-12 Carl HetheringtonFix missing subtitles embedded in files decoded by...
2021-09-12 Carl HetheringtonAdd missing avsubtitle_free().
2021-09-12 Carl HetheringtonRemove some cruft from changelog.
2021-09-12 Carl HetheringtonFix URL in debian/copyright.
2021-09-12 Carl HetheringtonSupport building of cli-only .deb packages (#2066).
2021-09-12 Carl HetheringtonSupport debian 11.
2021-09-02 Carl HetheringtonUpdated zh_CN translation from Kahn Li. v2.15.159
2021-08-24 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani.
2021-08-24 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-21 Carl HetheringtonAdd Uwe Dittes as translator.
2021-08-20 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani. v2.15.158
2021-08-20 Carl Hetheringtonpot/merge.
2021-08-20 Carl HetheringtonFix typo if -> of (thanks to Uwe Dittes)
2021-08-20 Carl HetheringtonUpdated de_DE translation from Uwe Dittes.
2021-08-18 Carl HetheringtonTweak key shortcuts table appearance.
2021-08-18 Carl HetheringtonFix TOC in HTML version of manual.
2021-08-17 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-17 Carl HetheringtonAdd comments for shortcuts and extract them for the...
2021-08-17 Carl HetheringtonAdd defaults for facility, studio, chain, distributor...
2021-08-17 Carl HetheringtonRename update -> setup_sensitivity().
2021-08-16 Carl HetheringtonAdd some keyboard shortcuts to the manual (#2073).
2021-08-16 Carl HetheringtonOnly warn about lots of frame drops in the player ...
2021-08-15 Carl HetheringtonGive markers dialog a close button (#2070).
2021-08-13 Carl HetheringtonMissing override qualifiers.
2021-08-12 Carl HetheringtonSome missing override statements.
2021-08-12 Carl HetheringtonFix flickering black square when selecting content...
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-12 Carl HetheringtonRename ProRes export format to MOV / ProRes (#2067).
2021-08-12 Carl HetheringtonMissed test/data update.
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-11 Carl HetheringtonAdd missing verification description.
2021-08-11 Carl HetheringtonC++11 tidying.
2021-08-11 Carl HetheringtonWhite space.
next