| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-13 | Fix VideoDecoder::get_video() with 3D. | Carl Hetherington | |
| get_video() promises to return all video frames at the given time, but this wasn't working for none-SBS-3D as it would be satisfied when it got the first (left) frame. Adjust get_video() to get all required frames. This showed up bugs in fill_both_eyes, whereby the from parameter was ignored and the wrong things were done in some cases; video_decoder_fill_test.cc tests this stuff. | |||
| 2016-06-13 | Add 3D video frame type for, e.g. 3D DCP inputs (part of #806). | Carl Hetherington | |
| 2016-06-13 | Remove caching of old ImageDecoder objects. | Carl Hetherington | |
| This breaks things when there is a 3D ImageContent. When you change the video frame type on this content the view does not update because the re-used ImageDecoder recycles the same video without noticing that the frame type has changed. I guess this is sort of `because' the video frame type is used in VideoDecoder::give, which sets up the cache. Unfortunately I can't remember the case which the caching of ImageDecoders was meant to speed up. Maybe this will now become apparent. | |||
| 2016-06-13 | Make storage of VideoFrameType robust by using a string in the XML rather ↵ | Carl Hetherington | |
| than a casted enum. | |||
| 2016-06-13 | Use nettle rather then openssl for MD5 digesting. | Carl Hetherington | |
| 2016-06-13 | Rename MD5Digester -> Digester. | Carl Hetherington | |
| 2016-06-10 | Go back to referencing subrip from the top of the frame. | Carl Hetherington | |
| 2016-06-10 | Tweak subrip position. | Carl Hetherington | |
| 2016-06-10 | Fix positioning of SubRip. | Carl Hetherington | |
| 2016-06-10 | Specify a default font size if none comes from libsub. | Carl Hetherington | |
| Use the specified time period rather than looking in the Subtitle. | |||
| 2016-06-10 | Remove some debug code. | Carl Hetherington | |
| 2016-06-10 | Fix thinko. | Carl Hetherington | |
| 2016-06-09 | Fix some code duplication and crashes when decoding FFmpeg-embedded ASS ↵ | Carl Hetherington | |
| subtitles along the way. | |||
| 2016-06-09 | Remove unused code. | Carl Hetherington | |
| 2016-06-09 | Partial work on fixing vertical positioning of subtitles with the new libsub. | Carl Hetherington | |
| 2016-06-07 | Remove some flawed condition manipulation. | Carl Hetherington | |
| I think this stuff is unnecessary as wait() is interruptible by boost::thread::interrupt. Hence instead of setting a flag then signalling the condition we can just do interrupt(), the exception will be thrown and that's that. | |||
| 2016-06-07 | Replace a shared_ptr with a weak_ptr. | Carl Hetherington | |
| 2016-06-07 | Remove unused method. | Carl Hetherington | |
| 2016-06-06 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-06-05 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2016-06-04 | Fix deadlock on examining DCP subtitle content. | Carl Hetherington | |
| 2016-06-04 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-06-03 | Bodge Atmos translations. | Carl Hetherington | |
| 2016-06-03 | pot/merge. | Carl Hetherington | |
| 2016-06-02 | Fix crash when loading old state files. | Carl Hetherington | |
| 2016-06-02 | Remove unused code. | Carl Hetherington | |
| 2016-06-02 | Fix missing content properties when using translations. | Carl Hetherington | |
| 2016-06-02 | Fix build. | Carl Hetherington | |
| 2016-06-02 | Speed up referencing of existing DCPs. | Carl Hetherington | |
| When referring to an existing DCP, assume that the hash in the CPL is correct rather than recalculating it. This can be a big benefit when, for example, referring to an existing picture MXF. | |||
| 2016-06-02 | Fix memory leak. | Carl Hetherington | |
| 2016-06-01 | Use new libdcp reader interface. | Carl Hetherington | |
| 2016-06-01 | Store video frame rate in XML (#883). | Carl Hetherington | |
| 2016-06-01 | Compute offset as we go rather than once every pass(). | Carl Hetherington | |
| 2016-06-01 | Put codec name into the audio mapping view for each stream. | Carl Hetherington | |
| 2016-06-01 | Basics of better audio stream labelling in the audio mapping view (#849). | Carl Hetherington | |
| 2016-06-01 | Fix crash with multiple audio streams. | Carl Hetherington | |
| 2016-06-01 | Updated cs_CZ translation from Tomáš Begeni. | Carl Hetherington | |
| 2016-05-31 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2016-05-31 | Fix some more incomplete strings in the properties dialogue (#874). | Carl Hetherington | |
| 2016-05-31 | Restore some missing stuff to the content properties dialogue. | Carl Hetherington | |
| 2016-05-31 | Fix crash on opening properties for audio-only files. | Carl Hetherington | |
| 2016-05-31 | Remove mention of finding subtitles when examining audio-only content (#882). | Carl Hetherington | |
| 2016-05-29 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2016-05-29 | Restore mysteriously-lost frame rate details in video tab. | Carl Hetherington | |
| 2016-05-29 | Move transcode progress updating. | Carl Hetherington | |
| Do this in the transcoder rather than the writer so that it updates even if video is being referenced. | |||
| 2016-05-27 | Updated uk_UA translation from Igor Voytovich. | Carl Hetherington | |
| 2016-05-27 | Updated ru_RU translation from Igor Voytovich. | Carl Hetherington | |
| 2016-05-26 | Sort return from subtitles_during to fix all-subtitles display in SubtitlePanel. | Carl Hetherington | |
| 2016-05-26 | Pass configured colours / outlining when text subtitles come out of FFmpeg. | Carl Hetherington | |
| 2016-05-26 | Fix slightly inexplicable RGB/BGR confusion; before this the colour of ↵ | Carl Hetherington | |
| subtitles is wrong. | |||
