summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-06-03Include audio mapping in the digest used to distinguish differentCarl Hetherington
audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm
2014-06-02Expand the over-allocation of image buffers to 32 bytes to attempt to avoid ↵Carl Hetherington
bad reads by swscale.
2014-06-02Merge master.Carl Hetherington
2014-05-28Modify KDM generation to work with CPLs rather than DCPs, and allowCarl Hetherington
user to specify a particular CPL to use. Tidy up the KDM dialog a bit.
2014-05-26Account for FFmpeg content start_time being non-zero:Carl Hetherington
Reported-by: Sumit Guha
2014-05-25More logging tweaks; missing noncopyable.Carl Hetherington
2014-05-25Logging tweaks.Carl Hetherington
2014-05-24Rely on Config for log settings, not the command line.Carl Hetherington
2014-05-23Tweak logging a bit.Carl Hetherington
2014-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.Carl Hetherington
2014-05-22Split FFmpegExaminer stuff into separate methods.Carl Hetherington
2014-05-22Correctly close all codecs, I think.Carl Hetherington
2014-05-22Set up all FFmpeg decoders in one method.Carl Hetherington
2014-05-22Add ContentTimePeriod class.Carl Hetherington
2014-05-22Move FFmpegStream classes into their own source files.Carl Hetherington
2014-05-22More Windows fixes.Carl Hetherington
2014-05-22Some callers insist on aligned images.Carl Hetherington
2014-05-22Fix small problem with subtitles and start-trim (I think).Carl Hetherington
2014-05-22Windows build fix.Carl Hetherington
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-21Bump current_state_version to 32 and read video lengths correctly from old ↵Carl Hetherington
files.
2014-05-21Add some timing logs to image_proxy.Carl Hetherington
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