summaryrefslogtreecommitdiff
path: root/src/lib/player.h
AgeCommit message (Expand)Author
2015-10-26Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 bu...Carl Hetherington
2015-10-22Various multi-reel fixes.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-04Fix subtitle timing under trim.Carl Hetherington
2015-09-16Back-end for very basic and hacky VF support for a DCP imported as content.Carl Hetherington
2015-09-09Use SRC_LINEAR for speed when analysing audio (#685).Carl Hetherington
2015-09-05Don't bother with audio in the film viewer.Carl Hetherington
2015-08-26Rest of src/lib/*.h tidying.Carl Hetherington
2015-07-15Remove unused PlayerStatistics stuff.Carl Hetherington
2015-07-15Fix confusion about what dcp_to_content_audio should be doing.Carl Hetherington
2015-07-14Tests of Player::dcp_to_content_video, content_video_to_dcp andCarl Hetherington
2015-07-01Go back to player having a playlist and not assuming it uses the film's content.Carl Hetherington
2015-06-25Make player decide whether subtitles should be burnt based onCarl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-17Hence Player does not need Playlist.Carl Hetherington
2015-06-17Use Film's ContentChanged rather than Playlist's.Carl Hetherington
2015-06-17Use Film::Changed instead of Playlist::Changed in Player.Carl Hetherington
2015-06-08Fix detection of same-frame to speed up simple encodes (#548).Carl Hetherington
2015-06-02Apply single-processor branch manually; processor is now in Film, not AudioCo...Carl Hetherington
2015-05-26{Video,Audio}Frame -> Frame.Carl Hetherington
2015-05-02Remove approximate size stuff where playback viewer would roundCarl Hetherington
2015-01-19Fix audio analysis; make sure we don't decode video and let it pile up unwanted.Carl Hetherington
2015-01-19Remove unused variable.Carl Hetherington
2014-12-20Basic pass-through of font information when using DCP subtitles.Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-12-03Hand apply a484114b80f21f2f786b6142ad950f5295249673 from master;Carl Hetherington
2014-07-22Warning fixes.Carl Hetherington
2014-07-04Add 'starting' option to subtitles_during().Carl Hetherington
2014-07-02Rearrange Player subtitle handling a bit.Carl Hetherington
2014-07-01Remove FFmpegDecoder minimal_run and care on seeking, as the VideoDecoder/Aud...Carl Hetherington
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-06-13Remove Player::_burn_subtitles; allow subtitles to be burnt onto areas with n...Carl Hetherington
2014-05-20Merge master.Carl Hetherington
2014-05-14Add ImageProxy class.Carl Hetherington
2014-05-14Move Eyes and ColourConversion into PlayerVideoFrame.Carl Hetherington
2014-05-14Rename PlayerImage to PlayerVideoFrame and give it its own file.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-05-01Fix 3D support.Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-27Merge master.Carl Hetherington
2014-04-25Fix subtitle display when the next subtitle is decoded before theCarl Hetherington
2014-04-25Collect player subtitle processing into a Subtitle class.Carl Hetherington
2014-04-25Put Piece class in its own file.Carl Hetherington
2014-04-02Various fixes to FFmpeg decoder, including a couple of tests.Carl Hetherington
2014-04-01Various small fixes.Carl Hetherington
2014-04-01Don't overlap simultaneous video content in the timeline. Fix keep-aligned f...Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington