summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-06-23Merge master.Carl Hetherington
2014-06-23pot merge.Carl Hetherington
2014-06-23Add option to CC a KDM email, and addCarl Hetherington
$SCREENS and $CINEMA_NAME as variables in the email. Suggested-by: Carsten Kurz
2014-06-22Reset-to-default button for KDM email text.Carl Hetherington
Suggested-by: Carsten Kurz
2014-06-22Merge master.Carl Hetherington
2014-06-22Fix large memory leak with image sources.Carl Hetherington
Reported-by: Ivan Pullman
2014-06-22Merge master.Carl Hetherington
2014-06-21Some 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-20Updated fr_FR translation from Thierry Journet.Carl Hetherington
Signed-off-by: Thierry Journet
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-06-20Put times in subtitle view.Carl Hetherington
2014-06-20Add timecode methods to TimeCarl Hetherington
2014-06-20pot_merge.Carl Hetherington
2014-06-20Updates to de_DE translation from Carsten KurzCarl Hetherington
Signed-off-by: Carsten Kurz
2014-06-20Fix small .srt parsing bug; add a test.Carl Hetherington
2014-06-20Don't allow _decoded_audio to grow to very large sizes during seek.Carl Hetherington
2014-06-20Merge master; fix destruction of Server; some test cleanups.Carl Hetherington
2014-06-18Forward-port thinko fix from v1.Carl Hetherington
2014-06-18Fix awful thinko causing Playlist::active_frame_rate_change to return the ↵Carl Hetherington
wrong thing sometimes.
2014-06-13Add some operators.Carl Hetherington
2014-06-13Remove Player::_burn_subtitles; allow subtitles to be burnt onto areas with ↵Carl Hetherington
no video content.
2014-06-13Various fixes to alpha blending for pre-multipled alpha (as Cairo uses). ↵Carl Hetherington
Fix merge() to work with non-zero positions. Optimise merge() to return a single image straight away if only one is passed in.
2014-06-12Remove debug code.Carl Hetherington
2014-06-12Fix subrip subtitles a little.Carl Hetherington
2014-06-12Merge mistake.Carl Hetherington
2014-06-12Copyright year.Carl Hetherington
2014-06-12Swap deprecated FFmpeg call.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-12Add "scale to fit height/width" options to a new Content menu.Carl Hetherington
Requested-by: Johan Malmsten
2014-06-12Incorporate Film::_with_subtitles in the Film::video_identifierCarl Hetherington
Reported-by: Matthias Damm
2014-06-11Don't specify internal aspect ratio in the ISDCF name for trailers, as perCarl Hetherington
http://digitalcinemanamingconvention.com/appendix_7.asp Reported-by: Ivan Pullman
2014-06-10Support ISDCF naming convention version 9.Carl Hetherington
Reported-by: Elia Orselli
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
naming convention (#362). Reported-by: Mattias Mattsson
2014-06-10Fix server/client with non-RGB24 images.Carl Hetherington
2014-06-10Report CLI server errors to stderr as well as the log.Carl 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-09Fix corrupted still image sources in some cases.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 erroneous video position after seek.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-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-04Merge master.Carl 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-03Tweak backtrace file for Windows.Carl Hetherington