Merge master.
[dcpomatic.git] / src / lib / player.cc
2014-02-04 Carl HetheringtonMerge master.
2014-01-29 Carl HetheringtonAdd subtitle X offset option.
2014-01-29 Carl HetheringtonFix typo causing incorrectly timed subtitles when their...
2014-01-23 Carl HetheringtonMerge master.
2014-01-16 Carl HetheringtonMerge branch 'master' into 2.0
2014-01-15 Carl HetheringtonMerge 1.0-seek and subtitle-content.
2014-01-15 Carl HetheringtonMerge master.
2014-01-15 Carl HetheringtonBasics of subtitle rendering.
2014-01-15 Carl HetheringtonMerge branch 'master' into subtitle-content
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-09 Carl HetheringtonMerge master.
2014-01-07 Carl HetheringtonAllow moving-still-image sources to have their frame...
2014-01-06 Carl HetheringtonBasics of per-channel audio gain.
2014-01-06 Carl HetheringtonMerge master.
2014-01-03 Carl HetheringtonVarious attempted fixes to audio sync.
2014-01-03 Carl HetheringtonMerge branch 'master' into 1.0-seek
2014-01-03 Carl HetheringtonFix _audio_position after seek.
2014-01-03 Carl HetheringtonVarious fix-ups.
2014-01-01 Carl HetheringtonUntested basic stats for player.
2014-01-01 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2014-01-01 Carl HetheringtonCatch a couple of exceptions; hopefully fix trimming...
2013-12-31 Carl HetheringtonMerge 1.0
2013-12-30 Carl HetheringtonDon't flush audio if Player is not supposed to be playi...
2013-12-29 Carl HetheringtonAnother attempt to fix clang build.
2013-12-29 Carl HetheringtonTry to fix clang build.
2013-12-29 Carl HetheringtonFix crash when processing audio before time 0.
2013-12-29 Carl HetheringtonFix playback after start trim.
2013-12-29 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-28 Carl HetheringtonMerge 1.0
2013-12-27 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-26 Carl HetheringtonImprove seek speed.
2013-12-26 Carl HetheringtonFix subtitle position.
2013-12-26 Carl HetheringtonMore transport tidying up.
2013-12-24 Carl HetheringtonTidy up playback slightly.
2013-12-24 Carl HetheringtonSome fixes to playback of drop-frame content.
2013-12-24 Carl HetheringtonMerge 1.0 and some subtitling fixes.
2013-12-24 Carl HetheringtonMerge 1.0.
2013-12-22 Carl HetheringtonVarious fixes to film viewer.
2013-12-22 Carl HetheringtonFix play of 3D.
2013-12-22 Carl HetheringtonVarious test / seek fixes.
2013-12-21 Carl HetheringtonAdd some more tests; improve seeking.
2013-12-20 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-20 Carl HetheringtonSome small optimisations to player.
2013-12-19 Carl HetheringtonDon't emit things from player that are turned off.
2013-12-19 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-18 Carl HetheringtonAttempt to move resampling into AudioDecoder.
2013-12-18 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-18 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-18 Carl HetheringtonVIDEO_FRAME_TYPE needs to invalidate the player's pieces.
2013-12-18 Carl HetheringtonRepeat frames rather than using black for missing frame...
2013-12-18 Carl HetheringtonFix seek with respect to video/audio frame boundary...
2013-12-18 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-18 Carl HetheringtonConsiderable rework of decoder timing; tests pass,...
2013-12-13 Carl HetheringtonStart of changing frame numbers to time.
2013-12-13 Carl HetheringtonTime -> DCPTime.
2013-12-11 Carl HetheringtonVarious work on better seeking (and seeking of audio).
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...
next