Re-work OpenGL video view to use modern shaders / APIs.
[dcpomatic.git] / src / lib /
2021-09-27 Carl HetheringtonAdd new GLError constructor.
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-25 cahRead ISDCF Metadata from 2.14.x metadata (#2083).
2021-09-21 Carl HetheringtonTweak formatting. v2.15.162
2021-09-21 Carl HetheringtonOnly define UNICODE in src/lib/{cross_windows,util...
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
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 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-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-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-17 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-17 Carl HetheringtonAdd defaults for facility, studio, chain, distributor...
2021-08-12 Carl HetheringtonSome missing override statements.
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-11 Carl HetheringtonC++11 tidying.
2021-08-11 Carl HetheringtonWhite space.
2021-08-11 Carl HetheringtonAdd comment.
2021-08-11 Carl HetheringtonDon't write empty <Text> nodes in subtitles/closed...
2021-08-04 Carl HetheringtonAllow specifying and writing sign language video langua... v2.15.157
2021-08-03 Carl HetheringtonFix build with newer FFmpeg.
2021-08-02 Carl HetheringtonSome const-correctness.
2021-08-01 Carl HetheringtonDo all text -> HTML conversion for subtitles in the...
2021-07-24 Carl HetheringtonAdd a comment.
2021-07-15 Carl HetheringtonC++11 tidying.
2021-07-13 Carl HetheringtonAdd label for sign language track.
2021-07-05 Carl HetheringtonTidy a little and use some std::vector instead of raw...
2021-07-05 Carl HetheringtonUse dcp::file_to_string().
2021-07-05 Carl HetheringtonUse unique_ptr.
2021-07-05 Carl HetheringtonC++11 tidying.
2021-07-03 Carl HetheringtonC++11 tidying.
2021-07-03 Carl HetheringtonUse std::vector rather than a raw array.
2021-07-03 Carl HetheringtonC++11 tidying.
2021-07-02 Carl HetheringtonDon't abort the update checker thread when one curl_eas...
2021-06-30 Carl HetheringtonRemove unused variable.
2021-06-24 Carl HetheringtonFix incorrect timestamps when exporting as reels (... v2.15.155
2021-06-24 Carl HetheringtonFix incorrect issuer/creator in CPL files.
2021-06-23 Carl HetheringtonImprove some error messages.
2021-06-23 Carl HetheringtonAdd some more DecodeError constructors.
2021-06-21 Carl HetheringtonC++11 cleanup.
2021-06-21 Carl HetheringtonRemember the path used for "add files" (#2049).
2021-06-13 Carl HetheringtonIgnore incoming data when suspended.
2021-06-13 Carl HetheringtonComment fixes.
2021-06-12 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-06-06 Carl Hetheringtonpot/merge.
2021-06-04 Carl HetheringtonFix errors when seeking FFmpeg for some formats.
2021-06-04 Carl HetheringtonIgnore HMAC discrepencies when reading DCPs.
2021-06-03 Carl HetheringtonIgnore errors from avcodec_receive_frame when flushing...
2021-06-01 Carl HetheringtonAdd hint when no audio language is set (#2033).
2021-06-01 Carl HetheringtonTidying.
2021-06-01 Carl HetheringtonAdd comment.
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-05-30 Carl HetheringtonAllow any ratio to appear in the ISDCF name as an inter...
2021-05-30 Carl HetheringtonMissing full stop.
2021-05-30 Carl HetheringtonSign things that come out of the combiner (#2028).
2021-05-30 Carl HetheringtonAllow annotation text to be set when combining DCPs.
2021-05-28 Carl Hetheringtonpot/merge.
2021-05-28 Carl HetheringtonUpdated sv_SE translation from Adam Klotblixt.
2021-05-27 Carl HetheringtonFix missing verification note. v2.15.152
2021-05-26 Carl HetheringtonTidy up Nanomsg more correctly.
2021-05-26 Carl HetheringtonRemove privilege escalation via seteuid() etc. on Linux.
2021-05-25 Carl HetheringtonMove video level conversion for RGB from FFmpegImagePro...
2021-05-25 Carl HetheringtonC++11 tidying.
2021-05-25 Carl HetheringtonAdd video_to_full_range implementation for RGB48LE.
2021-05-25 Carl HetheringtonClamp results correctly when shifting video levels...
2021-05-25 Carl Hetheringtonconst-correctness tweak.
2021-05-25 Carl HetheringtonForward-declare the right class.
2021-05-21 Carl HetheringtonFix invalid memory access introduced in 6f832724ef942f1... v2.15.150
2021-05-21 Carl HetheringtonFix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621e
2021-05-20 Carl HetheringtonSpecify correct number of channels for LEQ(m) analyses...
2021-05-19 Carl HetheringtonDon't assert on a non-existant codec (#1999).
2021-05-11 Carl HetheringtonDon't apply the Windows long path fix twice. v2.15.147
2021-05-11 Carl HetheringtonRevert incorrect 'fixing' of path on Windows (#1992).
2021-05-09 Carl HetheringtonAdd more logging to disk writer.
2021-05-09 Carl HetheringtonRemove erroneous call to optional_node_child().
2021-05-07 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-05-07 Carl HetheringtonHide some more FFmpeg warnings. v2.15.143
2021-05-07 Carl HetheringtonMissing #include.
2021-05-07 Carl HetheringtonHide some warnings from ffmpeg on Centos 7.
2021-05-07 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
2021-05-07 Carl HetheringtonMissing override statements. v2.15.141
next