summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
AgeCommit message (Expand)Author
2014-05-02Rename AudioContent frame_rate methods and move resampled_audio_frame_rate in...Carl Hetherington
2014-05-01Fix 3D support.Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-09Fix problems with FFmpegContent with no audio streams.Carl Hetherington
2014-04-02Various fixes to FFmpeg decoder, including a couple of tests.Carl Hetherington
2014-04-01Various small fixes.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-09Fix display of no-scale mode in the player; the image still has to be scaled ...Carl Hetherington
2014-03-07Add primitive subtitle view. Remove unused Film member from Decoder hierarchy.Carl Hetherington
2014-03-07Remove template from TimedAudioBuffers; a couple of small fixes.Carl Hetherington
2014-03-07Formatting.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-06Build fixes.Carl Hetherington
2014-03-04Merge master.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-03-04Add support for no-scale of the input video.Carl Hetherington
2014-02-25Somewhat riskily remove use of AV_SEEK_BACKWARD. It was causingCarl Hetherington
2014-02-25White space.Carl Hetherington
2014-02-25Fix seek to zero.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-02-11Merge master.Carl Hetherington
2014-02-10Fix failure to update player after fix-missing.Carl Hetherington
2014-02-08Fix exception when seeking with missing content.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2014-02-04Merge master.Carl Hetherington
2014-01-29Add subtitle X offset option.Carl Hetherington
2014-01-29Fix typo causing incorrectly timed subtitles when their contentCarl Hetherington
2014-01-15Merge 1.0-seek and subtitle-content.Carl Hetherington
2014-01-15Merge master.Carl Hetherington
2014-01-15Basics of subtitle rendering.Carl Hetherington
2014-01-14Don't take into account audio decoders with no audio when updating audio_done...Carl Hetherington
2014-01-14Scale subtitle times with frame rate change if they are part of a piece of vi...Carl Hetherington
2014-01-09Merge master.Carl Hetherington
2014-01-07Allow moving-still-image sources to have their frame rate specified.Carl Hetherington
2014-01-06Basics of per-channel audio gain.Carl Hetherington
2014-01-03Various attempted fixes to audio sync.Carl Hetherington
2014-01-03Fix _audio_position after seek.Carl Hetherington
2014-01-03Various fix-ups.Carl Hetherington
2014-01-01Untested basic stats for player.Carl Hetherington
2014-01-01Catch a couple of exceptions; hopefully fix trimming behaviour.Carl Hetherington
2013-12-31Merge 1.0Carl Hetherington
2013-12-30Don't flush audio if Player is not supposed to be playing it.Carl Hetherington
2013-12-29Another attempt to fix clang build.Carl Hetherington
2013-12-29Try to fix clang build.Carl Hetherington
2013-12-29Fix crash when processing audio before time 0.Carl Hetherington
2013-12-29Fix playback after start trim.Carl Hetherington
2013-12-26Improve seek speed.Carl Hetherington
2013-12-26Fix subtitle position.Carl Hetherington