summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
AgeCommit message (Expand)Author
2014-09-12Allow separate X and Y scale for subtitles.Carl Hetherington
2014-06-28Fix crash on analysing audio (and possibly DCP creation) with resampledCarl Hetherington
2014-06-05A couple of fixes to hangs when over-trimming content.Carl Hetherington
2014-06-04Back-port v2's rename and slight extension of FrameRateConversion.Carl Hetherington
2014-06-03All audio content should resample if the output frame rate and contentCarl Hetherington
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.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-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-01Don't overlap simultaneous video content in the timeline. Fix keep-aligned f...Carl Hetherington
2014-03-09Fix display of no-scale mode in the player; the image still has to be scaled ...Carl Hetherington
2014-03-04Add support for no-scale of the input video.Carl Hetherington
2014-02-10Fix failure to update player after fix-missing.Carl Hetherington
2014-02-08Fix exception when seeking with missing content.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2014-01-29Add subtitle X offset option.Carl Hetherington
2014-01-29Fix typo causing incorrectly timed subtitles when their contentCarl Hetherington
2014-01-14Don't take into account audio decoders with no audio when updating audio_done...Carl Hetherington
2014-01-14Scale subtitle times with frame rate change if they are part of a piece of vi...Carl Hetherington
2014-01-07Allow moving-still-image sources to have their frame rate specified.Carl Hetherington
2014-01-06Basics of per-channel audio gain.Carl Hetherington
2013-12-30Don't flush audio if Player is not supposed to be playing it.Carl Hetherington
2013-12-18VIDEO_FRAME_TYPE needs to invalidate the player's pieces.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