summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
AgeCommit message (Expand)Author
2020-12-01wip: allow multi-content pieces.1771-resample-glitches-take3Carl Hetherington
2020-12-01Fix method name confusion.Carl Hetherington
2020-12-01More function moves and build fixes; now builds.Carl Hetherington
2020-12-01Couple of time call fixes.Carl Hetherington
2020-12-01FrameRateChange and video_use.Carl Hetherington
2020-12-01Move reference_audio.Carl Hetherington
2020-12-01Move pass.Carl Hetherington
2020-12-01Move some stuff for position checking.Carl Hetherington
2020-12-01Add add_fonts() to Piece.Carl Hetherington
2020-12-01Move time calculation methods.Carl Hetherington
2020-12-01Remove unused methods: this should happen regardless.Carl Hetherington
2020-12-01Replace calls to Position::end.Carl Hetherington
2020-12-01Replace calls to Content::position.Carl Hetherington
2020-12-01Move _stream_states into Piece; this seems like a nice change anyway.Carl Hetherington
2020-12-01Punt on transferring old decoder stuff.Carl Hetherington
2020-12-01Changes to crop can be handled with a reset_metadata().Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-07-05Add more logging and some missing prefs checkboxes for existing logging.v2.15.87Carl Hetherington
2020-06-19Make Atmos content work more like other content. Now its MXFsv2.15.82Carl Hetherington
2020-05-21Fix enabled/disable overlapping video/audio with DCP content (part of #1355)Carl Hetherington
2020-05-20Add a bit more debug logging to the player.Carl Hetherington
2020-05-17Fix empty (black) area calculations when video is set to not be used.Carl Hetherington
2020-05-11Change video content scaling so that it either:Carl Hetherington
2020-04-23Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432Carl Hetherington
2020-04-23Add accessor for _playlist.Carl Hetherington
2020-04-23Fix complete failure of preview/playback introduced inv2.15.53Carl Hetherington
2020-04-15Fix length of player output so it can be either the film's length or playlist...Carl Hetherington
2020-04-14Fix Empty/Player behaviour when using a playlist that is not the same as the ...Carl Hetherington
2020-04-14Ignore and report failures to decode frames during playback (#1593).Carl Hetherington
2020-02-16Make a new AudioBuffers constructor and use it to avoid some use of the more ...Carl Hetherington
2020-02-06Fix crash with bitmapped subs that have zero width or height.Carl Hetherington
2020-01-28Fix deadlock during content examination.Carl Hetherington
2020-01-25Cache film length for Player::pass.Carl Hetherington
2020-01-07Extend the amount of allowed disagreement between the audioCarl Hetherington
2019-11-11Fix comment.Carl Hetherington
2019-11-01Increase fudge factor at the boundary between audio signal and silence.Carl Hetherington
2019-09-20Add a warning log when an assertion gets hit.Carl Hetherington
2019-09-09Stop crashing when running the hints check on films with silent/black gaps.Carl Hetherington
2019-08-31Primitive subtitle export feature.v2.15.16Carl Hetherington
2019-08-30Make player more tolerant of some DCP errors.Carl Hetherington
2019-07-31Avoid random black gaps between bits of content A and B whenv2.15.15Carl Hetherington
2019-07-25Optimise decoder_factory for DCPDecoder by offering the old decoderCarl Hetherington
2019-07-24Re-work idle handling from previous commit.Carl Hetherington
2019-05-26Potential fix for #1568; we calculate the remaining DCPTime butCarl Hetherington
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May n...Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10libdcp API fixes.Carl Hetherington
2019-04-17Fix errors when adding reels containing audio after referenced reels (#1528).v2.13.147Carl Hetherington
2019-03-23Another attempt to fix build.v2.13.135Carl Hetherington
2019-03-23Try to fix Windows build.Carl Hetherington