| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-24 | Support binary STL subtitle files. | Carl Hetherington | |
| 2018-11-21 | Tidy and fix logging. | Carl Hetherington | |
| 2018-11-21 | Remove Film pointer from clone(). | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-10-20 | const correctness fix.v2.13.64 | Carl Hetherington | |
| 2018-07-23 | More automated renaming. | Carl Hetherington | |
| ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType | |||
| 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 | PlainText -> PlainTextFile. | Carl Hetherington | |
| 2018-07-19 | More renaming. | 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 | Rename Subtitle -> Text | Carl Hetherington | |
| sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc mv src/lib/subtitle_decoder.h src/lib/text_decoder.h mv src/lib/subtitle_content.cc src/lib/text_content.cc mv src/lib/subtitle_content.h src/lib/text_content.h mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc mv src/lib/text_subtitle_content.h src/lib/text_text_content.h mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h | |||
| 2017-12-11 | Fix various problems caused by non-integer-frame start trims, | Carl Hetherington | |
| and also by the inability of content_video_to_dcp to return negative values. The latter is necessary for tests on "is this content too early" to work. | |||
| 2017-10-24 | Fix (and inform about) video content that is not placed on a frame boundary. | Carl Hetherington | |
| 2017-05-13 | Give a slightly better error whn trying to add a KDM using add-file (#1035). | Carl Hetherington | |
| 2017-02-20 | Add DCP button added to content panel. | Carl Hetherington | |
| 2016-12-21 | Make "Add folder..." to accept a directory of WAV files (#942). | Carl Hetherington | |
| 2016-12-20 | Allow content factory to return multiple content. | Carl Hetherington | |
| 2016-06-18 | Parse .ass files using the text subtitle code. | Carl Hetherington | |
| 2016-06-16 | Ignore any hidden files when looking for images. | Carl Hetherington | |
| We used to do ._* and .DS_Store but there has been a report of .com.apple.timemachine.supported. | |||
| 2016-06-01 | Put codec name into the audio mapping view for each stream. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-25 | Basics of Atmos content support; can be added to project and appears in ↵ | Carl Hetherington | |
| timeline. | |||
| 2016-05-25 | Add VideoMXFContent (part of #803). | Carl Hetherington | |
| 2016-05-18 | Remove Sndfile code and use FFmpeg instead. | Carl Hetherington | |
| 2016-03-01 | Ignore .DS_Store files in potential image directories. | Carl Hetherington | |
| 2016-02-29 | Add some more debug logging to directory scanning. | Carl Hetherington | |
| 2016-02-28 | Try to improve detection of image sequence vs. DCP. | Carl Hetherington | |
| 2016-02-12 | Rename SubRip -> TextSubtitle. | Carl Hetherington | |
| 2015-09-28 | Don't take any notice of ._* files when deciding whether a folder contains ↵ | Carl Hetherington | |
| images or a DCP. | |||
| 2015-09-16 | Fix exception on adding an empty folder as content (#691). | Carl Hetherington | |
| 2015-07-29 | Move code to create DCPContent or (non-still) ImageContent into ↵ | Carl Hetherington | |
| content_factory(). | |||
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-08 | Adapt for changes to libdcp API. | Carl Hetherington | |
| 2015-01-21 | Fix recognition of MXF-wrapped subtitle content vs audio/video. | Carl Hetherington | |
| 2015-01-04 | Fix loading of SMPTE subtitles that are not MXF-wrapped. | Carl Hetherington | |
| 2014-12-05 | Include rearrangement. | Carl Hetherington | |
| 2014-07-10 | Basics of DCP subtitle import. | Carl Hetherington | |
| 2014-07-09 | Save and re-load DCP content. | Carl Hetherington | |
| 2014-05-02 | Comments. | Carl Hetherington | |
| 2014-03-17 | Merge master. | Carl Hetherington | |
| 2014-03-15 | Cope with loading films with now-disabled filters. | Carl Hetherington | |
| 2014-01-11 | Various work on SubRip. | Carl Hetherington | |
| 2013-11-24 | Various joining fixes. | Carl Hetherington | |
| 2013-11-22 | Merge still/moving image classes. | Carl Hetherington | |
| 2013-11-20 | Use cxml::NodePtr. | Carl Hetherington | |
| 2013-10-22 | Allow films to be loaded when content is missing. | Carl Hetherington | |
| 2013-07-26 | Basic if sketchy support for image sequences. | Carl Hetherington | |
| 2013-07-19 | Spacing tweaks; rename ImageMagick -> StillImage. | Carl Hetherington | |
| 2013-07-19 | Basics of making loop do something. | Carl Hetherington | |
