| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-21 | Some missing i18n markup. Add S_ macro to allow contextual translations. ↵ | Carl Hetherington | |
| Add updates to de_DE from Carsten Kurz. Merge pot files. | |||
| 2014-06-20 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| Signed-off-by: Thierry Journet | |||
| 2014-06-20 | pot_merge. | Carl Hetherington | |
| 2014-06-20 | Updates to de_DE translation from Carsten Kurz | Carl Hetherington | |
| Signed-off-by: Carsten Kurz | |||
| 2014-06-18 | Fix awful thinko causing Playlist::active_frame_rate_change to return the ↵ | Carl Hetherington | |
| wrong thing sometimes. | |||
| 2014-06-12 | Add "scale to fit height/width" options to a new Content menu. | Carl Hetherington | |
| Requested-by: Johan Malmsten | |||
| 2014-06-12 | Incorporate Film::_with_subtitles in the Film::video_identifier | Carl Hetherington | |
| Reported-by: Matthias Damm | |||
| 2014-06-11 | Don't specify internal aspect ratio in the ISDCF name for trailers, as per | Carl Hetherington | |
| http://digitalcinemanamingconvention.com/appendix_7.asp Reported-by: Ivan Pullman | |||
| 2014-06-10 | Support ISDCF naming convention version 9. | Carl Hetherington | |
| Reported-by: Elia Orselli | |||
| 2014-06-10 | Use ISDCF rather than DCI when talking about the digital cinema | Carl Hetherington | |
| naming convention (#362). Reported-by: Mattias Mattsson | |||
| 2014-06-10 | Fix server/client with non-RGB24 images. | Carl Hetherington | |
| 2014-06-10 | Report CLI server errors to stderr as well as the log. | Carl Hetherington | |
| 2014-06-09 | Use a SpinCtrlDouble for audio gain, and change its representation | Carl Hetherington | |
| from float to double. Requested-by: Mattias Mattsson | |||
| 2014-06-09 | Emit the large bits of pointless silence which are the cause of #252 in ↵ | Carl Hetherington | |
| half-second chunks, which at least fixes the out-of-memory condition. | |||
| 2014-06-09 | Fix corrupted still image sources in some cases. | Carl Hetherington | |
| 2014-06-06 | Fix warning. | Carl Hetherington | |
| 2014-06-06 | Attempted OS X build fix. | Carl Hetherington | |
| 2014-06-05 | A couple of fixes to hangs when over-trimming content. | Carl Hetherington | |
| 2014-06-05 | Fix erroneous video position after seek. | Carl Hetherington | |
| 2014-06-05 | Use Magick::Image::write rather than a hand-made loop; much faster. | Carl Hetherington | |
| 2014-06-05 | Back port active_frame_rate_change stuff from v2, removing specification of ↵ | Carl Hetherington | |
| video frame rate for sndfile sources. | |||
| 2014-06-04 | Fix crash due to lack of signal disconnection. | Carl Hetherington | |
| 2014-06-04 | Back-port v2's rename and slight extension of FrameRateConversion. | Carl Hetherington | |
| 2014-06-03 | All audio content should resample if the output frame rate and content | Carl Hetherington | |
| frame rates differ; make Sndfile sources use the video-frame-rate-based calculation for output frame rate (like FFmpeg sources do). Also, fix small problems when flushing Resamplers used to get fed back to Resamplers again. | |||
| 2014-06-03 | Tweak backtrace file for Windows. | Carl Hetherington | |
| 2014-06-03 | Include audio mapping in the digest used to distinguish different | Carl Hetherington | |
| audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm | |||
| 2014-06-02 | Expand the over-allocation of image buffers to 32 bytes to attempt to avoid ↵ | Carl Hetherington | |
| bad reads by swscale. | |||
| 2014-05-28 | Modify KDM generation to work with CPLs rather than DCPs, and allow | Carl Hetherington | |
| user to specify a particular CPL to use. Tidy up the KDM dialog a bit. | |||
| 2014-05-26 | Account for FFmpeg content start_time being non-zero: | Carl Hetherington | |
| Reported-by: Sumit Guha | |||
| 2014-05-25 | More logging tweaks; missing noncopyable. | Carl Hetherington | |
| 2014-05-25 | Logging tweaks. | Carl Hetherington | |
| 2014-05-24 | Rely on Config for log settings, not the command line. | Carl Hetherington | |
| 2014-05-23 | Tweak logging a bit. | Carl Hetherington | |
| 2014-05-22 | More Windows fixes. | Carl Hetherington | |
| 2014-05-22 | Windows build fix. | Carl Hetherington | |
| 2014-05-21 | Try to fix clashes caused by ERROR, WARNING etc. as variables. | Carl Hetherington | |
| 2014-05-21 | Tidy up logging a bit. Make it configurable from the GUI. | Carl Hetherington | |
| 2014-05-21 | Add some timing logs to image_proxy. | Carl Hetherington | |
| 2014-05-19 | Merge delay-decode-take2 branch into master. | Carl Hetherington | |
| 2014-05-15 | Add some comments. | Carl Hetherington | |
| 2014-05-14 | Add ImageProxy class. | Carl Hetherington | |
| 2014-05-14 | Make DCPVideoFrame use PlayerVideoFrame to store its image. | Carl Hetherington | |
| 2014-05-14 | Move Eyes and ColourConversion into PlayerVideoFrame. | Carl Hetherington | |
| 2014-05-14 | Rename PlayerImage to PlayerVideoFrame and give it its own file. | Carl Hetherington | |
| 2014-05-12 | Add option to use any DCP frame rate, rather than just the | Carl Hetherington | |
| "allowed" set. Requested-by: Noah Orozco | |||
| 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-10 | Fix setup of the libswresample context to work with high channel | Carl Hetherington | |
| counts. Reported-by: Sumit | |||
| 2014-05-09 | Fix crash on using content with more than 12 audio channels. | Carl Hetherington | |
| Reported-by: Sumit | |||
| 2014-05-09 | MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS. | Carl Hetherington | |
