summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
AgeCommit message (Expand)Author
2017-06-01Re-add missing audio mapping in butler for preview.Carl Hetherington
2017-05-30Remove call to fill_audio which goes wrong with multi-audio-stream content.Carl Hetherington
2017-05-21Remove debug.Carl Hetherington
2017-05-21Do resampling in AudioDecoder rather than Player.Carl Hetherington
2017-05-19Fix infinite loop with referenced audio.Carl Hetherington
2017-05-18Fix audio fill in the presence of audio delay.Carl Hetherington
2017-05-18Fix order of pass/fill; only round up at the end of the playlist, not on ever...Carl Hetherington
2017-05-18Player should fill towards the next video frame.Carl Hetherington
2017-05-17Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2017-05-17Speculative corresponding audio fix to 732c9008999e4eeff01a72b84d2bc99dc77bd602.Carl Hetherington
2017-05-17Respect _no_video and _no_audio when filling.Carl Hetherington
2017-05-17Speculative fix when solves problems when FFmpeg content has sound but missin...Carl Hetherington
2017-05-17Put audio-gap padding in the right place (after the forthcoming audio has bee...Carl Hetherington
2017-05-16Fix _last_video_time with 3D.Carl Hetherington
2017-05-16Fix black fill where there is no earliest content.Carl Hetherington
2017-05-16Re-merge _last_{video,audio}_time and _last_seek_time; fix _last_video to wor...Carl Hetherington
2017-05-16Fix failure to fill FFmpeg gaps at the start of films.Carl Hetherington
2017-05-16Fix slightly short video reels in some cases.Carl Hetherington
2017-05-16Fix missing pad of gaps caused by delays in audio content at the start of a F...Carl Hetherington
2017-05-15Fix missing subtitle in some cases.Carl Hetherington
2017-05-13Fill audio in the Player.Carl Hetherington
2017-05-08Correctly stop when we have no decoders and we haven't filled.Carl Hetherington
2017-05-08Fix assertion failure if rounding reduces remaining frames to 0.Carl Hetherington
2017-05-08Fix up black-filling logic.Carl Hetherington
2017-05-08Player is not finished if it's still filling in blank space.Carl Hetherington
2017-05-08Small refactoring.Carl Hetherington
2017-05-08More comment updates.Carl Hetherington
2017-05-08Fix comment.Carl Hetherington
2017-05-08Some comments and cleanup.Carl Hetherington
2017-05-08Pull ActiveSubtitles code out to a class.Carl Hetherington
2017-05-08Fix fill of timeline periods where there is no video.Carl Hetherington
2017-05-07Remove unused code.Carl Hetherington
2017-05-05Temporary-ish TODO.Carl Hetherington
2017-05-05Keep active subtitles around until the video they are on has been emitted.Carl Hetherington
2017-05-05Don't seek a piece if the seek is outside its boundary.Carl Hetherington
2017-04-30Fix some cppcheck warnings.Carl Hetherington
2017-04-27Initial work on removing storage of subtitle times.Carl Hetherington
2017-04-23Tidy up _last_video_time to make it more like _last_audio_time.Carl Hetherington
2017-04-23Fix seeking; seek all decoders even if they have no content at theCarl Hetherington
2017-04-23Discard audio received before the time of the last accurate seek.Carl Hetherington
2017-04-23Cope better with the butler thread throwing an exception; stop the butler doi...Carl Hetherington
2017-04-19Various fixes to seeking with audio.Carl Hetherington
2017-04-19Reset _last_*_time as required.Carl Hetherington
2017-04-19Several fixes to audio.Carl Hetherington
2017-04-19Seemingly basically working butler for video.Carl Hetherington
2017-04-19Handle end-trim correctly in player; there is scope to make this more efficie...Carl Hetherington
2017-04-19Fix crash brought on by previous.Carl Hetherington
2017-04-19Restore upmixer_a_test and fix resampler flushing.Carl Hetherington
2017-04-19Fix merging of audio in various circumstances.Carl Hetherington
2017-04-19Fix skip-frame.Carl Hetherington