Merge master branch.
[dcpomatic.git] / src / lib / util.cc
2013-01-23 Carl HetheringtonMerge master branch.
2013-01-23 Carl HetheringtonRemove multi-reel, for now, and sort out Size vs libdcp...
2013-01-17 Carl HetheringtonMerge writer-thread with original which was time-cleanup.
2013-01-17 Carl HetheringtonTry to tidy up frame indexing; use DCP length obtained...
2013-01-16 Carl HetheringtonAdd some tests and hopefully clarify the DCPFrameRate...
2013-01-16 Carl HetheringtonGive DCPFrameRate a constructor. Add repeat member...
2013-01-13 Carl HetheringtonPut CPU info into log, on POSIX at least.
2013-01-07 Carl HetheringtonFix heinous thinko in dcp_audio_channels.
2013-01-06 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-01-06 Carl HetheringtonTry to put mono sound tracks on the centre speaker.
2012-12-22 Carl HetheringtonAdd -Wextra and fix the warnings.
2012-12-21 Carl HetheringtonMerge branch 'video-player' of ssh://houllier/home...
2012-12-21 Carl HetheringtonFix crash from previous commit; clear viewer image...
2012-12-19 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonMerge branch 'master' into video-player
2012-12-16 Carl HetheringtonTry again to sort out image alignment a bit.
2012-12-04 Carl HetheringtonMerge master.
2012-12-04 Carl HetheringtonMerge branch 'dead-wood'
2012-12-03 Carl HetheringtonRemove film player, DVD ripping, alignment, screen...
2012-11-19 Carl HetheringtonRemove unused Processor::process_begin; some docs.
2012-11-18 Carl HetheringtonFix mis-alignment of copied AlignedImages; add some...
2012-11-17 Carl HetheringtonAnother attempt to do external audio moderately nicely.
2012-11-15 Carl HetheringtonUntested external audio support; AB transcodes still...
2012-11-14 Carl HetheringtonUse ImageMagick for tiff decoding too.
2012-11-14 Carl HetheringtonTests pass again.
2012-11-05 Carl HetheringtonMove trimming into the encoder; seems to be cleaner.
2012-11-04 Carl HetheringtonFix various bugs.
2012-11-04 Carl HetheringtonFix merge; other tweaks.
2012-11-04 Carl HetheringtonDo the delay line in floats with an AudioBuffer.
2012-11-04 Carl HetheringtonMerge master.
2012-11-04 Carl HetheringtonSkip every other frame with 50fps sources.
2012-10-27 Carl HetheringtonTry to separate out filter graph code and use a differe...
2012-10-24 Carl HetheringtonMerge FilmState / Film.
2012-10-22 Carl HetheringtonTry again to sort out the audio padding / alignment.
2012-10-22 Carl HetheringtonFix crash on using delay; fix x-thread GUI access cause...
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonRework audio to deinterleave straight away and pass...
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonStuff.
2012-10-17 Carl HetheringtonWindows apparently has Rectangle in the global namespace.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonNo-op; comments.
2012-10-16 Carl HetheringtonFix int/float confusion.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonTry to make client/server communications a little more...
2012-10-15 Carl HetheringtonFactor out key-value code.
2012-10-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-15 Carl HetheringtonSome work on DCI naming. Clean up compacted / aligned...
2012-10-14 Carl HetheringtonMerge branch 'subs'
2012-10-14 Carl HetheringtonRound image line sizes up to 32. Seems to help with...
2012-10-10 Carl HetheringtonThumbs sort of have subs.
2012-09-28 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-09-24 Carl HetheringtonUse openssl for all MD5-ing.
2012-09-24 Carl HetheringtonRemove long-since disused hash debugging.
2012-09-24 Carl HetheringtonSome doxygen documentation improvements.
2012-09-23 Carl HetheringtonFix merge.
2012-09-23 Carl HetheringtonTidy up naming.
2012-09-23 Carl HetheringtonUse io_service per thread.
2012-09-23 Carl HetheringtonFix up basic test to work.
2012-09-23 Carl HetheringtonFix merge of master.
2012-09-23 Carl HetheringtonRemove erroneous bit of stuff.
2012-09-23 Carl HetheringtonUntested first cut.
2012-09-23 Carl HetheringtonCommand-line option to specify servomatic_cli threads.
2012-08-02 Carl HetheringtonA bit of tidying up; don't build player ever for now...
2012-07-31 Carl HetheringtonBasic support for calculating audio gains based on...
2012-07-27 Carl HetheringtonUse a Crop struct and use it to speed up cropping a...
2012-07-27 Carl HetheringtonA couple of unnecessary includes.
2012-07-27 Carl HetheringtonCompiles.
2012-07-26 Carl HetheringtonImplemented but faulty.
2012-07-25 Carl HetheringtonSome vague sort of progress.
2012-07-22 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2012-07-22 Carl HetheringtonUse MD5 digest of content file as part of the J2C direc...
2012-07-22 Carl HetheringtonMerge.
2012-07-22 Carl HetheringtonNo networking on windows yet.
2012-07-21 Carl HetheringtonAdd versioning; tweak libdcp version reporting; make...
2012-07-20 Carl HetheringtonMerge branch 'own-mxf' of /home/carl/git/dvdomatic...
2012-07-19 Carl Hetherington#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.
2012-07-17 Carl HetheringtonUse libdcp.
2012-07-14 Carl HetheringtonMove things round a bit.