| 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-02-27 | Add a load of explicit keywords. | Carl Hetherington | |
| 2018-01-14 | Fix crash when unsetting forced video frame rates in the timing panel. | Carl Hetherington | |
| 2018-01-05 | s/use_template/take_settings_from/g | Carl Hetherington | |
| 2017-05-23 | Add Content::set_paths(). | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-08-24 | Basic template support (#485). | Carl Hetherington | |
| 2016-08-24 | Revert "Bump libdcp for new method." | Carl Hetherington | |
| This reverts commit 3412af70b950dcdc604413ef05c26becda6da789. | |||
| 2016-08-24 | Bump libdcp for new method. | Carl Hetherington | |
| 2016-08-12 | Move raw_convert into libdcp. | Carl Hetherington | |
| 2016-05-31 | Restore some missing stuff to the content properties dialogue. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Move video frame rate ('prepared-for') into Content. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
| 2016-05-18 | Basics of subtitle split. | Carl Hetherington | |
| 2016-05-18 | Reasonably straightforward stuff; main things are adding | Carl Hetherington | |
| a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds. | |||
| 2016-05-18 | Move UserProperty into its own file. | Carl Hetherington | |
| 2016-02-18 | Various improvements to the content properties dialogue (including #791). | Carl Hetherington | |
| 2016-02-17 | White space. | Carl Hetherington | |
| 2016-02-16 | Move reel_split_points from VideoContent to Content. | Carl Hetherington | |
| 2015-11-06 | Clean up a bit by using Content::film() more. | Carl Hetherington | |
| 2015-08-26 | Include tidying src/lib/a-j*.h | Carl Hetherington | |
| 2015-07-14 | Express trims using ContentTime so that they do not change | Carl Hetherington | |
| when DCP frame rate is changed (#637). | |||
| 2015-06-21 | Add more video properties to content properties dialog. | Carl Hetherington | |
| Also implement the whole properties thing more neatly. | |||
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-18 | Comment. | Carl Hetherington | |
| 2015-06-03 | Fix comment typo. | Carl Hetherington | |
| 2015-05-13 | Fix crashes on x-thread signal emission. | Carl Hetherington | |
| Fix crashes on x-thread signal emission if the emitting object is destroyed between the storage of the message on the queue and the emission of the object in the UI thread. | |||
| 2015-01-24 | Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵ | Carl Hetherington | |
| digest calculation. | |||
| 2014-12-23 | Remove unused code. | Carl Hetherington | |
| 2014-12-05 | Some include tidying. | Carl Hetherington | |
| 2014-12-03 | Hand-apply d3bc61f0af33fedf02ac1a28cf91989ee9cd2fb6 from master; | Carl Hetherington | |
| make digest optional. | |||
| 2014-12-03 | Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master; | Carl Hetherington | |
| Basics of an image sequence dialog that asks about frame rate and digest calculation. | |||
| 2014-07-10 | Docs. | Carl Hetherington | |
| 2014-07-09 | Fix DCP name in editor; fix use of DCP entry points. | Carl Hetherington | |
| 2014-06-02 | Merge master. | Carl Hetherington | |
| 2014-05-19 | Use cxml::ConstNodePtr. | Carl Hetherington | |
| 2014-05-02 | Comments. | Carl Hetherington | |
| 2014-03-04 | New DCPTime/ContentTime types. | Carl Hetherington | |
| 2014-02-24 | Merge master; specify libdcp-1.0. | Carl Hetherington | |
| 2014-02-21 | Remove FFmpegStream id accessor. | Carl Hetherington | |
| 2014-01-01 | Remove unused method. | Carl Hetherington | |
| 2013-12-28 | Merge 1.0 | Carl Hetherington | |
| 2013-12-28 | Remove unused Film::content_paths_valid; fix ImageDecoder to throw an ↵ | Carl Hetherington | |
| OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid. | |||
| 2013-12-13 | Time -> DCPTime. | Carl Hetherington | |
| 2013-11-23 | Basics of joining. | Carl Hetherington | |
| 2013-11-23 | Use FileGroup in FFmpeg. | Carl Hetherington | |
| 2013-11-23 | Remove Content::path(), add Content::path_summary(). | Carl Hetherington | |
| 2013-11-22 | Make MovingImageContent use Content::_paths rather than its own _files list. | Carl Hetherington | |
| 2013-11-22 | Content::_path to a vector. | Carl Hetherington | |
