| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2018-07-16 | Fix unit tests since sequencing after trim was added. | Carl Hetherington | |
| 2018-07-16 | Fix previous. | Carl Hetherington | |
| 2018-07-16 | Test output name tweaks. | Carl Hetherington | |
| 2018-05-23 | Adapt reels_test for 4a8151a. | Carl Hetherington | |
| 2018-02-02 | A number of unit test fixes. | Carl Hetherington | |
| 2017-12-29 | Comment typo. | Carl Hetherington | |
| 2017-12-29 | Use 24fps for a test. | Carl Hetherington | |
| 2017-12-27 | Add another failing reels test. | Carl Hetherington | |
| 2017-07-14 | Fix test for new rounding of video content positions on timeline. | Carl Hetherington | |
| 2017-07-12 | Don't emit black to fill up to a frame that we're not going to emit. | Carl Hetherington | |
| 2017-07-12 | Add some tests; fix failure to make DCP when there is a bit of audio right ↵ | Carl Hetherington | |
| at the end of the film (with no corresponding video). | |||
| 2017-07-11 | Add failing test for reels with audio hanging over the end of the last bit ↵ | Carl Hetherington | |
| of video. | |||
| 2017-06-11 | Fix incorrect audio MXFs when writing multiple reels. | Carl Hetherington | |
| 2017-05-19 | Ensure there are no errors from jobs. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2017-01-04 | Rename Time::round_up to Time::ceil. | Carl Hetherington | |
| 2016-09-21 | Disallow referencing DCPs of different frame rates to the project. | Carl Hetherington | |
| Fix reel calculations of DCPContent under trim. | |||
| 2016-08-12 | Remove all use of stringstream in an attempt to fix | Carl Hetherington | |
| the suspected thread-unsafe crash bugs on OS X. | |||
| 2016-07-16 | Remove unused method. | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
| 2016-02-24 | Remove debug code. | Carl Hetherington | |
| 2016-02-12 | Rename SubRip -> TextSubtitle. | Carl Hetherington | |
| 2015-11-27 | Fix incorrect multi-reel subtitle timings (#760) and add test. | Carl Hetherington | |
| 2015-10-26 | Fix test to reflect the fact that reel lengths are rounded to frame boundaries. | Carl Hetherington | |
| 2015-10-19 | Fix by-video-content reel split when there is content after the last video ↵ | Carl Hetherington | |
| content. | |||
| 2015-10-13 | Some attempts to block referencing of DCPs when it is not possible. | Carl Hetherington | |
