| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-08-09 | Properly remove JSON server; remove some unused usings; remove some ↵ | Carl Hetherington | |
| unnecessary uses of stringstream. | |||
| 2014-06-27 | Fix confusion about subtitle codec pointers. | Carl Hetherington | |
| 2014-05-22 | Basics of noting subtitle times in FFmpegSubtitleStreams. | Carl Hetherington | |
| 2014-05-22 | Correctly close all codecs, I think. | Carl Hetherington | |
| 2014-05-22 | Set up all FFmpeg decoders in one method. | Carl Hetherington | |
| 2014-05-22 | Move FFmpegStream classes into their own source files. | Carl Hetherington | |
| 2014-05-16 | Merge master. | Carl Hetherington | |
| 2014-05-12 | Fix crash caused by previous change; doubles are expressed using scientific ↵ | Carl Hetherington | |
| notation by default, so avoid them where possible. | |||
| 2014-05-12 | Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert, | Carl Hetherington | |
| which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones. | |||
| 2014-05-02 | Revert "Hack around crash on exist of tests due to race between ~FFmpeg and ↵ | Carl Hetherington | |
| __cxa_finalize." This reverts commit fde38b664c98205dd4fe3721b125469d5dd2ecbe. | |||
| 2014-05-02 | Hack around crash on exist of tests due to race between ~FFmpeg and ↵ | Carl Hetherington | |
| __cxa_finalize. | |||
| 2014-03-21 | Mostly-merge master. | Carl Hetherington | |
| 2014-03-18 | Tentative support for 3D from alternate frames. | Carl Hetherington | |
| Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello | |||
| 2014-02-11 | Merge master. | Carl Hetherington | |
| 2014-02-09 | Fix 1 crash on low memory. | Carl Hetherington | |
| 2014-02-05 | Fix some coverity-reported stuff. | Carl Hetherington | |
| 2014-01-09 | Remove some deprecated FFmpeg stuff. | Carl Hetherington | |
| 2014-01-01 | Bump ffmpeg and try to fix small leak with filters. | Carl Hetherington | |
| 2013-12-11 | Various work on better seeking (and seeking of audio). | Carl Hetherington | |
| 2013-12-02 | Fix problems with FFmpeg files that have all-zero stream IDs. | Carl Hetherington | |
| 2013-11-24 | Various joining fixes. | Carl Hetherington | |
| 2013-11-23 | Tidy up a bit. | Carl Hetherington | |
| 2013-11-23 | Use FileGroup in FFmpeg. | Carl Hetherington | |
| 2013-11-23 | Remove Content::path(), add Content::path_summary(). | Carl Hetherington | |
| 2013-11-20 | Only do long probes of FFmpeg content with the examiner, not the decoder. | Carl Hetherington | |
| 2013-11-19 | Increase probe duration for FFmpeg content so that there is more chance of ↵ | Carl Hetherington | |
| all streams being found in MPEG files. | |||
| 2013-11-09 | Drop JobManager on cli-exit for valgrind; use avcodec_free_frame rather than ↵ | Carl Hetherington | |
| av_free. | |||
| 2013-07-24 | Rename Content::_file to path and support md5sums of directories. | Carl Hetherington | |
| 2013-07-10 | Fix initial display to be frame 1, not 2. | Carl Hetherington | |
| 2013-06-25 | Basics of FFmpeg examiner works. | Carl Hetherington | |
| 2013-06-21 | Split examiner parts off decoder. | Carl Hetherington | |
