| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-23 | Commenting.v2.13.37 | Carl Hetherington | |
| 2018-07-23 | Get ccaps by asking the Player, rather than by listening to its emissions, | Carl Hetherington | |
| which is slightly cleaner and works when subtitles are emitted with an unknown end time. Also add CCAPs to the player. | |||
| 2018-07-23 | Remove debug code. | Carl Hetherington | |
| 2018-07-23 | Very basic closed caption viewer. | Carl Hetherington | |
| 2018-07-22 | No-op: white space. | Carl Hetherington | |
| 2018-07-22 | On reflection showing CCAPs over the main picture doesn't make much sense. | Carl Hetherington | |
| 2018-07-22 | Display only required tabs, including subs / ccap. | Carl Hetherington | |
| 2018-07-21 | Fix failure to load projects. | Carl Hetherington | |
| 2018-07-21 | Fix join for new caption stuff. | Carl Hetherington | |
| 2018-07-21 | Fix crash. | Carl Hetherington | |
| 2018-07-21 | Revert "Remove join function; the code is long and I don't think anybody" | Carl Hetherington | |
| It turns out Carsten uses it :) This reverts commit bd5e8b83a3a18787241982efdae809d4db21f65d. | |||
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-07-20 | Key ActiveCaptions on a CaptionContent rather than a Piece. | Carl Hetherington | |
| 2018-07-20 | Thinko in previous. | Carl Hetherington | |
| 2018-07-20 | Put caption details inside their own tag in the metadata. | Carl Hetherington | |
| 2018-07-20 | Remove join function; the code is long and I don't think anybody | Carl Hetherington | |
| uses it. | |||
| 2018-07-20 | Update preview when caption type changes. | Carl Hetherington | |
| 2018-07-20 | Untested; allow viewing of subtitles or closed captions in the preview. | Carl Hetherington | |
| 2018-07-20 | Add advanced configuration option to allow any container ratio, | Carl Hetherington | |
| specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat). https://www.dcpomatic.com/forum/viewtopic.php?f=2&t=1119&p=4470 | |||
| 2018-07-20 | Fix incorrect type name. | Carl Hetherington | |
| 2018-07-20 | Hopefully remove unsafe-loop-optimization warnings. | Carl Hetherington | |
| 2018-07-20 | caption -> subtitle.v2.13.36 | Carl Hetherington | |
| 2018-07-20 | ChangeLog update. | Carl Hetherington | |
| 2018-07-19 | Add very basic test. | Carl Hetherington | |
| 2018-07-19 | Untested writing of CCAP. | Carl Hetherington | |
| 2018-07-19 | White space. | Carl Hetherington | |
| 2018-07-19 | More subtitle -> caption. | Carl Hetherington | |
| 2018-07-19 | Rename subtitle appearance dialogue. | Carl Hetherington | |
| 2018-07-19 | Clean up after previous commit. | Carl Hetherington | |
| 2018-07-19 | Reword again: Text -> Caption and Plain -> Text. | Carl Hetherington | |
| sed -i "s/ActiveText/ActiveCaptions/g" src/lib/*.{cc,h} sed -i "s/active_text.h/active_captions.h/g" src/lib/*.{cc,h} sed -i "s/active_text.cc/active_captions.cc/g" src/lib/wscript mv src/lib/active_text.cc src/lib/active_captions.cc mv src/lib/active_text.h src/lib/active_captions.h sed -i "s/PlainTextFileContent/TextCaptionFileContent/g" src/lib/*.{cc,h} src/wx/*.cc sed -i "s/PlainTextFile/TextCaptionFile/g" src/lib/*.{cc,h} src/wx/*.cc sed -i "s/plain_text_file_content/text_caption_file_content/g" src/lib/*.{cc,h} src/lib/wscript src/wx/*.{cc,h} test/*.cc mv src/lib/plain_text_file_content.cc src/lib/text_caption_file_content.cc mv src/lib/plain_text_file_content.h src/lib/text_caption_file_content.h sed -i "s/PlainTextFileDecoder/TextCaptionFileDecoder/g" src/lib/*.{cc,h} sed -i "s/plain_text_file_decoder/text_caption_file_decoder/g" src/lib/*.{cc,h} src/lib/wscript src/wx/*.{cc,h} mv src/lib/plain_text_file_decoder.cc src/lib/text_caption_file_decoder.cc mv src/lib/plain_text_file_decoder.h src/lib/text_caption_file_decoder.h sed -i "s/PlayerText/PlayerCaption/g" src/lib/*.{cc,h} sed -i "s/player_text.cc/player_caption.cc/g" src/lib/wscript sed -i "s/player_text.h/player_caption.h/g" src/lib/*.{cc,h} mv src/lib/player_text.cc src/lib/player_caption.cc mv src/lib/player_text.h src/lib/player_caption.h sed -i "s/ContentPlainText/ContentTextCaption/g" src/lib/*.{cc,h} src/wx/*.{cc,h} sed -i "s/ContentBitmapText/ContentBitmapCaption/g" src/lib/*.{cc,h} src/wx/*.{cc,h} sed -i "s/PlainText/TextCaption/g" src/lib/*.{cc,h} test/*.cc sed -i "s/plain_text.h/text_caption.h/g" src/lib/*.{cc,h} mv src/lib/plain_text.h src/lib/text_caption.h | |||
| 2018-07-19 | Fix warning. | Carl Hetherington | |
| 2018-07-19 | Get types into ReelWriter. | Carl Hetherington | |
| 2018-07-19 | Text to player with types. | Carl Hetherington | |
| 2018-07-19 | UI for selecting caption type. | Carl Hetherington | |
| 2018-07-19 | Finish PlayerSubtitles -> PlayerText and SubtitleString -> PlainText. | Carl Hetherington | |
| 2018-07-19 | Remove unused file. | Carl Hetherington | |
| 2018-07-19 | Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> ↵ | Carl Hetherington | |
| PlainText. | |||
| 2018-07-19 | PlainText -> PlainTextFile. | Carl Hetherington | |
| 2018-07-19 | Remove old content_subtitle. | Carl Hetherington | |
| 2018-07-19 | Remove -j4 from suggested build copmmand. | Carl Hetherington | |
| 2018-07-19 | More renaming. | Carl Hetherington | |
| 2018-07-19 | More old stuff. | Carl Hetherington | |
| 2018-07-19 | Remove unused file. | Carl Hetherington | |
| 2018-07-19 | Missing file. | Carl Hetherington | |
| 2018-07-19 | More renaming. | Carl Hetherington | |
| sed -i "s/emit_text/emit_plain/g" src/lib/*.cc src/lib/*.h sed -i "s/emit_image_start/emit_bitmap_start/g" src/lib/*.cc src/lib/*.h sed -i "s/emit_text_start/emit_plain_start/g" src/lib/*.cc src/lib/*.h sed -i "s/render_subtitles/render_text/g" src/lib/*.cc src/lib/*.h src/lib/wscript test/*.cc sed -i "s/ImageStart/BitmapStart/g" src/lib/*.cc src/lib/*.h sed -i "s/TextStart/PlainStart/g" src/lib/*.cc src/lib/*.h test/*.cc src/wx/*.cc sed -i "s/ImageSubtitle/BitmapText/g" src/lib/*.cc src/lib/*.h sed -i "s/text_subtitle/plain_text/g" src/lib/*.cc src/lib/*.h src/lib/wscript src/wx/*.cc src/wx/*.h test/*.cc sed -i "s/image_subtitle/bitmap_text/g" src/lib/*.cc src/lib/*.h mv src/lib/render_subtitles.cc src/lib/render_text.cc mv src/lib/render_subtitles.h src/lib/render_text.h mv src/lib/text_subtitle.cc src/lib/plain_text.cc mv src/lib/text_subtitle.h src/lib/plain_text.h | |||
| 2018-07-19 | Comment tweak. | Carl Hetherington | |
| 2018-07-19 | More renaming; text -> plain. | Carl Hetherington | |
| sed -i "s/TextTextContent/PlainText/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/text_text/plain_text/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/text_text_content.cc src/lib/plain_text_content.cc mv src/lib/text_text_content.h src/lib/plain_text_content.h mv src/lib/text_text_decoder.cc src/lib/plain_text_decoder.cc mv src/lib/text_text_decoder.h src/lib/plain_text_decoder.h | |||
| 2018-07-19 | Merge master. | Carl Hetherington | |
| 2018-07-19 | Add type for text content (CCAP/subtitle). | Carl Hetherington | |
| 2018-07-19 | More CCAP notes. | Carl Hetherington | |
