Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / src / lib /
2022-06-13 Carl HetheringtonLog errors from asdcplib in our logs.
2022-06-12 Carl HetheringtonAdd Prores 4444 support (#2263).
2022-06-12 Carl HetheringtonRename PRORES -> PRORES_HQ
2022-06-12 Carl HetheringtonMove ExportFormat definition to ffmpeg_file_encoder.h
2022-06-12 Carl HetheringtonSet up TextDecoder position based on the time that... v2.16.14
2022-06-12 Carl HetheringtonBelieved fix for error when calculating the position...
2022-06-10 Carl HetheringtonRemove duplicate call to write().
2022-06-10 Carl HetheringtonAdd some missing locking.
2022-06-10 Carl HetheringtonFix problems when loading old projects with the new...
2022-06-10 Carl HetheringtonAdd Film::last_written_by_earlier_than()
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-06-10 Carl HetheringtonMake it OK to re-examine content with subtitles.
2022-06-10 Carl HetheringtonC++11 tidying.
2022-06-10 Carl HetheringtonFix incorrect burnt-in subtitle colours when burning...
2022-06-07 Carl HetheringtonDon't search for empty font names to avoid random fonts...
2022-06-07 Carl HetheringtonI'm not sure a cout about audio underruns is really...
2022-06-07 Carl HetheringtonTidying.
2022-06-07 Carl HetheringtonAsk fontconfig to scan the system for fonts requested...
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-07 Carl HetheringtonMove fontconfig-related code out to a class.
2022-06-07 Carl HetheringtonIn-line a call to emit_plain_start() so it's less confu...
2022-06-07 Carl HetheringtonRename some variables.
2022-06-07 Carl HetheringtonExtract method to set forced appearance.
2022-06-07 Carl HetheringtonExtract method to escape text.
2022-06-07 Carl HetheringtonFix the header guard and tidy up.
2022-06-07 Carl HetheringtonRearrange some includes of dcpomatic_time.h
2022-06-07 Carl HetheringtonTidying.
2022-06-07 Carl HetheringtonAdd a comment.
2022-06-07 Carl HetheringtonLengthen some very short variable names.
2022-06-07 Carl HetheringtonSwitch some list -> vector for consistency.
2022-06-07 Carl HetheringtonC++11 tidying.
2022-06-07 Carl HetheringtonFix incorrect extension on interop subtitle files ...
2022-06-06 Carl HetheringtonPreserve export video settings in the config (#2259).
2022-06-06 Carl HetheringtonRemove unused H246_PCM export code.
2022-06-06 Carl HetheringtonMake jump-to-first-subtitle also work with DCP subs.
2022-06-05 Carl HetheringtonImprove accuracy of subtitle font sizing.
2022-06-03 Carl HetheringtonMake subtitle asset filename obey custom settings ...
2022-06-03 Carl HetheringtonTidy up some duplicated code.
2022-06-03 Carl HetheringtonAllow sending KDMs to more emails (#2244).
2022-06-03 Carl HetheringtonImprove some short variable names.
2022-05-28 Carl HetheringtonRemove out-of-date comment.
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2022-05-26 Carl HetheringtonCleanup: use some more make_shared.
2022-05-26 Carl HetheringtonLower the level of some log messages.
2022-05-26 Carl HetheringtonCleanup: remove unused constructor.
2022-05-21 Carl HetheringtonFix error when loading encrypted DCPs (#2257).
2022-05-13 Carl HetheringtonStore audio fades in template (#2254).
2022-05-13 Carl HetheringtonSupport auto-crop for YUV422P10LE.
2022-05-13 Carl HetheringtonGive a better error when guess_crop can't cope with...
2022-05-11 Carl HetheringtonFix warning introduced a couple of commits ago.
2022-05-11 Carl HetheringtonUpdated pl_PL translation from MichaƂ Tomaszewski.
2022-05-11 Carl HetheringtonTidy up careful_string_filter and add some extra transl...
2022-05-11 Carl HetheringtonUse GetCommandLineW() to get a UTF16-encoded command...
2022-05-11 Carl HetheringtonMove some common methods out to cross_unix.cc
2022-05-11 Carl HetheringtonFix ignore_video checker for separate-3D content (...
2022-05-09 Carl HetheringtonPossibly improve shuffler behaviour (use one for all...
2022-05-09 Carl HetheringtonMissing include.
2022-05-06 Dian LiUpdated zh_CN translation
2022-05-05 Carl HetheringtonMissing include.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-05 Carl HetheringtonUpdate for change to libdcp API.
2022-05-02 Carl HetheringtonAdd preference for default KDM duration (#2224).
2022-05-01 Carl HetheringtonIt doesn't seem necessary to use shared_ptr for the... v2.16.x-old
2022-05-01 Carl HetheringtonExtract and improve code to find missing files (#1940).
2022-05-01 Carl HetheringtonExtract simple_digest().
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-05-01 Carl HetheringtonAdd more filenames to content properties (#2120).
2022-05-01 Carl HetheringtonAdd CPL_FILENAME variable for cover sheets (#2107).
2022-04-29 Carl HetheringtonAdd a simple DCP editor.
2022-04-28 Carl HetheringtonPut * in the title bar when the DCP-o-matic project...
2022-04-28 Carl HetheringtonAdd Film::set_dirty().
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-28 Carl HetheringtonAdd guess_crop().
2022-04-28 Carl HetheringtonFix a load of stuff that wasn't being freed on close.
2022-04-28 Carl HetheringtonAdd image_as_jpeg()
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-28 Carl HetheringtonRemove unnecessary method.
2022-04-28 Carl HetheringtonAllow 96kHz audio as an advanced option (#1789).
2022-04-28 Carl HetheringtonHandle multiple bitmap subtitles at the same time corre...
2022-04-28 Carl HetheringtonTidying.
2022-04-28 Carl HetheringtonAllow ContentBitmapText to contain multiple BitmapText...
2022-04-28 Carl HetheringtonImprove some variable names.
2022-04-28 Carl HetheringtonMake emit_bitmap_start take a ContentBitmapText.
2022-04-22 Carl HetheringtonImprove rejection of "crazy" frame rates (#2238).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonRevert "Adjust handling of -Wsuggest-override"
2022-04-21 Carl HetheringtonTidying.
2022-04-21 Carl HetheringtonAdjust handling of -Wsuggest-override
2022-04-21 Carl HetheringtonRevert "Try to fix some warnings when libdcp include...
2022-04-20 Carl HetheringtonTry to fix some warnings when libdcp include asdcplib.
2022-04-20 Carl HetheringtonLookup the correct DCNC code to use for languages rathe...
2022-04-20 Carl HetheringtonUse std::vector in AudioBuffers (#2236).
2022-04-20 Carl HetheringtonCleanup: improve some variable names.
2022-04-20 Carl HetheringtonAdd ScopeGuard.
2022-04-20 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-20 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonReplace encrypted content with black if we have no...
2022-04-20 Carl HetheringtonC++11 tidying.
2022-04-20 Carl HetheringtonFix creation of dcpdig files in projects that make...
2022-04-20 Carl HetheringtonSupport DCP digest files (#2109).
next