summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-10Disable the timeline button when there is no content.Carl Hetherington
2014-06-10Fix crash when opening the timeline window with no content (#369).Carl Hetherington
Reported-by: Corvo
2014-06-10Merge master.Carl Hetherington
2014-06-10Fix server/client with non-RGB24 images.Carl Hetherington
2014-06-10Add test for YUV images encoded by servers.Carl Hetherington
2014-06-10Report CLI server errors to stderr as well as the log.Carl Hetherington
2014-06-10Supporter.Carl Hetherington
2014-06-09Bump versionCarl Hetherington
2014-06-09Bump versionCarl Hetherington
2014-06-09Use a SpinCtrlDouble for audio gain, and change its representationCarl Hetherington
from float to double. Requested-by: Mattias Mattsson
2014-06-09Emit 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-09More hacks for ubuntu 12.04 build.Carl Hetherington
2014-06-09Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2014-06-09Try to fix Ubuntu 12.04 build to use boost 1.48.Carl Hetherington
2014-06-09Bump versionCarl Hetherington
2014-06-09Bump versionCarl Hetherington
2014-06-09Fix corrupted still image sources in some cases.Carl Hetherington
2014-06-06Bump versionCarl Hetherington
2014-06-06Bump versionCarl Hetherington
2014-06-06Remove erroneous files.Carl Hetherington
2014-06-06Fix spacing of help text.Carl Hetherington
2014-06-06Fix warning.Carl Hetherington
2014-06-06Attempted OS X build fix.Carl Hetherington
2014-06-05A couple of fixes to hangs when over-trimming content.Carl Hetherington
2014-06-05Fix audio_sampling_rate_test.Carl Hetherington
2014-06-05Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2014-06-05Fix erroneous video position after seek.Carl Hetherington
2014-06-05Update colour conversion test digests for modifications to ↵Carl Hetherington
ColourConversion::digest().
2014-06-05Bump versionCarl Hetherington
2014-06-05Bump versionCarl Hetherington
2014-06-05Add valgrind supressions file.Carl Hetherington
2014-06-05Use Magick::Image::write rather than a hand-made loop; much faster.Carl Hetherington
2014-06-05Back port active_frame_rate_change stuff from v2, removing specification of ↵Carl Hetherington
video frame rate for sndfile sources.
2014-06-05A few small fixes.Carl Hetherington
2014-06-04Fix crash due to lack of signal disconnection.Carl Hetherington
2014-06-04Back-port v2's rename and slight extension of FrameRateConversion.Carl Hetherington
2014-06-04Add log analyser script.Carl Hetherington
2014-06-03Bump versionCarl Hetherington
2014-06-03Bump versionCarl Hetherington
2014-06-03All audio content should resample if the output frame rate and contentCarl 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-03Bump versionCarl Hetherington
2014-06-03Bump versionCarl Hetherington
2014-06-03Update audio plot window when audio mapping is changed.Carl Hetherington
2014-06-03Tweak backtrace file for Windows.Carl Hetherington
2014-06-03Change the -3dB preset to -6dB since we are dealing with amplitude, not power.Carl Hetherington
2014-06-03Include audio mapping in the digest used to distinguish differentCarl Hetherington
audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm
2014-06-03Bump versionCarl Hetherington
2014-06-03Bump versionCarl Hetherington
2014-06-03Use suppressions with valgrind.Carl Hetherington
2014-06-02Expand the over-allocation of image buffers to 32 bytes to attempt to avoid ↵Carl Hetherington
bad reads by swscale.