summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
AgeCommit message (Expand)Author
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-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-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-20Some small optimisations to player.Carl Hetherington
2013-12-19Don't emit things from player that are turned off.Carl Hetherington
2013-12-18Attempt to move resampling into AudioDecoder.Carl Hetherington
2013-12-18Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-18VIDEO_FRAME_TYPE needs to invalidate the player's pieces.Carl Hetherington
2013-12-18Repeat frames rather than using black for missing frames when we're inside so...Carl Hetherington
2013-12-18Fix seek with respect to video/audio frame boundary alignment.Carl Hetherington
2013-12-18Considerable rework of decoder timing; tests pass, at least.Carl Hetherington
2013-12-13Start of changing frame numbers to time.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-11Various work on better seeking (and seeking of audio).Carl Hetherington
2013-12-08Small cleanup with _have_valid_pieces; don't allow repeat_last_video if we do...Carl Hetherington
2013-12-04Suspend scale / crop / window / subtitle overlay until we decide that a frame...Carl Hetherington
2013-12-04Do lots of the player processing with less copying.Carl Hetherington
2013-11-22Merge still/moving image classes.Carl Hetherington
2013-11-12Fix bad_alloc exception on audio analysis (and probably elsewhere).Carl Hetherington
2013-11-11Speculative fix for slow-downs and large memory consumption.Carl Hetherington
2013-11-09Try to fix crash on drop()ping JobManager. More debugging when resampler fails.Carl Hetherington
2013-11-09Fix a few memory leaks.Carl Hetherington
2013-10-29Seek past trim on setting up player pieces.Carl Hetherington
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