| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-18 | Fix build problems with warnings generated by newer macOS build environments. | Carl Hetherington | |
| 2025-07-16 | Remove unused content pointer from change signals. | Carl Hetherington | |
| 2025-07-15 | Add Playlist::add_at_end() taking a vector of content. | Carl Hetherington | |
| 2025-07-15 | White space: playlist.{cc,h} | Carl Hetherington | |
| 2024-08-17 | Add option to use relative content paths (#2856). | Carl Hetherington | |
| 2024-04-21 | Rename j2k_bandwidth -> video_bit_rate. | Carl Hetherington | |
| 2024-03-20 | Remove all use of add_child() from xmlpp. | Carl Hetherington | |
| 2023-08-09 | Move ContentSorter out of the header, and use a default constructor. | Carl Hetherington | |
| 2023-02-10 | Clarify comment. | Carl Hetherington | |
| 2022-12-10 | Extract constants.h | Carl Hetherington | |
| 2021-06-13 | Comment fixes. | Carl Hetherington | |
| 2021-02-16 | C++11 tidying. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-06-05 | This AtomicityChecker was introduced a long time ago for reasons | Carl Hetherington | |
| that are unclear. This commit removes it because it was causing a bug whereby the _suspended count on Butler would not go back down to 0 due to signals being blocked by the AtomicityChecker. I can see two possibilities: 1. AtomicityChecker is a band-aid for some deeper problem, in which case other bugs will become apparent. Perhaps it relates to signals being sent before the butler/player/playlist are connected to content. 2. AtomicityChecker was correct but was not identifiying signals from different pieces of content correctly; so the correct fix would be to add the content pointer to the _checker.send() call and block based also on that. | |||
| 2020-01-08 | Naming tweak. | Carl Hetherington | |
| 2020-01-08 | Clean up access to stuff from Film. | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-03-13 | Fix locking of Playlist to protect against access from the GUI thread | Carl Hetherington | |
| and at the same time traces like Butler -> Content::end -> Playlist::active_frame_rate_change. | |||
| 2018-12-14 | swaroop: fix up restart-after-crash.v2.13.84 | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-08-19 | Replace May/Done/NotDone signal sets with one signal and extend | Carl Hetherington | |
| this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass(). | |||
| 2018-08-14 | More fixes for errors / crashes / misbehaviour with content changes | Carl Hetherington | |
| and the butler. Here we signal both before and after a change in content. Before, the player disables itself so that any pass()/seek() will be no-ops. After, the player rebuilds its pieces and the butler re-seeks to get back to where it was before the change. | |||
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-02-27 | Remove some unused code. | Carl Hetherington | |
| 2017-06-23 | Attempts to simplify black-filling logic in Player. | Carl Hetherington | |
| 2017-05-13 | Fill audio in the Player. | Carl Hetherington | |
| 2017-04-30 | Try to improve hint when making a DCP which is not 24 or 48fps. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2017-04-19 | Various work on the audio code. | 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-07-31 | Allow configuration of MXF/XML filenames (part of #710). | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Various text fixes. | Carl Hetherington | |
| 2016-02-24 | An unfortunately large set of timeline-related changes: | Carl Hetherington | |
| - Rename sequence_video to sequence, and sequence subtitle content like we do video content (i.e. adding multiple subtitle contents will result in them sequenced in time rather than overlaid). - Stop doing selection-changed related stuff in ContentPanel if no selection change has actually happened. - Attempt to tidy up event handling in the timeline a bit. | |||
| 2016-01-30 | Add a PlaylistOrderChanged signal and emit it when the playlist | Carl Hetherington | |
| is sorted. Do playlist sorting when content position / length etc. changes. Handle sorts better when comparing content at the same position. | |||
| 2016-01-23 | Fix estimate of required disk space to take referencing | Carl Hetherington | |
| of existing DCPs into account. | |||
| 2015-09-14 | Fix analysis of audio when the subject is later in the playlist than | Carl Hetherington | |
| some other long piece of content. Small optimisation to AudioBuffers to extend size logarithmically. | |||
| 2015-08-26 | Rest of src/lib/*.h tidying. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2014-12-05 | Some include tidying. | Carl Hetherington | |
| 2014-06-26 | Merge master. | Carl Hetherington | |
| 2014-06-24 | Only emit Changed when things are added to or removed from the playlist. | Carl Hetherington | |
| 2014-06-20 | Various subtitle UI tweaks. | Carl Hetherington | |
| 2014-06-12 | Merge master. | Carl Hetherington | |
| 2014-06-05 | Back port active_frame_rate_change stuff from v2, removing specification of ↵ | Carl Hetherington | |
| video frame rate for sndfile sources. | |||
| 2014-05-19 | Use cxml::ConstNodePtr. | Carl Hetherington | |
