summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
AgeCommit message (Expand)Author
2013-04-01Various bits.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-03-24Un-mark some strings that do not need translation.Carl Hetherington
2013-03-01Make film hold its DCP frame rate.Carl Hetherington
2013-03-01Merge master.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2013-02-25Try to tidy up channel mapping a bit.Carl Hetherington
2013-02-18Try to fix crash on finishing off DCPs with mono -> 5.1 conversions.Carl Hetherington
2013-02-11Basic attempt to catch exceptions in the writer thread and pass them safely b...Carl Hetherington
2013-02-08Some comments.Carl Hetherington
2013-02-08Rename some things.Carl Hetherington
2013-02-07Add believed missing frame done.Carl Hetherington
2013-02-02First try at doing fake writes.Carl Hetherington
2013-01-23Try to fix up paths for video MXFs, hashes and temporarily-stored frames.Carl Hetherington
2013-01-21Fix a couple of things; go back to un-numbered MXF file names for a bit.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-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-17EncodeOptions can go.Carl Hetherington
2013-01-16Give DCPFrameRate a constructor. Add repeat member and cleverer dcp frame ra...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
2013-01-11Try a separate writer thread.Carl Hetherington
2013-01-06Try to postpone linking of duplicate video frames to stop copies failing on W...Carl Hetherington
2013-01-06Fix a crash when there is no audio (but we are set to external).Carl Hetherington
2013-01-06Fix thinko in mono->5.1 code.Carl Hetherington
2013-01-06Try to put mono sound tracks on the centre speaker.Carl Hetherington
2012-12-20Only use last real frame if it exists.Carl Hetherington
2012-12-20Missing include.Carl Hetherington
2012-12-19Re-work again so that there's just one encoder; various tweaks to still-image...Carl Hetherington
2012-12-19Move audio into Encoder so that J2KStillEncoder can use it too. Rename J2KWA...Carl Hetherington
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-11-12Untested; more movement of stuff out of decoder.Carl Hetherington
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-11-04Various work on range setting.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-09-24Some doxygen documentation improvements.Carl Hetherington
2012-09-22Improve transcode job progress reporting.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington