| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-05 | pot/merge. | Carl Hetherington | |
| 2015-10-04 | Fix subtitle timing under trim. | Carl Hetherington | |
| 2015-10-04 | Fix deadlock. | Carl Hetherington | |
| 2015-10-03 | More logs in problem report email. | Carl Hetherington | |
| 2015-10-02 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2015-10-02 | Speculative fix for hangs during Encoder::end(). | Carl Hetherington | |
| I think it's possible that, if an exception is thrown by an Encoder thread during the clear-out loop at the top of Encoder::end, that loop will hang waiting for a notify() on _full_condition that never comes. Fix this by rethrow()ing in this loop and notifying _full_condition if an encoder thread throws an exception. | |||
| 2015-10-01 | Fix erroneous optional dereference. | Carl Hetherington | |
| 2015-09-30 | Remove references to libswresample. | Carl Hetherington | |
| 2015-09-30 | Handle video frame rates and subtitles a bit more correctly. | Carl Hetherington | |
| 2015-09-29 | Make sure we round properly when deciding how many audio frames to discard. | Carl Hetherington | |
| 2015-09-28 | Changes to DCP rate must update player pieces. | Carl Hetherington | |
| Piece contains a copy of the DCP video rate so we need new pieces if this changes. Fixes #699. | |||
| 2015-09-28 | Discard audio that comes out of FFmpeg files before time 0. | Carl Hetherington | |
| 2015-09-28 | Don't take any notice of ._* files when deciding whether a folder contains ↵ | Carl Hetherington | |
| images or a DCP. | |||
| 2015-09-27 | const fix. | Carl Hetherington | |
| 2015-09-27 | Fix error in previous. | Carl Hetherington | |
| 2015-09-26 | Fix problems with subtitles when there is a non-zero PTS offset | Carl Hetherington | |
| in FFmpegDecoder. This offset was not being taken into account for subtitles prior to this commit. | |||
| 2015-09-26 | const fix. | Carl Hetherington | |
| 2015-09-25 | Fix assertion failure with .MTS files. | Carl Hetherington | |
| These files have subs which start but are never officially finished; this means there are no `to' times to find in find_subtitle_to. Cope with this by stopping the previous sub when a new one arrives if there hasn't been a proper "stop" in the mean time. | |||
| 2015-09-25 | Try to fix Windows build. | Carl Hetherington | |
| 2015-09-25 | More build fixes. | Carl Hetherington | |
| 2015-09-25 | Use libicu instead of uchardet and convert subrip files to UTF-8. | Carl Hetherington | |
| 2015-09-25 | Typo in joinable asserts. | Carl Hetherington | |
| 2015-09-24 | assert (joinable) before joining threads. | Carl Hetherington | |
| 2015-09-24 | assert (joinable) before joining threads; fix possible crash after ↵ | Carl Hetherington | |
| cancelling jobs. | |||
| 2015-09-24 | Fix possible null pointer dereference. | Carl Hetherington | |
| 2015-09-23 | Try to fix build. | Carl Hetherington | |
| 2015-09-22 | Use uchardet to guess encoding of subtitle files and reject non-UTF-8. | Carl Hetherington | |
| 2015-09-20 | Slightly hacky fix to make ImageSequenceDialog actually work. | Carl Hetherington | |
| 2015-09-18 | Add UpmixerB. | Carl Hetherington | |
| 2015-09-18 | const fix; header guard. | Carl Hetherington | |
| 2015-09-18 | const fix. | Carl Hetherington | |
| 2015-09-18 | Fix incorrect gain of L+R; it's dB not linear. | Carl Hetherington | |
| 2015-09-18 | Make sure exceptions during local encodes are propagated up to the front end ↵ | Carl Hetherington | |
| (#694). | |||
| 2015-09-18 | Make out-of-memory error message a bit more informative. | Carl Hetherington | |
| 2015-09-16 | Fix exception on adding an empty folder as content (#691). | Carl Hetherington | |
| 2015-09-16 | Config option for default standard (SMPTE / Interop). | Carl Hetherington | |
| 2015-09-16 | Possible fix to problems when the Server is destroyed. | Carl Hetherington | |
| 2015-09-16 | Set up OV/VF in name according to whether DCP content has been referenced. | Carl Hetherington | |
| 2015-09-16 | Front-end to set up referencing of DCPs. | Carl Hetherington | |
| 2015-09-16 | Back-end for very basic and hacky VF support for a DCP imported as content. | Carl Hetherington | |
| 2015-09-15 | Fix failure to display audio analysis in some cases. | Carl Hetherington | |
| Before we were checking existing AnalyseAudioJobs by their audio analysis path, which may change after they have been run since they use up-to-date info such as the Film's processor. e.g. Run audio analysis for content. Enable processor. Re-run analysis for film; now before it would think that the existing job has done the *new* analysis because its path would be the same as the one we now want. | |||
| 2015-09-14 | Lots of #include <iostream>s for Arch. | Carl Hetherington | |
| 2015-09-14 | Attempt to fix Windows build. | Carl Hetherington | |
| 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-09-14 | Some use of BOOST_FOREACH. | Carl Hetherington | |
| 2015-09-14 | Tidy up LOG_ macros. | Carl Hetherington | |
| 2015-09-14 | Optimise checking of existing image data. | Carl Hetherington | |
| When checking existing image data go from the end backwards until a good hash is found rather than from the start forwards until a bad hash is found. This is a lot quicker for long files but may miss a corrupted frame somewhere (however unlikely this is). | |||
| 2015-09-14 | Add frame counter to transcode progress (#111). | Carl Hetherington | |
| 2015-09-14 | Peak value of audio into the audio tab. | Carl Hetherington | |
| 2015-09-14 | Add option to analyse audio automatically when content is added (#673). | Carl Hetherington | |
