| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-22 | Add script to make a test database for profiling. | Carl Hetherington | |
| 2025-01-21 | White space: cross{_osx,_windows,_common}.cc cross.h | Carl Hetherington | |
| 2025-01-21 | White space: analyse_audio_job.{cc,h} | Carl Hetherington | |
| 2025-01-21 | Cleanup: sorting. | Carl Hetherington | |
| 2025-01-21 | White space: verify_dcp_job.{cc,h} | Carl Hetherington | |
| 2025-01-21 | Cleanup: default constructor. | Carl Hetherington | |
| 2025-01-20 | White space: util.{cc,h} | Carl Hetherington | |
| 2025-01-20 | Fix typo in comment. | Carl Hetherington | |
| 2025-01-20 | Fix typo accomodate -> accommodate. | Carl Hetherington | |
| 2025-01-20 | Fix spurious "there were no errors" reports in the verifier. | Carl Hetherington | |
| 2025-01-20 | Tweak verification message. | Carl Hetherington | |
| 2025-01-20 | Bump libdcp to better tolerate badly-formatted MainSoundConfiguration (#2942). | Carl Hetherington | |
| 2025-01-20 | Remove the strange tolerant flag in Film. | Carl Hetherington | |
| Instead, we now pass it in directly to Content::examine() and the Player. | |||
| 2025-01-20 | Pass tolerant flag into Player. | Carl Hetherington | |
| This is needed because the DCPDecoder ends up needing it when it reads reel information from CPLs. Maybe all that stuff should be in our metadata. | |||
| 2025-01-20 | Pass tolerant flag into Content::examine() and the ExamineContentJob. | Carl Hetherington | |
| Along the way this helps to fix #2942. | |||
| 2025-01-19 | Find missing files better in projects coming from other platforms (#2935). | Carl Hetherington | |
| 2025-01-19 | Add search by digest if search by name fails (#2935). | Carl Hetherington | |
| 2025-01-19 | Rename search -> search_by_name. | Carl Hetherington | |
| 2025-01-19 | const correctness. | Carl Hetherington | |
| 2025-01-19 | Add option to force short screen layout (#2946). | Carl Hetherington | |
| 2025-01-18 | Fix first frame being shown even when trimmed (#2952). | Carl Hetherington | |
| We calculated the DCP time of the first frame (when its content was trimmed) and it was clamped from -8 frames to 0, which meant it was used when it should not have been. | |||
| 2025-01-18 | Add parameter names. | Carl Hetherington | |
| 2025-01-18 | Add comment. | Carl Hetherington | |
| 2025-01-18 | Support RGB and RGBA in image_as_png() (and others via convert_pixel_format()). | Carl Hetherington | |
| 2025-01-18 | Bump libdcp for unrecognised content types (e.g. clip). | Carl Hetherington | |
| 2025-01-18 | Fix some places where update_standards() is missing. | Carl Hetherington | |
| 2025-01-18 | Remove incorrect/pointless assertion. | Carl Hetherington | |
| This was wrong, and seems a bit OTT anyway. | |||
| 2025-01-18 | Rename add_standards() -> update_standards() | Carl Hetherington | |
| and make it clear the choice as well. | |||
| 2025-01-17 | Allow pasting of another timecode format. | Carl Hetherington | |
| 2025-01-17 | Fix alignment of timecode controls (observed on Linux). | Carl Hetherington | |
| 2025-01-16 | Extract layout_for_short_screen(). | Carl Hetherington | |
| 2025-01-16 | Remove File menu on macOS (it has nothing in it). | Carl Hetherington | |
| 2025-01-16 | Use DCPOMATIC_OSX instead of __WXOSX__ | Carl Hetherington | |
| 2025-01-15 | Tinker with local build path setup on macOS. | Carl Hetherington | |
| 2025-01-15 | Allow paste of 8-digit numbers as timecodes. | Carl Hetherington | |
| 2025-01-15 | Move onto next timecode control after typing two characters. | Carl Hetherington | |
| 2025-01-15 | Store controls and use the vector to tidy some things up. | Carl Hetherington | |
| 2025-01-15 | Fix missing language tag in open captions.v2.18.5 | Carl Hetherington | |
| 2025-01-15 | Add a group ID to VF PKLs (#2943). | Carl Hetherington | |
| 2025-01-14 | Extract dcpomatic::film::is_vf(). | Carl Hetherington | |
| 2025-01-14 | Put film_util methods in a namespace. | Carl Hetherington | |
| 2025-01-14 | Add missing SetRegView to get access to the 64-bit registry (#2933). | Carl Hetherington | |
| Otherwise since Uninstall.exe is 32-bit we get the WOW64 version, which does not contain the DCP-o-matic keys. | |||
| 2025-01-14 | Tidy up some triple-quoted prints. | Carl Hetherington | |
| 2025-01-14 | Add DisplayVersion to Windows uninstaller registry key (#2933). | Carl Hetherington | |
| 2025-01-14 | Fix some missing .deb dependencies (#2947). | Carl Hetherington | |
| 2025-01-14 | Remove some old Debian / Ubuntu dependency lists. | Carl Hetherington | |
| 2025-01-14 | Missing av_frame_unref(). | Carl Hetherington | |
| Without this the _in_frame is never reset to good starting values after being used. | |||
| 2025-01-14 | Emit finished signal when the hints thread fails. | Carl Hetherington | |
| Otherwise exceptions are never re-thrown and hence never reported. | |||
| 2025-01-14 | Fix always-disabled verify option in player. | Carl Hetherington | |
| 2025-01-13 | Clarify ambiguous bind call for GCC 14.2.1 on Arch. | Carl Hetherington | |
