summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-02-10Fix windows build.Carl Hetherington
2014-02-09Various OOM fixes; fancy terminate() handler.Carl Hetherington
2014-02-09Ignore exceptions from send_to on server-search broadcast.Carl Hetherington
2014-02-09Fix 1 crash on low memory.Carl Hetherington
2014-02-09Sleep for a minute between failed attempts to listen for server replies.Carl Hetherington
2014-02-08Fix exception when seeking with missing content.Carl Hetherington
Reported-by: lukegb
2014-02-07Add basic stuff to build RPMs for Centos.Carl Hetherington
Suggested-by: Manuel Weber
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2014-02-05Updates to it_IT translation from William Fanelli.Carl Hetherington
2014-01-31Fix a few erroneous newlines.Carl Hetherington
2014-01-30Make po and merge.Carl Hetherington
2014-01-29Add subtitle X offset option.Carl Hetherington
Suggested-by: Thierry Journet
2014-01-29Fix typo causing incorrectly timed subtitles when their contentCarl Hetherington
position is non-zero. Reported-by: Thierry Journet
2014-01-28Try to prevent windows machines going to sleep during encodes.Carl Hetherington
2014-01-26ChangeLog and change default JPEG2000 bandwidth to 100MBps.Carl Hetherington
2014-01-26Updated fr_FR translation from Thierry Journet.Carl Hetherington
2014-01-24Try to fix repeatedly-reported exceptions.Carl Hetherington
2014-01-24Delete transcoder after job completes to clear memory for the batch converter.Carl Hetherington
2014-01-23pot/pot-merge.Carl Hetherington
2014-01-21Fix bad A/V sync in some (and maybe lots) of circumstances.Carl Hetherington
2014-01-21Remove duplicate audio/video pts offset variables and use just one.Carl Hetherington
2014-01-19Updated sv_SE translation from Adam Klotblixt.Carl Hetherington
2014-01-15Set interop flags on assets, not just the DCP/CPL's XML.Carl Hetherington
2014-01-14Don't take into account audio decoders with no audio when updating ↵Carl Hetherington
audio_done_up_to, otherwise it will await audio from those decoders that never comes.
2014-01-14Updated de_DE translation from Markus Raab.Carl Hetherington
2014-01-14Untested windows version info in make_dcp log.Carl Hetherington
2014-01-14Scale subtitle times with frame rate change if they are part of a piece of ↵Carl Hetherington
video content.
2014-01-13Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and ↵Carl Hetherington
also tweak 1.19:1 (#306).
2014-01-12Fix recently-introduced crash on double-terminating the Writer thread.Carl Hetherington
2014-01-11Destroy Transcoder when cancelling transcode jobs; this closes the audio MXF ↵Carl Hetherington
so it can be overwritten, even on Windows.
2014-01-10More windows debug.Carl Hetherington
2014-01-10Missing signal of _full_condition mutex.Carl Hetherington
2014-01-10Fix daft mistake in ordering with audio MXF deletion saga.Carl Hetherington
2014-01-10Add a _full_condition to so that ::write() sleeps if there is lots of ↵Carl Hetherington
writing to do already.
2014-01-10Try again to remove anything at audio_mxf_filename.Carl Hetherington
2014-01-09Remove some deprecated FFmpeg stuff.Carl Hetherington
2014-01-09Delete existing audio MXFs before creating new ones, as apparently Windows ↵Carl Hetherington
needs this in some circumstances.
2014-01-09Windows debugging.Carl Hetherington
2014-01-09Fix previous commit.Carl Hetherington
2014-01-09Bump maximum number of frames in memory for high thread counts. Make sure ↵Carl Hetherington
that we push later frames to disk where necessary rather than earlier ones.
2014-01-08Fix previous.Carl Hetherington
2014-01-08Speculative fix for #305; ensure _queue.sort() happens before ↵Carl Hetherington
have_sequenced_image... in all cases (the second call to have_sequenced_image may have been called with an unsorted _queue, especially on quick machines).
2014-01-08Tidy up audio MXF creation slightly.Carl Hetherington
2014-01-07.pot merge.Carl Hetherington
2014-01-07Missing include.Carl Hetherington
2014-01-07More reliable updater wake-up.Carl Hetherington
2014-01-07Various update bits.Carl Hetherington
2014-01-07Basic dialog reporting of manual update checks.Carl Hetherington
2014-01-07Add unfinished check-for-updates. Bump ffmpeg to get windows build fix.Carl Hetherington
2014-01-07Allow moving-still-image sources to have their frame rate specified.Carl Hetherington