summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-23Update test references for change to default .srt position.v2.16.27Carl Hetherington
2022-09-23Work around strange build error on Ubuntu 18.04Carl Hetherington
tmp/cc4JuI65.s: Assembler messages: /tmp/cc4JuI65.s:174: Error: symbol `_ZNSt14_Function_base13_Base_managerIUlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_E10_M_managerERSt9_Any_dataRKS9_St18_Manager_operation' is already defined
2022-09-22Fix confusion about which test/data branch we're using (should be master).Carl Hetherington
2022-09-21Supporters update.Carl Hetherington
2022-09-20Fix font_id_map errors when importing DCP subtitles that have noCarl Hetherington
font declarations / tags (#2339).
2022-09-20Fix subtitle_file() to find both Interop and SMPTE subtitles.Carl Hetherington
2022-09-20Also bump asdcplib for the same reason.Carl Hetherington
2022-09-20Bump waf here and in dependencies for Python 3.10 support.Carl Hetherington
2022-09-19Support Ubuntu 22.10 builds.Carl Hetherington
2022-09-19Fix default placement of SRT (etc.) now that the alignment has changedCarl Hetherington
2022-09-19Fix incorrect subtitle outline rectangle display when subtitlesCarl Hetherington
were analysed at non-zero offsets (#2336).
2022-09-17Fix typo in log message.Carl Hetherington
2022-09-17When emailing multiple addresses, put one in To: and the rest in CC: (#2310).Carl Hetherington
2022-09-17Don't try to send KDM email unless we have a from address.Carl Hetherington
2022-09-17Allow specification of the CPL ID to use in a DCP with _create (#2302).Carl Hetherington
2022-09-17Don't dump empty error details.Carl Hetherington
2022-09-17Catch CPLNotFoundError more nicely.Carl Hetherington
2022-09-17Give a better error if a specified CPL does not exist.Carl Hetherington
2022-09-17Add default parameter for the detail in set_error().Carl Hetherington
2022-09-17Updated hu_HU translation from Áron Németh.Carl Hetherington
2022-09-16Fix black borders around the preview in some cases (#2331).Carl Hetherington
We need to round the container size to the nearest multiple of 2 so that cropping subsampled sources does not leave gaps. As far as I can see: - the direction that you round x in doesn't matter - it's better to round y up (if you calculate the error in the resulting ratio in each case).
2022-09-15Fix some spelling mistakes (mostly in comments).Carl Hetherington
2022-09-14Further tweak button name in manual.Carl Hetherington
2022-09-14Update wording to realityTomáš Hnyk
2022-09-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-09-11Fix build on Centos where we don't have the std::atomic_store stuff apparently.v2.16.26Carl Hetherington
2022-09-11Don't throw an exception if reading a encode server response fails (#2320).Carl Hetherington
2022-09-11Supporters update.v2.16.25Carl Hetherington
2022-09-11Merge branch '2323-player-locking'Carl Hetherington
Various attempts to tidy up and fix the locking of Player (#2323).
2022-09-10Use atomic shared_ptr stuff for _black_frame.Carl Hetherington
2022-09-10Use atomic for _playback_length.Carl Hetherington
2022-09-10It's now safe to get _video_container_size without the lock.Carl Hetherington
2022-09-10Move get_reel_assets() out of Player, as it doesn't need to be there.Carl Hetherington
2022-09-10const correctness.Carl Hetherington
2022-09-10Remove now-unused setup_pieces_unlocked()Carl Hetherington
2022-09-10Use atomic for _dcp_decode_reduction.Carl Hetherington
2022-09-10Use atomic for _video_container_size.Carl Hetherington
2022-09-10Use atomic for _play_referenced.Carl Hetherington
2022-09-10Use atomic for _fast.Carl Hetherington
2022-09-10Use atomic for _always_burn_open_subtitles.Carl Hetherington
2022-09-10Use atomic for _ignore_text.Carl Hetherington
2022-09-10Use atomic for _ignore_audio.Carl Hetherington
2022-09-10Use atomic for _ignore_video.Carl Hetherington
2022-09-10Trim some includes.Carl Hetherington
2022-09-10Some improved logging.Carl Hetherington
2022-09-10Some const-correctness for Player.Carl Hetherington
2022-09-10const correctness for AudioMerger.Carl Hetherington
2022-09-10Build fixes.Carl Hetherington
2022-09-10Support YUV444P10LE in make_part_black().Carl Hetherington
2022-09-09KDM CLI help tweak.Carl Hetherington