summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.cc
AgeCommit message (Collapse)Author
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-06-16Fix subtitle controls in the viewer.Carl Hetherington
2013-05-10Remove gain/delay_line/matcher/trimmer.Carl Hetherington
2013-05-08Some tidying up. Do encode progress in the writer to improve progress bar ↵Carl Hetherington
movement with still-image DCPs (#130).
2013-04-26Merge master; fix crash on new film.Carl Hetherington
2013-04-25Remove Image::clone in favour of a copy constructor for SimpleImage; clean ↵Carl Hetherington
up A/B transcoder slightly; fix combiner if image strides differ; try to fix problems when destroying Encoders; fix SimpleImage copy constructor to cope with aligned images; don't call encoder::process_end if the encode throws an exception.
2013-04-24Try to fix crash with still-image DCPs.Carl Hetherington
2013-04-23Connect Trimmer clsas.Carl Hetherington
2013-04-22Try to fix it.Carl Hetherington
2013-04-21Untested merge of master.Carl Hetherington
2013-04-15Repair very bad merge. Mysterious.Carl Hetherington
2013-04-15Merge master.Carl Hetherington
2013-04-12Seems wrong to try to complete an encode if it has thrown an exception.Carl Hetherington
2013-04-11Try to fix lack of subs in the viewer after they are turned on.Carl Hetherington
2013-04-04Split playlist files up; fix build.Carl Hetherington
2013-04-04More various bits.Carl Hetherington
2013-04-01Various bits.Carl Hetherington
2013-04-01XML metadata and some other bits.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-03-08Numerous fixes to A/B mode so that at least it doesn't crash (#72).Carl Hetherington
2013-03-06Try doing delay line by fiddling timestamps. Fix up confusion in A/B ↵Carl Hetherington
transcoder similar to that in standard one.
2013-03-06Remove believed never-failing checks for audio streams.Carl Hetherington
2013-03-06Revert "Split timed from untimed sinks / sources. Should produce same ↵Carl Hetherington
output, in theory." This reverts commit 18614dda0d53b713ace5ad1df57298d049dba87f.
2013-03-05Split timed from untimed sinks / sources. Should produce same output, in ↵Carl Hetherington
theory.
2013-03-01Make film hold its DCP frame rate.Carl Hetherington
2013-02-08Shuffle Job pointers around slightly.Carl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.Carl Hetherington
2012-12-16Merge speed-up branch.Carl Hetherington
2012-12-16Revert "Skipping hacks."Carl Hetherington
This reverts commit 89319eb1217c8caca80dc22ca770766f6d2f26c0.
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-12-16Integrated FFmpeg player (slow).Carl Hetherington
2012-12-15Skipping hacks.Carl Hetherington
2012-12-10Try to allow users to specify that the film's header should be trusted wrt ↵Carl Hetherington
length when building thumbnails, thus speeding up examine-content by a factor of 2-ish.
2012-11-18Call processor process_end methods as required. Remove questionable padding ↵Carl Hetherington
of audio length up to the nearest second. Don't emit audio in big blocks as it seems to crash FFmpeg. Fix a few things.
2012-11-17Another attempt to do external audio moderately nicely.Carl Hetherington
2012-11-16Various external audio fixes.Carl Hetherington
2012-11-16Fix never-ending transcodes with FFmpeg audio.Carl Hetherington
2012-11-15Untested external audio support; AB transcodes still broken.Carl Hetherington
2012-11-14Tests pass again.Carl Hetherington
2012-11-12Untested; more movement of stuff out of decoder.Carl Hetherington
2012-11-10More various AudioStream hacks.Carl Hetherington
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-20Try to clean up stream handling wrt audio channel counts.Carl Hetherington
2012-09-29Entirely untested resampling to fix 24fps drop-frame.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington