summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
AgeCommit message (Collapse)Author
2016-07-10Fix crash on opening properties window for FFmpeg content.Carl Hetherington
2016-06-30Fix for crash(es) when joining content.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-14Basic guessing of audio channels from filenames (#393).Carl Hetherington
2016-06-02Fix crash when loading old state files.Carl Hetherington
2016-06-02Fix missing content properties when using translations.Carl Hetherington
2016-06-01Fix crash with multiple audio streams.Carl Hetherington
2016-05-31Fix crash on opening properties for audio-only files.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-23Fix two crashes with Debian-shipped FFmpeg.Carl Hetherington
2016-05-18Remove unnecessary Film variable in ContentPart.Carl Hetherington
2016-05-18Fix crash.Carl Hetherington
2016-05-18Fix a few crashes.Carl Hetherington
2016-05-18Better summaries for FFmpeg content in the list.Carl Hetherington
2016-05-18Fix crash with no video.Carl Hetherington
2016-05-18Use audio length in FFmpegContent if there is no video.Carl Hetherington
2016-05-18Partial work on using a no-video FFmpeg file.Carl Hetherington
2016-05-18Some allowances for video/audio/subtitle possibly being null.Carl Hetherington
2016-05-18Allow content parts to not be preset in XML.Carl Hetherington
2016-05-18Move video frame rate ('prepared-for') into Content.Carl Hetherington
2016-05-18Fiddle with some subtitle methods.Carl Hetherington
2016-05-18Fix some confusions with FFmpeg audio streams.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-05-18Basics of subtitle split.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds.
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
Sadly an example shows that from times are not unique. This patch uses a hash of stuff from the first AVSubtitle as the key.
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 ↵Carl Hetherington
reporting in properties.
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 ↵Carl Hetherington
scale/offset etc.
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
Also implement the whole properties thing more neatly.
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