| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-04 | Fix wxWidgets assertion on opening the video filters selector. | Carl Hetherington | |
| 2022-10-01 | Cleanup: remove unnecessary if | Carl Hetherington | |
| 2022-10-01 | Cleanup: replace very short but long-lasting variable name. | Carl Hetherington | |
| 2022-10-01 | Fix checking of frame channels vs stream channels. | Carl Hetherington | |
| The comment says that we're handling differences between channel counts in the frame and stream but the code wasn't doing that. | |||
| 2022-09-29 | Remove unused variable. | Carl Hetherington | |
| 2022-09-28 | Replace directory with folder in some messages. | Carl Hetherington | |
| 2022-09-27 | Add basic KDM information to the player (#2225). | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in Image. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in J2KEncoder. | Carl Hetherington | |
| 2022-09-27 | Cleanup: sorting things. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in ReelWriter. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in Player. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in ContentPanel. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in DCPExaminer. | Carl Hetherington | |
| 2022-09-27 | Use EnumIndexedVector in DCPContent. | Carl Hetherington | |
| 2022-09-27 | Add EnumIndexedVector. | Carl Hetherington | |
| 2022-09-26 | Typo in comment. | Carl Hetherington | |
| 2022-09-26 | Bump libdcp for fix to #2344. | Carl Hetherington | |
| 2022-09-26 | Supporters update.v2.16.28 | Carl Hetherington | |
| 2022-09-26 | Fix build on older boosts, again. | Carl Hetherington | |
| 2022-09-26 | Fix build on older boosts. | Carl Hetherington | |
| 2022-09-26 | Provide a similar fix to the one in ff639b3cf30afcc097bfd21d39c8d15f466cadd6 | Carl Hetherington | |
| for DCPs that contain subtitle files without <Font> tags. | |||
| 2022-09-26 | Move Editor class to test.{cc,h} | Carl Hetherington | |
| 2022-09-25 | Remove a rather excessive log message. | Carl Hetherington | |
| 2022-09-25 | Link to standard DCP naming scheme in the manual (#2340). | Carl Hetherington | |
| 2022-09-24 | Python 3 compatibility for pptext.py | Carl Hetherington | |
| 2022-09-24 | Document the audio language checkbox (#2340). | Carl Hetherington | |
| 2022-09-24 | New DCP tab screenshot (#2340). | Carl Hetherington | |
| 2022-09-24 | Add some notes on screenshots to DEVELOP.md. | Carl Hetherington | |
| 2022-09-23 | Update test references for change to default .srt position.v2.16.27 | Carl Hetherington | |
| 2022-09-23 | Work around strange build error on Ubuntu 18.04 | Carl 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-22 | Fix confusion about which test/data branch we're using (should be master). | Carl Hetherington | |
| 2022-09-21 | Supporters update. | Carl Hetherington | |
| 2022-09-20 | Fix font_id_map errors when importing DCP subtitles that have no | Carl Hetherington | |
| font declarations / tags (#2339). | |||
| 2022-09-20 | Fix subtitle_file() to find both Interop and SMPTE subtitles. | Carl Hetherington | |
| 2022-09-20 | Also bump asdcplib for the same reason. | Carl Hetherington | |
| 2022-09-20 | Bump waf here and in dependencies for Python 3.10 support. | Carl Hetherington | |
| 2022-09-19 | Support Ubuntu 22.10 builds. | Carl Hetherington | |
| 2022-09-19 | Fix default placement of SRT (etc.) now that the alignment has changed | Carl Hetherington | |
| 2022-09-19 | Fix incorrect subtitle outline rectangle display when subtitles | Carl Hetherington | |
| were analysed at non-zero offsets (#2336). | |||
| 2022-09-17 | Fix typo in log message. | Carl Hetherington | |
| 2022-09-17 | When emailing multiple addresses, put one in To: and the rest in CC: (#2310). | Carl Hetherington | |
| 2022-09-17 | Don't try to send KDM email unless we have a from address. | Carl Hetherington | |
| 2022-09-17 | Allow specification of the CPL ID to use in a DCP with _create (#2302). | Carl Hetherington | |
| 2022-09-17 | Don't dump empty error details. | Carl Hetherington | |
| 2022-09-17 | Catch CPLNotFoundError more nicely. | Carl Hetherington | |
| 2022-09-17 | Give a better error if a specified CPL does not exist. | Carl Hetherington | |
| 2022-09-17 | Add default parameter for the detail in set_error(). | Carl Hetherington | |
| 2022-09-17 | Updated hu_HU translation from Áron Németh. | Carl Hetherington | |
| 2022-09-16 | Fix 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). | |||
