| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-03 | Attempt to fix test idle hacks. | Carl Hetherington | |
| 2015-11-03 | Fix test. | Carl Hetherington | |
| 2015-11-02 | Fix incorrect preview of italic subtitles (#728). | Carl Hetherington | |
| This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported. | |||
| 2015-10-28 | More tweaks to image filename ordering. | Carl Hetherington | |
| 2015-10-26 | Fix test to reflect the fact that reel lengths are rounded to frame boundaries. | Carl Hetherington | |
| 2015-10-26 | Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 ↵ | Carl Hetherington | |
| but only for preview. | |||
| 2015-10-23 | Revert "Avoid decoding other packets when looking for subs." | Carl Hetherington | |
| This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49. It causes corruption in prophet_clip.xml for reasons that are not yet known. | |||
| 2015-10-19 | Fix by-video-content reel split when there is content after the last video ↵ | Carl Hetherington | |
| content. | |||
| 2015-10-19 | Calm logging during tests. | Carl Hetherington | |
| 2015-10-17 | Update test/data. | Carl Hetherington | |
| 2015-10-16 | Avoid decoding other packets when looking for subs. | Carl Hetherington | |
| The "accumulation" of, for example, video data when we are looking for audio data is an *optimisation* to reduce the number of seeks. It should not be necessary for correctness (the output should be right even if we never kept anything except what we were looking for). Doing this accumulation is not always an optimisation; sometimes not doing it is better. Avoiding it when going back for subtitles is one of these cases. | |||
| 2015-10-15 | Use AV_ prefixes on some FFmpeg bits. | Carl Hetherington | |
| 2015-10-14 | Optimise audio filters; tweak order of the LPFs in the upmixers. | Carl Hetherington | |
| 2015-10-13 | Update metadata ref. | Carl Hetherington | |
| 2015-10-13 | Some attempts to block referencing of DCPs when it is not possible. | Carl Hetherington | |
| 2015-10-12 | Rename split-by-video content slightly; fix referencing to multi-reel DCPs. | Carl Hetherington | |
| 2015-10-12 | Implement Film::reels(). | Carl Hetherington | |
| 2015-10-12 | Basics of reel split. | Carl Hetherington | |
| 2015-10-11 | Updated test data for changes to upmixer A. | Carl Hetherington | |
| 2015-10-11 | Remove debug. | Carl Hetherington | |
| 2015-09-30 | Missing include. | Carl Hetherington | |
| 2015-09-26 | Update test/data. | Carl Hetherington | |
| 2015-09-25 | More build fixes. | Carl Hetherington | |
| 2015-09-22 | Use uchardet to guess encoding of subtitle files and reject non-UTF-8. | Carl Hetherington | |
| 2015-09-18 | Add UpmixerB. | Carl Hetherington | |
| 2015-09-16 | Update test/data for metadata change. | Carl Hetherington | |
| 2015-09-16 | Set up OV/VF in name according to whether DCP content has been referenced. | Carl Hetherington | |
| 2015-09-14 | More <iostream> includes for Arch. | Carl Hetherington | |
| 2015-09-14 | Quieten tests a bit. | 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-12 | More subtitle test data fixes. | Carl Hetherington | |
| 2015-09-12 | Add missing files to test/data. | Carl Hetherington | |
| 2015-09-12 | Update test/data for fixes to SMPTE subs. | Carl Hetherington | |
| 2015-09-11 | Fix assertion failure when processors return fewer channels than the DCP has. | Carl Hetherington | |
| 2015-09-10 | Fix erroneous test/data commit. | Carl Hetherington | |
| 2015-09-10 | Bump versionv2.1.61 | Carl Hetherington | |
| 2015-09-09 | Use SRC_LINEAR for speed when analysing audio (#685). | Carl Hetherington | |
| 2015-09-06 | Update test/data for new resampler. | Carl Hetherington | |
| 2015-09-05 | Fix build. | Carl Hetherington | |
| 2015-09-04 | Update test/data. | Carl Hetherington | |
| 2015-09-02 | Add another unit test. | Carl Hetherington | |
| 2015-09-01 | update.{cc,h} -> update_checker.{cc,h}. | Carl Hetherington | |
| 2015-09-01 | Add basic test for client/server with a J2K image. | Carl Hetherington | |
| 2015-08-31 | Remove working file from test/data. | Carl Hetherington | |
| 2015-08-27 | Fix Player::dcp_to_content_video with similar but not equal content/DCP ↵ | Carl Hetherington | |
| frame rates. | |||
| 2015-08-26 | Stop ui_idle() being called loads and loads of times during tests. | Carl Hetherington | |
| 2015-08-26 | Split log.{cc,h}. | Carl Hetherington | |
| 2015-08-26 | Include tidying src/lib/a-j*.h | Carl Hetherington | |
| 2015-08-26 | Move ServerDescription into its own header. | Carl Hetherington | |
| 2015-08-26 | Revert "Fix test to take into account changes to rounding." | Carl Hetherington | |
| This reverts commit 32823e7cc89965bf706fecab13be444e5a2aaa09. | |||
