summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
AgeCommit message (Expand)Author
2013-10-29Fix audio weirdness when start-trimming.Carl Hetherington
2013-10-24Support repeat of more than one extra frame per source frame.Carl Hetherington
2013-10-24Merge 1.0.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-10-22Hacks.Carl Hetherington
2013-10-22Make repeat a number rather than a bool.Carl Hetherington
2013-10-17Fix initial display of a new piece of content.Carl Hetherington
2013-10-16Optimise the fetch-same-frame case a bit (#196).Carl Hetherington
2013-10-16Remove DEBUG_PLAYER stuff.Carl Hetherington
2013-10-16No need to rebuild pieces when only crop or ratio changes.Carl Hetherington
2013-10-15Allow no-stretch scaling of video content.Carl Hetherington
2013-08-25Fix build.Carl Hetherington
2013-08-23Try to fix problems with odd crop values and YUV.Carl Hetherington
2013-08-23Tidy up duplicated code.Carl Hetherington
2013-08-23Fix hang on attempt to emit zero frames of silence.Carl Hetherington
2013-08-18Try to make audio gain work again.Carl Hetherington
2013-08-17Try to actually use colour conversion; bump libdcp in cscript.Carl Hetherington
2013-08-03Only pull audio in pass() if we are handling it.Carl Hetherington
2013-07-31Time must be computed post-resample.Carl Hetherington
2013-07-31Various fixes to audio play wrt trimming and push/pull merger API.Carl Hetherington
2013-07-30Somewhat untested and sketchy basics of trimming.Carl Hetherington
2013-07-28Some missing signal disconnections.Carl Hetherington
2013-07-27More attempts to fix audio / merging etc.Carl Hetherington
2013-07-27Adjust AudioMerger to non-signalling API.Carl Hetherington
2013-07-27Extract audio merging code from Player.Carl Hetherington
2013-07-26Basic if sketchy support for image sequences.Carl Hetherington
2013-07-25Hopefully much cleaner handling of PTS changes under resample.Carl Hetherington
2013-07-25Move resampling back into AudioDecoder and fix various screw-ups with audio i...Carl Hetherington
2013-07-25Add comment.Carl Hetherington
2013-07-24Try to clean up resampler output correctly.Carl Hetherington
2013-07-23Remove debug.Carl Hetherington
2013-07-23Remove some dcp prefixes; better logging of content on DCP creation.Carl Hetherington
2013-07-23Various 3D fixes.Carl Hetherington
2013-07-22Basics of front-end 3D (as far as viewer, at least).Carl Hetherington
2013-07-19Some missing ui_signaller use.Carl Hetherington
2013-07-19Spacing tweaks; rename ImageMagick -> StillImage.Carl Hetherington
2013-07-19Add remove option; resize timeline after drags.Carl Hetherington
2013-07-19Remove old looping method.Carl Hetherington
2013-07-19Basics of making loop do something.Carl Hetherington
2013-07-18Token 4K test.Carl Hetherington
2013-07-17tabs -> spaces.Carl Hetherington
2013-07-16Prevent viewer updates on timeline drag (#175).Carl Hetherington
2013-07-15Add some player tests. Fix seek with content at non-DCP frame rate. A few o...Carl Hetherington
2013-07-14Fix piece video_position, player _video_position and FFmpegDecoder _video_pos...Carl Hetherington
2013-07-12Remove unused RGBPlusAlphaImage; merge Image/SimpleImage.Carl Hetherington
2013-07-12Add silence padding test.Carl Hetherington
2013-07-11Remove bad attempt at flushing resamplers.Carl Hetherington
2013-07-11Add test for audio delay, and do it in the player rather than the decoder.Carl Hetherington
2013-07-11Untested flushing of resamplers.Carl Hetherington
2013-07-11Prevent crash when there is no subtitle after there having been one.Carl Hetherington