summaryrefslogtreecommitdiff
path: root/src/lib/j2k_still_encoder.cc
AgeCommit message (Collapse)Author
2012-12-19Re-work again so that there's just one encoder; various tweaks to ↵Carl Hetherington
still-image-with-audio.
2012-12-17Various fixes to still-image mode.Carl Hetherington
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-11-14Use ImageMagick for tiff decoding too.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-31Try a different approach to frame duplication in the decoder.Carl Hetherington
2012-10-25Missing include and boost::Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-17Re-work FilmState / Film relationship a bit; Film now inherits from ↵Carl Hetherington
FilmState and FilmState does get/set.
2012-10-14Various fixes to subtitling.Carl Hetherington
2012-10-10Subs successfully exported with thumbs.Carl Hetherington
2012-10-07Fix comment.Carl Hetherington
2012-09-22Improve transcode job progress reporting.Carl Hetherington
2012-09-18Check return value of symlink().Carl Hetherington
2012-07-24Fix still encoding again.Carl Hetherington
2012-07-24Still encoder should write frames starting at 0, not 1Carl Hetherington
2012-07-22Use copy rather than symlinks on Windows.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington