summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-28Write more extensive information about frames, and hash the MXF packet rather...Carl Hetherington
2013-01-26Merge master into direct-mxf.Carl Hetherington
2013-01-25Fix signalling of wxChoices that used to be ComboBoxes. Use Size a little mo...Carl Hetherington
2013-01-25Use wxChoice instead of wxComboBox throughout. Fixes dcp content type hangin...Carl Hetherington
2013-01-25Provide option of default DCI name details (#42).Carl Hetherington
2013-01-25Remove film-specifity of dci name dialog and rename its source file.Carl Hetherington
2013-01-25Make DCIMetadata class and use it.Carl Hetherington
2013-01-25Check for liblzma during configure (#7).Carl Hetherington
2013-01-25Basics of checking video MXFs.Carl Hetherington
2013-01-24Possibly-working basic DCP creation.Carl Hetherington
2013-01-24Merge in 0.70 branch with 0.71 fix.Carl Hetherington
2013-01-24Fix incorrect assert().Carl Hetherington
2013-01-24Fix lack of audio with trimmed DCPs.Carl Hetherington
2013-01-23Try to fix up paths for video MXFs, hashes and temporarily-stored frames.Carl Hetherington
2013-01-23Merge master branch.Carl Hetherington
2013-01-23Remove multi-reel, for now, and sort out Size vs libdcp::Size.Carl Hetherington
2013-01-23Fix some unaligned images.Carl Hetherington
2013-01-23Make sure inputs to sws_scale are aligned, as I think they must be.Carl Hetherington
2013-01-23Fix and test Image::make_black().Carl Hetherington
2013-01-23Cope with no sound.Carl Hetherington
2013-01-22Speculative fix to bytes_per_pixel().Carl Hetherington
2013-01-21Fix a couple of things; go back to un-numbered MXF file names for a bit.Carl Hetherington
2013-01-21A couple of bug fixes.Carl Hetherington
2013-01-20Write hashes of encoded frames.Carl Hetherington
2013-01-18Remove make dcp job.Carl Hetherington
2013-01-18Untested direct write of audio to MXF.Carl Hetherington
2013-01-18Add writer class to pull some stuff out of Encoder.Carl Hetherington
2013-01-18Some missing frame_done()s.Carl Hetherington
2013-01-17Some fixes and logs.Carl Hetherington
2013-01-17Sort of works to a first-order approximation.Carl Hetherington
2013-01-17Merge writer-thread with original which was time-cleanup.Carl Hetherington
2013-01-17Missed offset for multi-reel.Carl Hetherington
2013-01-17Try to tidy up frame indexing; use DCP length obtained from the transcode to ...Carl Hetherington
2013-01-17Basics of doing trim using asset entry point / duration.Carl Hetherington
2013-01-17dcp_trim -> trimCarl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.Carl Hetherington
2013-01-17EncodeOptions can go.Carl Hetherington
2013-01-16More of Encoder can be private.Carl Hetherington
2013-01-16Add some tests and hopefully clarify the DCPFrameRate class.Carl Hetherington
2013-01-16Give DCPFrameRate a constructor. Add repeat member and cleverer dcp frame ra...Carl Hetherington
2013-01-13Remove unused method.Carl Hetherington
2013-01-13Put CPU info into log, on POSIX at least.Carl Hetherington
2013-01-13Some comment tweaks; a little more logging.Carl Hetherington
2013-01-13Missing include for older gcc.Carl Hetherington
2013-01-13Fix content length logging.Carl Hetherington
2013-01-12Untested support for splitting into multiple reels. Use J2K bandwidth and co...Carl Hetherington
2013-01-12Try to move J2K bandwidth and colour LUT to be per-film (#23).Carl Hetherington
2013-01-11Make the previous compile.Carl Hetherington
2013-01-11Add writer thread timing.Carl Hetherington
2013-01-11Encoded data must be copied; disambiguate second lock in encoder_thread.Carl Hetherington