summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-05-20libdcp -> dcp fixes.Carl Hetherington
2014-05-20Merge master.Carl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-19Merge delay-decode-take2 branch into master.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-15Add some comments.Carl Hetherington
2014-05-14Add ImageProxy class.Carl Hetherington
2014-05-14Make DCPVideoFrame use PlayerVideoFrame to store its image.Carl Hetherington
2014-05-14Move Eyes and ColourConversion into PlayerVideoFrame.Carl Hetherington
2014-05-14Rename PlayerImage to PlayerVideoFrame and give it its own file.Carl Hetherington
2014-05-12Add option to use any DCP frame rate, rather than just theCarl Hetherington
"allowed" set. Requested-by: Noah Orozco
2014-05-12Fix crash caused by previous change; doubles are expressed using scientific ↵Carl Hetherington
notation by default, so avoid them where possible.
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-05-10Merge master.Carl Hetherington
2014-05-10Fix setup of the libswresample context to work with high channelCarl Hetherington
counts. Reported-by: Sumit
2014-05-09Fix crash on using content with more than 12 audio channels.Carl Hetherington
Reported-by: Sumit
2014-05-09MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.Carl Hetherington
2014-05-09Re-introduce ffprobe call when adding content.Carl Hetherington
2014-05-07Merge master.Carl Hetherington
2014-05-02pot merge.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-05-02Rename AudioContent frame_rate methods and move resampled_audio_frame_rate ↵Carl Hetherington
into AudioContent.
2014-05-02Comments.Carl Hetherington
2014-05-02Revert "Hack around crash on exist of tests due to race between ~FFmpeg and ↵Carl Hetherington
__cxa_finalize." This reverts commit fde38b664c98205dd4fe3721b125469d5dd2ecbe.
2014-05-02Hack around crash on exist of tests due to race between ~FFmpeg and ↵Carl Hetherington
__cxa_finalize.
2014-05-02Comments.Carl Hetherington
2014-05-02Fix crash.Carl Hetherington
2014-05-02Fix a spurious assert() failure.Carl Hetherington
2014-05-02Add missing seek stuff to SubtitleDecoder.Carl Hetherington
2014-05-02Cast to double when converting time, same as in the tests.Carl Hetherington
2014-05-02Fix subrip test.Carl Hetherington
2014-05-01Comments.Carl Hetherington
2014-05-01Fix 3D support.Carl Hetherington
2014-05-01Fix assert failure.Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-29Header tweak.Carl Hetherington
2014-04-29Merge master.Carl Hetherington
2014-04-29pot_merge.Carl Hetherington
2014-04-27Merge master.Carl Hetherington
2014-04-27Copyright date.Carl Hetherington
2014-04-27Fix video length thinko.Carl Hetherington
2014-04-27Copyright date.Carl Hetherington
2014-04-27Copyright date fix.Carl Hetherington
2014-04-27Add .dpx to the list of acceptable image files.Carl Hetherington
2014-04-27Open an error dialogue on uncaught exceptions in the main loop. Check that ↵Carl Hetherington
the ImageContent constructor found some valid files when scanning a folder.
2014-04-25Fix subtitle display when the next subtitle is decoded before theCarl Hetherington
previous one has finished; this requires that more than one subtitle be kept by the player. Reported-by: Matthias Damm
2014-04-25Collect player subtitle processing into a Subtitle class.Carl Hetherington
2014-04-25Put Piece class in its own file.Carl Hetherington
2014-04-21Update to fr_FR translation from Thierry Journet.Carl Hetherington