summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-01-03New de_DE translation from Markus RaabCarl Hetherington
2014-01-03Remove uses of boost::system::error_code::message(), which seem to cause the ↵Carl Hetherington
pure virtual method boost::system::error_category::message() to be called in some cases.
2014-01-03Fix _audio_position after seek.Carl Hetherington
2014-01-03Remove uses of boost::system::error_code::message(), which seem to cause the ↵Carl Hetherington
pure virtual method boost::system::error_category::message() to be called in some cases.
2014-01-03Various fix-ups.Carl Hetherington
2014-01-02Rationalise video/audio frame types.Carl Hetherington
2014-01-01Untested basic stats for player.Carl Hetherington
2014-01-01Bump ffmpeg and try to fix small leak with filters.Carl Hetherington
2014-01-01Remove unused method.Carl Hetherington
2014-01-01Catch a couple of exceptions; hopefully fix trimming behaviour.Carl Hetherington
2013-12-31Fix sndfile decoder.Carl Hetherington
2013-12-31Merge 1.0Carl Hetherington
2013-12-30Don't flush audio if Player is not supposed to be playing it.Carl Hetherington
2013-12-30Handle exceptions thrown from ServerFinder.Carl Hetherington
2013-12-30Catch exceptions from Encoder threads.Carl Hetherington
2013-12-30Comment and slightly tidy ExceptionStore.Carl Hetherington
2013-12-29Another attempt to fix clang build.Carl Hetherington
2013-12-29Try to fix clang build.Carl Hetherington
2013-12-29Fix crash when processing audio before time 0.Carl Hetherington
2013-12-29Fix playback after start trim.Carl Hetherington
2013-12-29Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-29Fix previous.Carl Hetherington
2013-12-29Fix a number of missing fopen_boost replacements; might fix problems with ↵Carl Hetherington
adding content from non-Latin directories.
2013-12-28Fix typo breaking remote encoding.Carl Hetherington
2013-12-28Merge 1.0Carl Hetherington
2013-12-28Remove unused Film::content_paths_valid; fix ImageDecoder to throw an ↵Carl Hetherington
OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid.
2013-12-28Fix termination of decodes.Carl Hetherington
2013-12-27Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-27Add setup of progression order change (POC) in J2K for 4K (from OpenDCP).Carl Hetherington
2013-12-26Fix DCP building with subs.Carl Hetherington
2013-12-26Improve seek speed.Carl Hetherington
2013-12-26Fix subtitle position.Carl Hetherington
2013-12-26More transport tidying up.Carl Hetherington
2013-12-24Tidy up playback slightly.Carl Hetherington
2013-12-24Some fixes to playback of drop-frame content.Carl Hetherington
2013-12-24Merge 1.0 and some subtitling fixes.Carl Hetherington
2013-12-24Merge 1.0.Carl Hetherington
2013-12-23A couple of potential fixes for 4K.Carl Hetherington
2013-12-23Missing files.Carl Hetherington
2013-12-23Move default config options into their own tab; support user/password for ↵Carl Hetherington
SMTP TLS/SSL.
2013-12-23Add start/end time option to KDM email.Carl Hetherington
2013-12-23Add top/bottom option for 3D frames.Carl Hetherington
2013-12-22Various fixes to film viewer.Carl Hetherington
2013-12-22Fix play of 3D.Carl Hetherington
2013-12-22Various test / seek fixes.Carl Hetherington
2013-12-21Add some more tests; improve seeking.Carl Hetherington
2013-12-20Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-20Allow configuration of default audio delay (#276).Carl Hetherington
2013-12-20Attempt to fix OS X build on Mavericks.Carl Hetherington
2013-12-20Some small optimisations to player.Carl Hetherington