summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-07WIP: more1771-resample-glitches-take4Carl Hetherington
2021-05-07fixup! WIP: allow Piece to take multiple content/decoder.Carl Hetherington
2021-05-07WIP: allow Piece to take multiple content/decoder.Carl Hetherington
2021-05-07Move some checks from Player to Piece.Carl Hetherington
2021-05-07Remove Frame from PieceAudio.Carl Hetherington
2021-05-07Refer to Piece audio streams by index instead of pointer.Carl Hetherington
2021-05-07Make resampled_audio_to_dcp private.Carl Hetherington
2021-05-07Rename piece_audio -> audio.Carl Hetherington
2021-05-07Make content_video_to_dcp private.Carl Hetherington
2021-05-07Make dcp_to_content_time() private.Carl Hetherington
2021-05-07Remove Piece::_done in favour of a method.Carl Hetherington
2021-05-07Rename ContentAtmos -> PieceAtmos and pass atmos through Piece.Carl Hetherington
2021-05-07Rename ContentText and subclasses to PieceText... and pass subtitles through ...Carl Hetherington
2021-05-07Add collect() for Player.Carl Hetherington
2021-05-07Add AudioMapping::equals()Carl Hetherington
2021-05-07Whitespace tidying.Carl Hetherington
2021-05-07Add some missing includes / forward references.Carl Hetherington
2021-05-07Move Resampler into Piece.Carl Hetherington
2021-05-07Rename ContentAudio -> PieceAudio and pass audio through Piece.Carl Hetherington
2021-05-07Rename ContentVideo -> PieceVideo and pass video through Piece.Carl Hetherington
2021-05-07C++11 tidying and scoped_ptr for Player::_shuffler.Carl Hetherington
2021-05-07Comment fix.Carl Hetherington
2021-05-07C++11 tidying.Carl Hetherington
2021-05-07Put a weak_ptr<Film> into Piece to tidy up calls a lot.Carl Hetherington
2021-05-07Add Piece::period().Carl Hetherington
2021-05-07Make Piece::ignore_video private.Carl Hetherington
2021-05-07Make Piece::decoder private.Carl Hetherington
2021-05-07Add Piece:fonts().Carl Hetherington
2021-05-07Make Piece::done private.Carl Hetherington
2021-05-07Add Piece::decoder_before().Carl Hetherington
2021-05-07Add Piece::seek().Carl Hetherington
2021-05-07Add and use Piece::has_text().Carl Hetherington
2021-05-07Make Piece::frc private.Carl Hetherington
2021-05-07Make Piece::content private.Carl Hetherington
2021-05-07Add content parameter to Piece::content_time_to_dcp().Carl Hetherington
2021-05-07Add Piece::reference_dcp_audio().Carl Hetherington
2021-05-07Add Piece::pass().Carl Hetherington
2021-05-07Add Piece::decoder_position().Carl Hetherington
2021-05-07Add Piece::video_frame_type().Carl Hetherington
2021-05-07Add Piece::decoder_for().Carl Hetherington
2021-05-07Add Piece::audio_gain().Carl Hetherington
2021-05-07Add Piece::resampled_audio_frame_rate().Carl Hetherington
2021-05-07Add Piece::player_video().Carl Hetherington
2021-05-07Add Piece::end().Carl Hetherington
2021-05-07Add Piece::position().Carl Hetherington
2021-05-07Add Piece::frame_rate_change().Carl Hetherington
2021-05-07Add Piece::use_video().Carl Hetherington
2021-05-07Move time calculation methods from Player into Piece.Carl Hetherington
2021-05-07Remove some unused methods.Carl Hetherington
2021-05-07Tiny C++11 tidy-up.Carl Hetherington