| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-27 | Change how video timing is done. | Carl Hetherington | |
| This commit changes the approach with video timing. Previously, we would (more-or-less) try to use every video frame from the content in the output, hoping that they come at a constant frame rate. This is not always the case, however. Here we preserve the PTS of video frames, and then when one arrives we output whatever DCP video frames we can (at the regular DCP frame rate). Hopefully this will solve a range of sync problems, but it could also introduce new ones. | |||
| 2022-11-27 | Add operator* for Time and int. | Carl Hetherington | |
| 2022-11-27 | Fix FFmpegExaminer termination condition when there is no video; | Carl Hetherington | |
| it's hard to see how this ever worked. | |||
| 2022-11-27 | Bump ffmpeg to 5.1.2 "Riemann" | Carl Hetherington | |
| 2022-11-27 | Normalise XML attribute names to be camelCase (#2241). | Carl Hetherington | |
| 2022-11-27 | Use 2.18.x subdirectory for configuration. | Carl Hetherington | |
| 2022-11-26 | Supporters update.v2.16.34 | Carl Hetherington | |
| 2022-11-26 | Return AVERROR_EOF from the avio_read method when appropriate. | Carl Hetherington | |
| 2022-11-26 | Fix audio glitches when merging resampled audio (#2373). | Carl Hetherington | |
| 2022-11-26 | Noisy change to get film into AudioContent::modify_trim_start(). | Carl Hetherington | |
| 2022-11-26 | Remove some backwards compatibility that will cause problems in an upcoming ↵ | Carl Hetherington | |
| commit. | |||
| 2022-11-25 | _stream_states must be reset on seek otherwise #2368. | Carl Hetherington | |
| 2022-11-25 | Fix sound corruption with multiple sound files (#2368). | Carl Hetherington | |
| last_push_end would be initialised to the position of the content, meaning that content at (for example) 60s into the project would be treated as the leader, and content much earlier would then be considered finished by the code which checks ignore_streams_behind (as its last push was more then 5s before the leader). This caused audio corruption, shown up by the test here. | |||
| 2022-11-25 | More warning fixes. | Carl Hetherington | |
| 2022-11-25 | More warning fixes. | Carl Hetherington | |
| 2022-11-25 | Fix more warnings. | Carl Hetherington | |
| 2022-11-25 | Fix warnings. | Carl Hetherington | |
| 2022-11-24 | Extract RegionSubtagDialog to its own files. | Carl Hetherington | |
| 2022-11-24 | Extract LanguageSubtagPanel to its own files. | Carl Hetherington | |
| 2022-11-24 | Extract SubtagListCtrl to its own files. | Carl Hetherington | |
| 2022-11-23 | Fix player config window on macOS (#2376). | Carl Hetherington | |
| 2022-11-23 | Fix crash when adding cinemas while a search is in force (#2378). | Carl Hetherington | |
| 2022-11-23 | Cleanup: extract sorted_cinemas(). | Carl Hetherington | |
| 2022-11-23 | Cleanup: const correctness. | Carl Hetherington | |
| 2022-11-23 | Cleanup: add convert_to_lower() and matches_search(). | Carl Hetherington | |
| 2022-11-21 | Fix subtitle vertical position (#2367). | Carl Hetherington | |
| Previously we would not account for the differences in what vertical position means between Interop and SMPTE. For interop, vertical position is the distance from the reference point to the text baseline, whereas for SMPTE it is the distance from the reference point to the top/middle/bottom of the subtitle (depending on the reference). This caused differences between the preview and the DCP for some cases (notably, using SRT/SSA and making Interop DCPs, or converting Interop DCP subs to SMPTE, or vice versa). | |||
| 2022-11-21 | Click on the timeline time axis view moves the playhead (#2369). | Carl Hetherington | |
| 2022-11-21 | Fix TimelineTimeAxisView::bbox() to be correct. | Carl Hetherington | |
| 2022-11-21 | Move y_pos to TimelineView. | Carl Hetherington | |
| 2022-11-21 | Remove unused line. | Carl Hetherington | |
| 2022-11-16 | Supporters update. | Carl Hetherington | |
| 2022-11-15 | Add comment to try to clarify _dcp_content_types a little for translators. | Carl Hetherington | |
| 2022-11-15 | Add David Perrenoud to translators list. | Carl Hetherington | |
| 2022-11-15 | Updated fr_FR translation from David Perrenoud. | David Perrenoud | |
| 2022-11-15 | Improve flushing behaviour when there is a lot of space to fill (#2364). | Carl Hetherington | |
| Previously a call to flush() could result in a lot of audio being emitted from the decoder (if there is a big gap between the end of the audio and the video). This would end up being emitted in one chunk from the player, crashing the audio analyser with an OOM in some cases. | |||
| 2022-11-15 | Clarify one log message and add another. | Carl Hetherington | |
| 2022-11-15 | Add failing test for #2364. | Carl Hetherington | |
| 2022-11-14 | Basic WebVTT subtitle support (#1361). | Carl Hetherington | |
| 2022-11-12 | Cleanup: whitespace. | Carl Hetherington | |
| 2022-11-10 | Fix macOS build. | Carl Hetherington | |
| 2022-11-10 | Fix uninitialised variable. | Carl Hetherington | |
| 2022-11-06 | Fix error message. | Carl Hetherington | |
| 2022-11-06 | Cleanup: J2KEncoder does not need enable_shared_from_this. | Carl Hetherington | |
| 2022-11-06 | Cleanup: Player does not need enable_shared_from_this. | Carl Hetherington | |
| 2022-11-06 | Cleanup: remove unnecessary explicit. | Carl Hetherington | |
| 2022-11-06 | Cleanup: use default value in header. | Carl Hetherington | |
| 2022-11-06 | Cleanup: better variable name. | Carl Hetherington | |
| 2022-11-06 | Extract ImageStore. | Carl Hetherington | |
| 2022-11-06 | Strictly I think we should be putting each component of an image into ↵ | Carl Hetherington | |
| _pending_images. We probably get away with only keeping component 0 but I think that could perhaps lead to use-after-free as the Image for components 1 and 2 could go away a bit before it should. | |||
| 2022-11-04 | Fix build on macOS and Windows. | Carl Hetherington | |
