summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
AgeCommit message (Expand)Author
2016-05-18Basics of subtitle split.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
2016-05-18Innocuous build fixes.Carl Hetherington
2016-05-18Basic detach of FFmpegContent, ImageContent, DCPContentCarl Hetherington
2016-03-12Fix assertion failure on opening content properties (#816).Carl Hetherington
2016-02-26Allow changes to colours of FFmpeg subtitles (#795).Carl Hetherington
2016-02-18Various improvements to the content properties dialogue (including #791).Carl Hetherington
2016-02-18Add a couple more audio properties.Carl Hetherington
2016-02-15Support SSA subtitles embedded within FFmpeg files.Carl Hetherington
2016-02-04Fix some uninitialised stuff in the 'join' constructor of FFmpegContent.Carl Hetherington
2016-02-01Subtitle "to" times used to be stored against their "from" times.Carl Hetherington
2015-11-06Clean up a bit by using Content::film() more.Carl Hetherington
2015-10-28Add some comments for translators.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-07-09Make BitsPerPixel tag optional; fix some confusions with colour range reporti...Carl Hetherington
2015-07-09Speculative Arch fix.Carl Hetherington
2015-07-06Misspelling.Carl Hetherington
2015-07-02Add bits per pixel to video content properties.Carl Hetherington
2015-06-26The appearance of FFmpegContent can be changed by altering subtitle scale/off...Carl Hetherington
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
2015-06-21Prevent DCP creation if we're trying not to burn in text subs (#606).Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-12Un-map non-selected audio streams when loading old files.Carl Hetherington
2015-06-03Various work on audio mapping.Carl Hetherington
2015-06-03Fix confusion with AUDIO_STREAMS property.Carl Hetherington
2015-06-02Fix unsafe unlocked leak of reference.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
2015-05-27FFmpegContent does not need audio_length().Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-05-2511b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour conversi...Carl Hetherington
2015-05-13Try to fix build.Carl Hetherington
2015-05-13Fix missing audio mapping digest in FFmpegContent audio analysis paths.Carl Hetherington
2015-05-13Look up unknown subtitle end times from the data prepared by the examiner.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker dige...Carl Hetherington
2015-01-23Hand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31 from master; improve prog...Carl Hetherington
2014-12-23Remove unused code.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ...Carl Hetherington
2014-12-03Hand-apply d3bc61f0af33fedf02ac1a28cf91989ee9cd2fb6 from master;Carl Hetherington
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-25Put some get/sets in FFmpegAudioStream.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-10Add has_subtitles method to SubtitleContent; tidy up timeline display a bit.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington