| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-04 | Listen for server replies on different ports on main and batch, and get ↵ | Carl Hetherington | |
| servers to send replies to both (#1190). | |||
| 2018-01-16 | In general the player assumes that it won't receive out of order video. | Carl Hetherington | |
| This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976. | |||
| 2017-12-08 | Add M_PI which isn't defined by gcc with std=c++11. | Carl Hetherington | |
| 2017-08-14 | Add DCP size and length to player. | Carl Hetherington | |
| 2017-06-01 | Re-add missing audio mapping in butler for preview. | Carl Hetherington | |
| 2017-05-09 | Simple cover sheet support (#1039). | Carl Hetherington | |
| 2017-02-20 | Be more careful about allowing possibly-trouble-causing characters in DCP ↵ | Carl Hetherington | |
| filenames. | |||
| 2016-12-21 | Make "Add folder..." to accept a directory of WAV files (#942). | Carl Hetherington | |
| 2016-12-16 | Increase maximum allowable KDM file size. | Carl Hetherington | |
| 2016-10-20 | Give a better error if the user tries to load a non-KDM as a DKDM into the ↵ | Carl Hetherington | |
| KDM creator. | |||
| 2016-08-25 | Add channel details to high-audio-level hints (#822). | Carl Hetherington | |
| 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-31 | Allow configuration of MXF/XML filenames (part of #710). | Carl Hetherington | |
| 2016-07-29 | Add reel index/count to DCP filename format. | Carl Hetherington | |
| 2016-06-13 | Rename MD5Digester -> Digester. | Carl Hetherington | |
| 2016-06-09 | Fix some code duplication and crashes when decoding FFmpeg-embedded ASS ↵ | Carl Hetherington | |
| subtitles along the way. | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-03-13 | Ignore empty KDM email addresses (#818). | Carl Hetherington | |
| 2016-03-13 | Accept either , or . for a decimal separator in the gain calculator. | Carl Hetherington | |
| 2015-11-12 | Extend maximum DCP audio channels to 16. | Carl Hetherington | |
| 2015-08-26 | Separate FFmpegSubtitlePeriod. | Carl Hetherington | |
| 2015-08-26 | Rest of src/lib/*.h tidying. | Carl Hetherington | |
| 2015-08-18 | Include tidying. | Carl Hetherington | |
| 2015-08-10 | Set up for the correct handling of UTF-8 with Windows | Carl Hetherington | |
| paths before trying to access the config file. Fixes #654. | |||
| 2015-07-08 | Change the broadcast string so V2 only recognises V2 servers (and vice versa). | Carl Hetherington | |
| 2015-07-01 | Remove some unused methods. | Carl Hetherington | |
| 2015-06-10 | Resurrect neater repeat-write handling. | Carl Hetherington | |
| 2015-06-09 | Subtitle naming fixes. | Carl Hetherington | |
| 2015-06-08 | Adapt for changes to libdcp API. | Carl Hetherington | |
| 2015-05-26 | {Video,Audio}Frame -> Frame. | Carl Hetherington | |
| 2015-05-25 | 3cb5a4c2064d4cf4d8cbdca75a84615a6c56fb7c from master; use j2c_uuid and ↵ | Carl Hetherington | |
| pcm_uuid for picture/sound MXF filenames. | |||
| 2015-05-12 | Assorted image subtitle fixes. | Carl Hetherington | |
| 2015-05-02 | Remove approximate size stuff where playback viewer would round | Carl Hetherington | |
| down to nearest 4 pixels to try and speed up scaling. It didn't work as the two estimates of what would be scaled didn't always agree. It could probably be resurrected. | |||
| 2015-04-21 | Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes. | Carl Hetherington | |
| 2015-03-24 | Hand-apply e30fd8d; resurrect JSON server code. | Carl Hetherington | |
| 2015-02-03 | Move log environment dump stuff out into its own file. | Carl Hetherington | |
| 2015-01-29 | Move Socket to dcpomatic_socket.{cc,h}. | Carl Hetherington | |
| 2015-01-24 | Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵ | Carl Hetherington | |
| digest calculation. | |||
| 2015-01-24 | Hand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d; fix update checker. | Carl Hetherington | |
| 2014-12-22 | Remove some unused code. | Carl Hetherington | |
| 2014-12-22 | Remove POSIX backtraces; move ScopedTemporary into its own file. | Carl Hetherington | |
| 2014-12-20 | Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵ | Carl Hetherington | |
| assert()s with thrown exceptions. | |||
| 2014-12-15 | Hand-apply 155b4b9f615f42b5cc26e2953860aba34b17bbc0; allow build of Windows ↵ | Carl Hetherington | |
| debug version using gdb. | |||
| 2014-12-10 | Trim unused stuff. | Carl Hetherington | |
| 2014-12-05 | Some include tidying. | Carl Hetherington | |
| 2014-11-23 | First cut at J2K import. | Carl Hetherington | |
| 2014-11-13 | Hand-apply 9c251ca3debbf1e529b77ea4d174994ef8b5dd0b from master: | Carl Hetherington | |
| Try to write Windows backtraces to the last-loaded-film's directory. | |||
| 2014-11-06 | Basic support for emailing a report of a problem (#43). | Carl Hetherington | |
| 2014-08-25 | Merge master. | Carl Hetherington | |
| 2014-08-25 | Basic recent files list in the File menu. | Carl Hetherington | |
| Suggested-by: Carsten Kurz | |||
