| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11-13 | Disable YUV->RGB conversion controls with non-YUV sources (#649). | Carl Hetherington | |
| 2015-10-11 | Better progress indication when finding subs (#711). | 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-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-14 | Lots of #include <iostream>s for Arch. | Carl Hetherington | |
| 2015-08-31 | Bail early from subtitle finding if there are no subtitle streams. | Carl Hetherington | |
| 2015-07-29 | Replace Time::frames with Time::frames_round and Time::frames_floor. | Carl Hetherington | |
| I believe both are necessary; doing floor instead of round caused #648. | |||
| 2015-07-16 | float -> double in a few places. | Carl Hetherington | |
| 2015-07-02 | Add bits per pixel to video content properties. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-13 | Try to fix crash. | Carl Hetherington | |
| 2015-06-13 | Update progress bar when finding subtitles in FFmpeg content. | Carl Hetherington | |
| 2015-05-27 | Fix some uninitialised variables. | Carl Hetherington | |
| 2015-05-27 | Untested use of Frame for video/audio content lengths. | Carl Hetherington | |
| 2015-05-13 | Look up unknown subtitle end times from the data prepared by the examiner. | Carl Hetherington | |
| 2015-05-12 | Assorted image subtitle fixes. | Carl Hetherington | |
| 2015-01-23 | Hand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31 from master; improve ↵ | Carl Hetherington | |
| progress reporting when scanning a file for length. | |||
| 2015-01-23 | Hand-apply cb998bee2e70f3426fd95655736deae803efa58e from master; examine a ↵ | Carl Hetherington | |
| whole FFmpeg file if there is no length information in the header. | |||
| 2014-12-03 | Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master; | Carl Hetherington | |
| Basics of an image sequence dialog that asks about frame rate and digest calculation. | |||
| 2014-11-19 | Fix bad default scale when sample aspect ratio is given as 0. | Carl Hetherington | |
| 2014-11-11 | Hand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754 from master (remove ↵ | Carl Hetherington | |
| default scale and use a scale guessed from the content's size and sample aspect ratio). | |||
| 2014-08-23 | Merge master. | Carl Hetherington | |
| 2014-08-23 | Revert use of AVFormatContext::start_time when computing the length | Carl Hetherington | |
| of videos. This appears to be wrong; niclasnornemark at gmail sent a file of about a minute length with a start time of 1h something. | |||
| 2014-08-19 | Use SafeStringStream instead of std::stringstream to try to fix random ↵ | Carl Hetherington | |
| crashes on OS X. | |||
| 2014-07-01 | Add a Type to Time. | Carl Hetherington | |
| 2014-07-01 | Merge master. | Carl Hetherington | |
| 2014-07-01 | while (1) -> while (true) | Carl Hetherington | |
| 2014-06-02 | Merge master. | Carl Hetherington | |
| 2014-05-26 | Account for FFmpeg content start_time being non-zero: | Carl Hetherington | |
| Reported-by: Sumit Guha | |||
| 2014-05-22 | Basics of noting subtitle times in FFmpegSubtitleStreams. | Carl Hetherington | |
| 2014-05-22 | Split FFmpegExaminer stuff into separate methods. | Carl Hetherington | |
| 2014-05-22 | Move FFmpegStream classes into their own source files. | Carl Hetherington | |
| 2014-04-02 | Various fixes to FFmpeg decoder, including a couple of tests. | Carl Hetherington | |
| 2014-03-07 | Remove template from TimedAudioBuffers; a couple of small fixes. | Carl Hetherington | |
| 2014-03-07 | operator bool on Time is a really bad idea; removed it and fixed lots of bugs. | Carl Hetherington | |
| 2014-03-04 | New DCPTime/ContentTime types. | Carl Hetherington | |
| 2014-02-24 | Merge master; specify libdcp-1.0. | Carl Hetherington | |
| 2014-02-21 | Another small clean-up. | Carl Hetherington | |
| 2014-02-11 | Partial hacks to use of libdcp 1.0. | Carl Hetherington | |
| 2014-01-15 | Merge master. | Carl Hetherington | |
| 2014-01-09 | Remove some deprecated FFmpeg stuff. | Carl Hetherington | |
| 2014-01-02 | Rationalise video/audio frame types. | Carl Hetherington | |
| 2013-11-24 | Various joining fixes. | Carl Hetherington | |
| 2013-11-23 | Basics of joining. | Carl Hetherington | |
| 2013-11-20 | Only do long probes of FFmpeg content with the examiner, not the decoder. | Carl Hetherington | |
| 2013-11-10 | Use number of channels rather than 'unknown' for un-named audio streams. | Carl Hetherington | |
| 2013-11-09 | Stop strange things happening with zero-length video files. | Carl Hetherington | |
| 2013-11-09 | Stop strange things happening with zero-length video files. | Carl Hetherington | |
| 2013-07-10 | Fix initial display to be frame 1, not 2. | Carl Hetherington | |
