Tidy up logging a bit. Make it configurable from the GUI.
[dcpomatic.git] / src / lib / player.cc
2014-05-21 Carl HetheringtonTidy up logging a bit. Make it configurable from the...
2014-05-19 Carl HetheringtonMerge delay-decode-take2 branch into master.
2014-05-14 Carl HetheringtonAdd ImageProxy class.
2014-05-14 Carl HetheringtonMove Eyes and ColourConversion into PlayerVideoFrame.
2014-05-14 Carl HetheringtonRename PlayerImage to PlayerVideoFrame and give it...
2014-04-25 Carl HetheringtonFix subtitle display when the next subtitle is decoded...
2014-04-25 Carl HetheringtonCollect player subtitle processing into a Subtitle...
2014-04-25 Carl HetheringtonPut Piece class in its own file.
2014-04-01 Carl HetheringtonDon't overlap simultaneous video content in the timelin...
2014-03-09 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-03-09 Carl HetheringtonFix display of no-scale mode in the player; the image...
2014-03-04 Carl HetheringtonAdd support for no-scale of the input video.
2014-02-10 Carl HetheringtonFix failure to update player after fix-missing.
2014-02-08 Carl HetheringtonFix exception when seeking with missing content.
2014-02-05 Carl HetheringtonMerge.
2014-02-05 Carl HetheringtonFix some coverity-reported stuff.
2014-01-29 Carl HetheringtonAdd subtitle X offset option.
2014-01-29 Carl HetheringtonFix typo causing incorrectly timed subtitles when their...
2014-01-14 Carl HetheringtonDon't take into account audio decoders with no audio...
2014-01-14 Carl HetheringtonScale subtitle times with frame rate change if they...
2014-01-07 Carl HetheringtonAllow moving-still-image sources to have their frame...
2014-01-06 Carl HetheringtonBasics of per-channel audio gain.
2013-12-30 Carl HetheringtonDon't flush audio if Player is not supposed to be playi...
2013-12-18 Carl HetheringtonVIDEO_FRAME_TYPE needs to invalidate the player's pieces.
2013-12-08 Carl HetheringtonSmall cleanup with _have_valid_pieces; don't allow...
2013-12-04 Carl HetheringtonSuspend scale / crop / window / subtitle overlay until...
2013-12-04 Carl HetheringtonDo lots of the player processing with less copying.
2013-11-29 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-29 Carl HetheringtonMerge master.
2013-11-22 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-22 Carl HetheringtonMerge still/moving image classes.
2013-11-14 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-12 Carl HetheringtonFix bad_alloc exception on audio analysis (and probably...
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonSpeculative fix for slow-downs and large memory consump...
2013-11-09 Carl HetheringtonTry to fix crash on drop()ping JobManager. More debugg...
2013-11-09 Carl HetheringtonFix a few memory leaks.
2013-10-29 Carl HetheringtonSeek past trim on setting up player pieces.
2013-10-29 Carl HetheringtonFix audio weirdness when start-trimming.
2013-10-24 Carl HetheringtonSupport repeat of more than one extra frame per source...
2013-10-24 Carl HetheringtonMerge 1.0.
2013-10-22 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dyndns.org/home/carl...
2013-10-22 Carl HetheringtonAllow films to be loaded when content is missing.
2013-10-22 Carl HetheringtonHacks.
2013-10-22 Carl HetheringtonMake repeat a number rather than a bool.
2013-10-17 Carl HetheringtonFix initial display of a new piece of content.
2013-10-16 Carl HetheringtonOptimise the fetch-same-frame case a bit (#196).
2013-10-16 Carl HetheringtonRemove DEBUG_PLAYER stuff.
2013-10-16 Carl HetheringtonNo need to rebuild pieces when only crop or ratio changes.
2013-10-15 Carl HetheringtonAllow no-stretch scaling of video content.
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-08-25 Carl HetheringtonFix build.
2013-08-23 Carl HetheringtonTry to fix problems with odd crop values and YUV.
2013-08-23 Carl HetheringtonTidy up duplicated code.
2013-08-23 Carl HetheringtonFix hang on attempt to emit zero frames of silence.
2013-08-18 Carl HetheringtonTry to make audio gain work again.
2013-08-17 Carl HetheringtonTry to actually use colour conversion; bump libdcp...
2013-08-03 Carl HetheringtonOnly pull audio in pass() if we are handling it.
2013-07-31 Carl HetheringtonTime must be computed post-resample.
2013-07-31 Carl HetheringtonVarious fixes to audio play wrt trimming and push/pull...
2013-07-30 Carl HetheringtonSomewhat untested and sketchy basics of trimming.
2013-07-28 Carl HetheringtonSome missing signal disconnections.
2013-07-27 Carl HetheringtonMore attempts to fix audio / merging etc.
2013-07-27 Carl HetheringtonAdjust AudioMerger to non-signalling API.
2013-07-27 Carl HetheringtonExtract audio merging code from Player.
2013-07-25 Carl HetheringtonBasic if sketchy support for image sequences.
2013-07-25 Carl HetheringtonHopefully much cleaner handling of PTS changes under...
2013-07-25 Carl HetheringtonMove resampling back into AudioDecoder and fix various...
2013-07-25 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-25 Carl HetheringtonAdd comment.
2013-07-24 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-24 Carl HetheringtonTry to clean up resampler output correctly.
2013-07-23 Carl HetheringtonRemove debug.
2013-07-23 Carl HetheringtonRemove some dcp prefixes; better logging of content...
2013-07-23 Carl HetheringtonVarious 3D fixes.
2013-07-22 Carl HetheringtonMerge branch '1.0' into 1.0-3D-take2
2013-07-22 Carl HetheringtonBasics of front-end 3D (as far as viewer, at least).
2013-07-19 Carl HetheringtonSome missing ui_signaller use.
2013-07-19 Carl HetheringtonSpacing tweaks; rename ImageMagick -> StillImage.
2013-07-19 Carl HetheringtonAdd remove option; resize timeline after drags.
2013-07-19 Carl HetheringtonMerge branch '1.0-alt-loop' into 1.0
2013-07-19 Carl HetheringtonRemove old looping method.
2013-07-19 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-18 Carl HetheringtonBasics of making loop do something.
2013-07-18 Carl HetheringtonToken 4K test.
2013-07-17 Carl Hetheringtontabs -> spaces.
2013-07-16 Carl HetheringtonPrevent viewer updates on timeline drag (#175).
2013-07-15 Carl HetheringtonMerge.
2013-07-15 Carl HetheringtonAdd some player tests. Fix seek with content at non...
2013-07-14 Carl HetheringtonDon't decode things if they are not enabled.
2013-07-14 Carl HetheringtonFix piece video_position, player _video_position and...
2013-07-12 Carl HetheringtonRemove unused RGBPlusAlphaImage; merge Image/SimpleImage.
2013-07-12 Carl HetheringtonAdd silence padding test.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonRemove bad attempt at flushing resamplers.
2013-07-11 Carl HetheringtonAdd test for audio delay, and do it in the player rathe...
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonUntested flushing of resamplers.
2013-07-11 Carl HetheringtonPrevent crash when there is no subtitle after there...
2013-07-10 Carl HetheringtonMake subtitles work at least a bit.
next