| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-26 | Ignore FFmpeg warnings in a nicer way. | Carl Hetherington | |
| 2020-04-16 | Some missing checks for allocation failures. | Carl Hetherington | |
| 2019-12-20 | Remove our forcing of analyzeduration and probesize as they seem to | Carl Hetherington | |
| cause weird problems when scanning some files. The unit test case added here is a case in point: before this patch one stream reported an incorrect channel count and sample rate. It's a bit worrying as these parameters have been in DoM for many years, but perhaps they have become unnecessary / harmful with changes to FFmpeg. | |||
| 2019-09-29 | Improve OpenFileError so that it doesn't say "opening for read"v2.15.20 | Carl Hetherington | |
| in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter. | |||
| 2019-07-22 | Ignore video streams with frame rates over 1000 (work-around/fix for #1585). | Carl Hetherington | |
| 2019-05-14 | Non-swaroop build fixes.v2.15.4 | Carl Hetherington | |
| 2019-05-13 | swaroop: basics of encrypted MP4 playback. | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-02-27 | Speculative fix for FFmpeg files containing references to other files. | Carl Hetherington | |
| 2018-11-21 | Tidy and fix logging. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-10-19 | Add decryption support.v2.13.63 | Carl Hetherington | |
| 2018-02-27 | Remove some unused code. | Carl Hetherington | |
| 2018-02-01 | Don't select video streams for which we have no codec; warn in log about ↵ | Carl Hetherington | |
| streams with no codec (#1184). | |||
| 2017-05-10 | Put av_register_all() in the right place. | Carl Hetherington | |
| 2017-01-04 | Rename Time::round_up to Time::ceil. | Carl Hetherington | |
| 2016-10-04 | Fix subtitle_id to work with _TEXT and _ASS subtitles (fixes #969). | Carl Hetherington | |
| 2016-08-21 | Even better open-file error reports. | Carl Hetherington | |
| 2016-08-18 | Better errors on open fails; remove unused exception. | Carl Hetherington | |
| 2016-08-12 | Move raw_convert into libdcp. | Carl Hetherington | |
| 2016-07-28 | Some more fixes missing from 2704fe5. | Carl Hetherington | |
| 2016-07-08 | Use strict-experimental with AVCodec to allow import of some DNxHR files. | Carl Hetherington | |
| 2016-06-13 | Rename MD5Digester -> Digester. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Partial work on using a no-video FFmpeg file. | Carl Hetherington | |
| 2016-05-18 | Use optional<> for _video_stream. | Carl Hetherington | |
| 2016-05-04 | Allow build with the Ubuntu 16.04 version of FFmpeg. | Carl Hetherington | |
| 2016-03-08 | Bump ffmpeg to master somewhere post 3.0. | Carl Hetherington | |
| 2016-03-01 | Stop erroneous addition of text subtitles to the lists (when | Carl Hetherington | |
| an image subtitle is completed with a rect count of zero) which subsequently cause hangs while the decoder looks for these phantom text subtitles. Fixes #812. | |||
| 2016-02-15 | Support SSA subtitles embedded within FFmpeg files. | Carl Hetherington | |
| 2016-02-01 | Remove unnecessary subtitle digest components. | Carl Hetherington | |
| 2016-02-01 | Subtitle "to" times used to be stored against their "from" times. | Carl Hetherington | |
| Sadly an example shows that from times are not unique. This patch uses a hash of stuff from the first AVSubtitle as the key. | |||
| 2015-10-09 | Logging improvements to allow prettier displays in the server GUI. | Carl Hetherington | |
| 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-14 | Lots of #include <iostream>s for Arch. | Carl Hetherington | |
| 2015-08-26 | Separate FFmpegSubtitlePeriod. | Carl Hetherington | |
| 2015-08-18 | Include tidying. | Carl Hetherington | |
| 2015-07-13 | Remove out-of-date comment. | Carl Hetherington | |
| 2015-06-30 | Write FFmpeg log output to our log file. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-11 | Fix audio analyis hang with duplicate stream IDs (#598). | Carl Hetherington | |
| There was existing code to work around the case when FFmpeg files have all-zero stream IDs. Extend this to cope with duplicate stream IDs, as these have been seen in the wild. | |||
| 2015-06-02 | Handle multiple audio streams in a single piece of content | Carl Hetherington | |
| in a similar way to the V1 patch. | |||
| 2015-05-23 | 6ebdd1b08ec3156c637db59d6a42efc8fa63ab8f from master; fix failure to import ↵ | Carl Hetherington | |
| some video MXFs (#566). | |||
| 2015-04-16 | Add our own raw_convert that uses SafeStringStream. | Carl Hetherington | |
| 2014-12-09 | Forward-port DCA footer fix from master. | Carl Hetherington | |
| 2014-10-22 | Merge master. | Carl Hetherington | |
| 2014-10-22 | Ignore video streams with zero avg_frame_rate in their AVStream (e.g. from ↵ | Carl Hetherington | |
| iTunes). | |||
| 2014-08-11 | Merge master. | Carl Hetherington | |
