| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-04 | Bump libdcp to remove some invalid characters from Windows filenames (#2219). | Carl Hetherington | |
| 2022-12-03 | Bump libsub for libdcp dependency removal. | Carl Hetherington | |
| 2022-12-02 | Don't use "NR" in the ISDCF name if there is no rating. | Carl Hetherington | |
| Thierry says this is not used out in the wild, and I can't find any reference to say that it must be there, so remove it. | |||
| 2022-12-02 | Fix stupid mistake in previous commit. | Carl Hetherington | |
| 2022-12-02 | Catch problems when using dcp_file() and getting more than one answer. | Carl Hetherington | |
| 2022-12-02 | Fix unreliable test. | Carl Hetherington | |
| 2022-12-01 | Merge branch '2384-playlist' | Carl Hetherington | |
| Various improvements and fixes to the playlist editor GUI (#2384). | |||
| 2022-12-01 | Double-click on content list adds the content. | Carl Hetherington | |
| 2022-12-01 | Add save button for playlist name. | Carl Hetherington | |
| 2022-12-01 | Extract save_playlist(). | Carl Hetherington | |
| 2022-12-01 | Check for playlist directory on new playlist, rather than save. | Carl Hetherington | |
| 2022-12-01 | Add bind(). | Carl Hetherington | |
| 2022-12-01 | Set Delete button sensitivity correctly. | Carl Hetherington | |
| 2022-12-01 | Extract selected(). | Carl Hetherington | |
| 2022-12-01 | Setup editor sensitivity on startup. | Carl Hetherington | |
| 2022-12-01 | Don't display first playlist on startup. | Carl Hetherington | |
| 2022-12-01 | Save playlist when content is added, moved or removed. | Carl Hetherington | |
| 2022-12-01 | Remove unnecessary non-const operator[]. | Carl Hetherington | |
| 2022-12-01 | Add and use SPL::swap(). | Carl Hetherington | |
| 2022-12-01 | Cleanup: white space. | Carl Hetherington | |
| 2022-12-01 | Generalise the Changed message from SPL. | Carl Hetherington | |
| 2022-12-01 | Escape entities just before Pango rendering (#2382).v2.16.35 | Carl Hetherington | |
| Previously, text coming out of the player would have things like & escaped to &. This escaping is also done by libxml++ when writing XML, so doing it in the player would mean it was done twice. We do, however, need to escape things before passing them to Pango as otherwise it gives errors and renders nothing for the line. Here we move the escaping to just before the rendering, meaning that in the reset of DoM we should pass unescaped strings around. | |||
| 2022-12-01 | Add some failing tests. | Carl Hetherington | |
| 2022-12-01 | Supporters update. | Carl Hetherington | |
| 2022-11-29 | Add default release territory configuration (#2375). | Carl Hetherington | |
| 2022-11-29 | Extract RegionSubtagWidget. | Carl Hetherington | |
| 2022-11-29 | Add some comments. | Carl Hetherington | |
| 2022-11-29 | Add default audio language configuration (#2375). | Carl Hetherington | |
| 2022-11-29 | Remove default container configuration option. | Carl Hetherington | |
| I think this is basically useless now that DoM guesses a good container when the first video is added. It made more sense before we did that. | |||
| 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-26 | Add another test, including a frame rate change. | Carl Hetherington | |
| 2022-11-26 | Give a slightly better error message in a failing test. | Carl Hetherington | |
| 2022-11-26 | Add failing test for #2373. | Carl Hetherington | |
| 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 | Cleanup: use dcp_file(). | Carl Hetherington | |
| 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 | Allow a slightly worrying amount of error so that the Windows tests | Carl Hetherington | |
| that rely on font metrics still pass. | |||
| 2022-11-24 | Bump libdcp for new equality option for subtitles. | 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 | |
