From 0327c2ab5c126d07b07f7a321689d7be1d9aeb7c Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sun, 9 Jun 2019 08:31:04 -0400 Subject: [PATCH 01/13] Remove license block from documentation comment --- include/AudioBufferSource.h | 5 ++++- include/AudioDeviceInfo.h | 5 ++++- include/AudioReaderSource.h | 5 ++++- include/AudioResampler.h | 5 ++++- include/CacheBase.h | 5 ++++- include/CacheDisk.h | 5 ++++- include/CacheMemory.h | 5 ++++- include/ChannelLayouts.h | 5 ++++- include/ChunkReader.h | 5 ++++- include/ChunkWriter.h | 5 ++++- include/Clip.h | 5 ++++- include/ClipBase.h | 5 ++++- include/Color.h | 5 ++++- include/Coordinate.h | 5 ++++- include/CrashHandler.h | 5 ++++- include/DecklinkInput.h | 5 ++++- include/DecklinkOutput.h | 5 ++++- include/DecklinkReader.h | 5 ++++- include/DecklinkWriter.h | 5 ++++- include/DummyReader.h | 5 ++++- include/EffectBase.h | 5 ++++- include/EffectInfo.h | 5 ++++- include/Effects.h | 5 ++++- include/Enums.h | 5 ++++- include/Exceptions.h | 5 ++++- include/FFmpegReader.h | 5 ++++- include/FFmpegUtilities.h | 5 ++++- include/FFmpegWriter.h | 5 ++++- include/Fraction.h | 5 ++++- include/Frame.h | 5 ++++- include/FrameMapper.h | 5 ++++- include/ImageReader.h | 5 ++++- include/ImageWriter.h | 5 ++++- include/Json.h | 5 ++++- include/KeyFrame.h | 5 ++++- include/OpenMPUtilities.h | 5 ++++- include/OpenShot.h | 1 + include/PlayerBase.h | 5 ++++- include/Point.h | 5 ++++- include/Profiles.h | 5 ++++- include/Qt/AudioPlaybackThread.h | 5 ++++- include/Qt/PlayerDemo.h | 5 ++++- include/Qt/PlayerPrivate.h | 5 ++++- include/Qt/VideoCacheThread.h | 5 ++++- include/Qt/VideoPlaybackThread.h | 5 ++++- include/Qt/VideoRenderWidget.h | 5 ++++- include/Qt/VideoRenderer.h | 5 ++++- include/QtImageReader.h | 5 ++++- include/QtPlayer.h | 5 ++++- include/ReaderBase.h | 5 ++++- include/RendererBase.h | 5 ++++- include/Settings.h | 5 ++++- include/Tests.h | 5 ++++- include/TextReader.h | 5 ++++- include/Timeline.h | 5 ++++- include/Version.h | 5 ++++- include/WriterBase.h | 5 ++++- include/ZmqLogger.h | 5 ++++- include/effects/Bars.h | 5 ++++- include/effects/Blur.h | 5 ++++- include/effects/Brightness.h | 5 ++++- include/effects/ChromaKey.h | 5 ++++- include/effects/ColorShift.h | 5 ++++- include/effects/Crop.h | 5 ++++- include/effects/Deinterlace.h | 5 ++++- include/effects/Hue.h | 5 ++++- include/effects/Mask.h | 5 ++++- include/effects/Negate.h | 5 ++++- include/effects/Pixelate.h | 5 ++++- include/effects/Saturation.h | 5 ++++- include/effects/Shift.h | 5 ++++- include/effects/Wave.h | 5 ++++- src/AudioBufferSource.cpp | 5 ++++- src/AudioReaderSource.cpp | 5 ++++- src/AudioResampler.cpp | 5 ++++- src/CacheBase.cpp | 5 ++++- src/CacheDisk.cpp | 5 ++++- src/CacheMemory.cpp | 5 ++++- src/ChunkReader.cpp | 5 ++++- src/ChunkWriter.cpp | 5 ++++- src/Clip.cpp | 5 ++++- src/ClipBase.cpp | 5 ++++- src/Color.cpp | 5 ++++- src/Coordinate.cpp | 5 ++++- src/CrashHandler.cpp | 5 ++++- src/DecklinkInput.cpp | 5 ++++- src/DecklinkOutput.cpp | 5 ++++- src/DecklinkReader.cpp | 5 ++++- src/DecklinkWriter.cpp | 5 ++++- src/DummyReader.cpp | 5 ++++- src/EffectBase.cpp | 5 ++++- src/EffectInfo.cpp | 5 ++++- src/FFmpegReader.cpp | 5 ++++- src/FFmpegWriter.cpp | 5 ++++- src/Fraction.cpp | 5 ++++- src/Frame.cpp | 5 ++++- src/FrameMapper.cpp | 5 ++++- src/ImageReader.cpp | 5 ++++- src/ImageWriter.cpp | 5 ++++- src/KeyFrame.cpp | 5 ++++- src/PlayerBase.cpp | 5 ++++- src/Point.cpp | 5 ++++- src/Profiles.cpp | 5 ++++- src/Qt/AudioPlaybackThread.cpp | 5 ++++- src/Qt/PlayerDemo.cpp | 5 ++++- src/Qt/PlayerPrivate.cpp | 5 ++++- src/Qt/VideoCacheThread.cpp | 5 ++++- src/Qt/VideoPlaybackThread.cpp | 5 ++++- src/Qt/VideoRenderWidget.cpp | 5 ++++- src/Qt/VideoRenderer.cpp | 5 ++++- src/Qt/demo/main.cpp | 5 ++++- src/QtImageReader.cpp | 5 ++++- src/QtPlayer.cpp | 5 ++++- src/ReaderBase.cpp | 5 ++++- src/RendererBase.cpp | 5 ++++- src/Settings.cpp | 5 ++++- src/TextReader.cpp | 5 ++++- src/Timeline.cpp | 5 ++++- src/WriterBase.cpp | 5 ++++- src/ZmqLogger.cpp | 5 ++++- src/effects/Bars.cpp | 5 ++++- src/effects/Blur.cpp | 5 ++++- src/effects/Brightness.cpp | 5 ++++- src/effects/ChromaKey.cpp | 5 ++++- src/effects/ColorShift.cpp | 5 ++++- src/effects/Crop.cpp | 5 ++++- src/effects/Deinterlace.cpp | 5 ++++- src/effects/Hue.cpp | 5 ++++- src/effects/Mask.cpp | 5 ++++- src/effects/Negate.cpp | 5 ++++- src/effects/Pixelate.cpp | 5 ++++- src/effects/Saturation.cpp | 5 ++++- src/effects/Shift.cpp | 5 ++++- src/effects/Wave.cpp | 5 ++++- src/examples/Example.cpp | 5 ++++- src/examples/ExampleBlackmagic.cpp | 5 ++++- tests/Cache_Tests.cpp | 5 ++++- tests/Clip_Tests.cpp | 5 ++++- tests/Color_Tests.cpp | 5 ++++- tests/Coordinate_Tests.cpp | 5 ++++- tests/FFmpegReader_Tests.cpp | 5 ++++- tests/FFmpegWriter_Tests.cpp | 5 ++++- tests/Fraction_Tests.cpp | 5 ++++- tests/FrameMapper_Tests.cpp | 5 ++++- tests/ImageWriter_Tests.cpp | 5 ++++- tests/KeyFrame_Tests.cpp | 5 ++++- tests/Point_Tests.cpp | 5 ++++- tests/ReaderBase_Tests.cpp | 5 ++++- tests/Settings_Tests.cpp | 5 ++++- tests/Timeline_Tests.cpp | 5 ++++- tests/tests.cpp | 5 ++++- 151 files changed, 601 insertions(+), 150 deletions(-) diff --git a/include/AudioBufferSource.h b/include/AudioBufferSource.h index b1571c8d..0b72aa5d 100644 --- a/include/AudioBufferSource.h +++ b/include/AudioBufferSource.h @@ -3,7 +3,10 @@ * @brief Header file for AudioBufferSource class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/AudioDeviceInfo.h b/include/AudioDeviceInfo.h index 29a89139..f58c1562 100644 --- a/include/AudioDeviceInfo.h +++ b/include/AudioDeviceInfo.h @@ -3,7 +3,10 @@ * @brief Header file for Audio Device Info struct * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/AudioReaderSource.h b/include/AudioReaderSource.h index 76c3dc7d..a60f940e 100644 --- a/include/AudioReaderSource.h +++ b/include/AudioReaderSource.h @@ -3,7 +3,10 @@ * @brief Header file for AudioReaderSource class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/AudioResampler.h b/include/AudioResampler.h index b81bfc3e..16d35906 100644 --- a/include/AudioResampler.h +++ b/include/AudioResampler.h @@ -3,7 +3,10 @@ * @brief Header file for AudioResampler class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/CacheBase.h b/include/CacheBase.h index c764b2d9..d8bcf805 100644 --- a/include/CacheBase.h +++ b/include/CacheBase.h @@ -3,7 +3,10 @@ * @brief Header file for CacheBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/CacheDisk.h b/include/CacheDisk.h index adecda9a..03935dcb 100644 --- a/include/CacheDisk.h +++ b/include/CacheDisk.h @@ -3,7 +3,10 @@ * @brief Header file for CacheDisk class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/CacheMemory.h b/include/CacheMemory.h index 29187799..03db05d1 100644 --- a/include/CacheMemory.h +++ b/include/CacheMemory.h @@ -3,7 +3,10 @@ * @brief Header file for CacheMemory class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ChannelLayouts.h b/include/ChannelLayouts.h index 657d2757..4c12822f 100644 --- a/include/ChannelLayouts.h +++ b/include/ChannelLayouts.h @@ -3,7 +3,10 @@ * @brief Header file for ChannelLayout class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ChunkReader.h b/include/ChunkReader.h index b780602b..022dfb77 100644 --- a/include/ChunkReader.h +++ b/include/ChunkReader.h @@ -3,7 +3,10 @@ * @brief Header file for ChunkReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ChunkWriter.h b/include/ChunkWriter.h index 2cdef4fe..2ecdf06e 100644 --- a/include/ChunkWriter.h +++ b/include/ChunkWriter.h @@ -3,7 +3,10 @@ * @brief Header file for ChunkWriter class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Clip.h b/include/Clip.h index 58eacab7..9f10148f 100644 --- a/include/Clip.h +++ b/include/Clip.h @@ -3,7 +3,10 @@ * @brief Header file for Clip class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ClipBase.h b/include/ClipBase.h index 1c5534fc..97d60ef6 100644 --- a/include/ClipBase.h +++ b/include/ClipBase.h @@ -3,7 +3,10 @@ * @brief Header file for ClipBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Color.h b/include/Color.h index a0edd602..8e9d152f 100644 --- a/include/Color.h +++ b/include/Color.h @@ -3,7 +3,10 @@ * @brief Header file for Color class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Coordinate.h b/include/Coordinate.h index bf561084..40e4bb63 100644 --- a/include/Coordinate.h +++ b/include/Coordinate.h @@ -3,7 +3,10 @@ * @brief Header file for Coordinate class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/CrashHandler.h b/include/CrashHandler.h index 12c79a86..1c6ed187 100644 --- a/include/CrashHandler.h +++ b/include/CrashHandler.h @@ -3,7 +3,10 @@ * @brief Header file for CrashHandler class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/DecklinkInput.h b/include/DecklinkInput.h index cfd5b6b1..ebac2baf 100644 --- a/include/DecklinkInput.h +++ b/include/DecklinkInput.h @@ -3,7 +3,10 @@ * @brief Header file for DecklinkInput class * @author Jonathan Thomas , Blackmagic Design * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2009 Blackmagic Design * diff --git a/include/DecklinkOutput.h b/include/DecklinkOutput.h index ddb6e9bc..f653b8dd 100644 --- a/include/DecklinkOutput.h +++ b/include/DecklinkOutput.h @@ -3,7 +3,10 @@ * @brief Header file for DecklinkOutput class * @author Jonathan Thomas , Blackmagic Design * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2009 Blackmagic Design * diff --git a/include/DecklinkReader.h b/include/DecklinkReader.h index 3ce9273f..29a8fdcb 100644 --- a/include/DecklinkReader.h +++ b/include/DecklinkReader.h @@ -3,7 +3,10 @@ * @brief Header file for DecklinkReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/DecklinkWriter.h b/include/DecklinkWriter.h index 00ac8b3e..3a65f0c1 100644 --- a/include/DecklinkWriter.h +++ b/include/DecklinkWriter.h @@ -3,7 +3,10 @@ * @brief Header file for DecklinkWriter class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/DummyReader.h b/include/DummyReader.h index e9bce1b5..692c7589 100644 --- a/include/DummyReader.h +++ b/include/DummyReader.h @@ -3,7 +3,10 @@ * @brief Header file for DummyReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/EffectBase.h b/include/EffectBase.h index d38e3f45..20cd8edc 100644 --- a/include/EffectBase.h +++ b/include/EffectBase.h @@ -3,7 +3,10 @@ * @brief Header file for EffectBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/EffectInfo.h b/include/EffectInfo.h index 999c9b6a..59b7d234 100644 --- a/include/EffectInfo.h +++ b/include/EffectInfo.h @@ -3,7 +3,10 @@ * @brief Header file for the EffectInfo class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Effects.h b/include/Effects.h index 224c48be..7297ba07 100644 --- a/include/Effects.h +++ b/include/Effects.h @@ -6,7 +6,10 @@ * @brief This header includes all commonly used effects for libopenshot, for ease-of-use. * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Enums.h b/include/Enums.h index fb91f1fa..505c28f6 100644 --- a/include/Enums.h +++ b/include/Enums.h @@ -3,7 +3,10 @@ * @brief Header file for TextReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Exceptions.h b/include/Exceptions.h index fe76d6dc..ae9755ae 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -3,7 +3,10 @@ * @brief Header file for all Exception classes * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/FFmpegReader.h b/include/FFmpegReader.h index 7ef44c50..331ca32a 100644 --- a/include/FFmpegReader.h +++ b/include/FFmpegReader.h @@ -3,7 +3,10 @@ * @brief Header file for FFmpegReader class * @author Jonathan Thomas , Fabrice Bellard * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of diff --git a/include/FFmpegUtilities.h b/include/FFmpegUtilities.h index 7e3e0070..1069bb2c 100644 --- a/include/FFmpegUtilities.h +++ b/include/FFmpegUtilities.h @@ -3,7 +3,10 @@ * @brief Header file for FFmpegUtilities * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/FFmpegWriter.h b/include/FFmpegWriter.h index 35dd1ed9..e4ebe176 100644 --- a/include/FFmpegWriter.h +++ b/include/FFmpegWriter.h @@ -3,7 +3,10 @@ * @brief Header file for FFmpegWriter class * @author Jonathan Thomas , Fabrice Bellard * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of diff --git a/include/Fraction.h b/include/Fraction.h index 7f5e5881..178cca41 100644 --- a/include/Fraction.h +++ b/include/Fraction.h @@ -3,7 +3,10 @@ * @brief Header file for Fraction class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Frame.h b/include/Frame.h index 6b682edb..d34800ff 100644 --- a/include/Frame.h +++ b/include/Frame.h @@ -3,7 +3,10 @@ * @brief Header file for Frame class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/FrameMapper.h b/include/FrameMapper.h index d046af25..66020951 100644 --- a/include/FrameMapper.h +++ b/include/FrameMapper.h @@ -3,7 +3,10 @@ * @brief Header file for the FrameMapper class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ImageReader.h b/include/ImageReader.h index e698e0c1..2ba2be8d 100644 --- a/include/ImageReader.h +++ b/include/ImageReader.h @@ -3,7 +3,10 @@ * @brief Header file for ImageReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ImageWriter.h b/include/ImageWriter.h index 25177134..41c460e1 100644 --- a/include/ImageWriter.h +++ b/include/ImageWriter.h @@ -3,7 +3,10 @@ * @brief Header file for ImageWriter class * @author Jonathan Thomas , Fabrice Bellard * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of diff --git a/include/Json.h b/include/Json.h index 970034a5..bacd59a1 100644 --- a/include/Json.h +++ b/include/Json.h @@ -3,7 +3,10 @@ * @brief Header file for JSON class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/KeyFrame.h b/include/KeyFrame.h index bab87f7c..1aca9cc0 100644 --- a/include/KeyFrame.h +++ b/include/KeyFrame.h @@ -3,7 +3,10 @@ * @brief Header file for the Keyframe class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/OpenMPUtilities.h b/include/OpenMPUtilities.h index 7c198a76..dcde3c32 100644 --- a/include/OpenMPUtilities.h +++ b/include/OpenMPUtilities.h @@ -3,7 +3,10 @@ * @brief Header file for OpenMPUtilities (set some common macros) * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/OpenShot.h b/include/OpenShot.h index 207f4b42..d7c62af6 100644 --- a/include/OpenShot.h +++ b/include/OpenShot.h @@ -71,6 +71,7 @@ * ### Want to Learn More? ### * To continue learning about libopenshot, take a look at the full list of classes available. * + * \anchor License * ### License & Copyright ### * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/PlayerBase.h b/include/PlayerBase.h index ecc222a8..d6ff64f5 100644 --- a/include/PlayerBase.h +++ b/include/PlayerBase.h @@ -3,7 +3,10 @@ * @brief Header file for PlayerBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Point.h b/include/Point.h index 139aa64d..8eabf7c8 100644 --- a/include/Point.h +++ b/include/Point.h @@ -3,7 +3,10 @@ * @brief Header file for Point class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Profiles.h b/include/Profiles.h index fa279d57..f7621551 100644 --- a/include/Profiles.h +++ b/include/Profiles.h @@ -3,7 +3,10 @@ * @brief Header file for Profile class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/AudioPlaybackThread.h b/include/Qt/AudioPlaybackThread.h index be26c4e8..eaf3b73c 100644 --- a/include/Qt/AudioPlaybackThread.h +++ b/include/Qt/AudioPlaybackThread.h @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/PlayerDemo.h b/include/Qt/PlayerDemo.h index c02f863c..3749ce4c 100644 --- a/include/Qt/PlayerDemo.h +++ b/include/Qt/PlayerDemo.h @@ -3,7 +3,10 @@ * @brief Header file for demo application for QtPlayer class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/PlayerPrivate.h b/include/Qt/PlayerPrivate.h index f626fb99..4745018e 100644 --- a/include/Qt/PlayerPrivate.h +++ b/include/Qt/PlayerPrivate.h @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/VideoCacheThread.h b/include/Qt/VideoCacheThread.h index 4afb7ee5..db932263 100644 --- a/include/Qt/VideoCacheThread.h +++ b/include/Qt/VideoCacheThread.h @@ -3,7 +3,10 @@ * @brief Source file for VideoCacheThread class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/VideoPlaybackThread.h b/include/Qt/VideoPlaybackThread.h index 90dc3681..363c5d1d 100644 --- a/include/Qt/VideoPlaybackThread.h +++ b/include/Qt/VideoPlaybackThread.h @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/VideoRenderWidget.h b/include/Qt/VideoRenderWidget.h index 19675cc8..82bb8320 100644 --- a/include/Qt/VideoRenderWidget.h +++ b/include/Qt/VideoRenderWidget.h @@ -3,7 +3,10 @@ * @brief Header file for Video RendererWidget class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Qt/VideoRenderer.h b/include/Qt/VideoRenderer.h index aaf973ca..4b1fcc89 100644 --- a/include/Qt/VideoRenderer.h +++ b/include/Qt/VideoRenderer.h @@ -3,7 +3,10 @@ * @brief Header file for Video Renderer class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/QtImageReader.h b/include/QtImageReader.h index d26c9b79..c7196e6b 100644 --- a/include/QtImageReader.h +++ b/include/QtImageReader.h @@ -3,7 +3,10 @@ * @brief Header file for QtImageReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/QtPlayer.h b/include/QtPlayer.h index c9137f5e..aaa12fa0 100644 --- a/include/QtPlayer.h +++ b/include/QtPlayer.h @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ReaderBase.h b/include/ReaderBase.h index efbd5bc7..4f9f724d 100644 --- a/include/ReaderBase.h +++ b/include/ReaderBase.h @@ -3,7 +3,10 @@ * @brief Header file for ReaderBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/RendererBase.h b/include/RendererBase.h index c71d664a..787a254f 100644 --- a/include/RendererBase.h +++ b/include/RendererBase.h @@ -3,7 +3,10 @@ * @brief Header file for RendererBase class * @author Duzy Chan * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Settings.h b/include/Settings.h index 89561034..984e3685 100644 --- a/include/Settings.h +++ b/include/Settings.h @@ -3,7 +3,10 @@ * @brief Header file for global Settings class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Tests.h b/include/Tests.h index b7d9dbf5..208cfaf1 100644 --- a/include/Tests.h +++ b/include/Tests.h @@ -3,7 +3,10 @@ * @brief Header file for UnitTests * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/TextReader.h b/include/TextReader.h index d7d653d2..447ae08c 100644 --- a/include/TextReader.h +++ b/include/TextReader.h @@ -3,7 +3,10 @@ * @brief Header file for TextReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Timeline.h b/include/Timeline.h index 11911d40..dea81bf2 100644 --- a/include/Timeline.h +++ b/include/Timeline.h @@ -3,7 +3,10 @@ * @brief Header file for Timeline class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/Version.h b/include/Version.h index 6077cde5..be17ca9a 100644 --- a/include/Version.h +++ b/include/Version.h @@ -3,7 +3,10 @@ * @brief Header file that includes the version number of libopenshot * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/WriterBase.h b/include/WriterBase.h index 8f424054..e8caf72f 100644 --- a/include/WriterBase.h +++ b/include/WriterBase.h @@ -3,7 +3,10 @@ * @brief Header file for WriterBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/ZmqLogger.h b/include/ZmqLogger.h index 8ababac0..ba736382 100644 --- a/include/ZmqLogger.h +++ b/include/ZmqLogger.h @@ -3,7 +3,10 @@ * @brief Header file for ZeroMQ-based Logger class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Bars.h b/include/effects/Bars.h index 27d21725..c9d90325 100644 --- a/include/effects/Bars.h +++ b/include/effects/Bars.h @@ -3,7 +3,10 @@ * @brief Header file for Bars effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Blur.h b/include/effects/Blur.h index 314dabbe..c4a92772 100644 --- a/include/effects/Blur.h +++ b/include/effects/Blur.h @@ -3,7 +3,10 @@ * @brief Header file for Blur effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Brightness.h b/include/effects/Brightness.h index 67ab4c9c..572f2b11 100644 --- a/include/effects/Brightness.h +++ b/include/effects/Brightness.h @@ -3,7 +3,10 @@ * @brief Header file for Brightness class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/ChromaKey.h b/include/effects/ChromaKey.h index 000dbba4..c08a09f5 100644 --- a/include/effects/ChromaKey.h +++ b/include/effects/ChromaKey.h @@ -3,7 +3,10 @@ * @brief Header file for ChromaKey class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/ColorShift.h b/include/effects/ColorShift.h index 4b3de2bb..b2f2f115 100644 --- a/include/effects/ColorShift.h +++ b/include/effects/ColorShift.h @@ -3,7 +3,10 @@ * @brief Header file for Color Shift effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Crop.h b/include/effects/Crop.h index 7921a78d..da78dbe3 100644 --- a/include/effects/Crop.h +++ b/include/effects/Crop.h @@ -3,7 +3,10 @@ * @brief Header file for Crop effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Deinterlace.h b/include/effects/Deinterlace.h index c1fb7227..7614fb37 100644 --- a/include/effects/Deinterlace.h +++ b/include/effects/Deinterlace.h @@ -3,7 +3,10 @@ * @brief Header file for De-interlace class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Hue.h b/include/effects/Hue.h index 4f680047..c023fdef 100644 --- a/include/effects/Hue.h +++ b/include/effects/Hue.h @@ -3,7 +3,10 @@ * @brief Header file for Hue effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Mask.h b/include/effects/Mask.h index ef707f5f..badbaf40 100644 --- a/include/effects/Mask.h +++ b/include/effects/Mask.h @@ -3,7 +3,10 @@ * @brief Header file for Mask class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Negate.h b/include/effects/Negate.h index 84621132..1618a427 100644 --- a/include/effects/Negate.h +++ b/include/effects/Negate.h @@ -3,7 +3,10 @@ * @brief Header file for Negate class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Pixelate.h b/include/effects/Pixelate.h index b8ca2998..50f555d6 100644 --- a/include/effects/Pixelate.h +++ b/include/effects/Pixelate.h @@ -3,7 +3,10 @@ * @brief Header file for Pixelate effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Saturation.h b/include/effects/Saturation.h index d49069a6..a7b3806f 100644 --- a/include/effects/Saturation.h +++ b/include/effects/Saturation.h @@ -3,7 +3,10 @@ * @brief Header file for Saturation class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Shift.h b/include/effects/Shift.h index 86ccf7a4..d6f2066b 100644 --- a/include/effects/Shift.h +++ b/include/effects/Shift.h @@ -3,7 +3,10 @@ * @brief Header file for Shift effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/include/effects/Wave.h b/include/effects/Wave.h index 04c1620f..ed28b8a0 100644 --- a/include/effects/Wave.h +++ b/include/effects/Wave.h @@ -3,7 +3,10 @@ * @brief Header file for Wave effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/AudioBufferSource.cpp b/src/AudioBufferSource.cpp index 3b00f742..c7eed591 100644 --- a/src/AudioBufferSource.cpp +++ b/src/AudioBufferSource.cpp @@ -3,7 +3,10 @@ * @brief Source file for AudioBufferSource class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/AudioReaderSource.cpp b/src/AudioReaderSource.cpp index b1bb2cd3..84d0bd0b 100644 --- a/src/AudioReaderSource.cpp +++ b/src/AudioReaderSource.cpp @@ -3,7 +3,10 @@ * @brief Source file for AudioReaderSource class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/AudioResampler.cpp b/src/AudioResampler.cpp index 442a91d9..0b5d2d3c 100644 --- a/src/AudioResampler.cpp +++ b/src/AudioResampler.cpp @@ -3,7 +3,10 @@ * @brief Source file for AudioResampler class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/CacheBase.cpp b/src/CacheBase.cpp index 874674c0..44abbdcf 100644 --- a/src/CacheBase.cpp +++ b/src/CacheBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for CacheBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/CacheDisk.cpp b/src/CacheDisk.cpp index 23854f3a..ce14d109 100644 --- a/src/CacheDisk.cpp +++ b/src/CacheDisk.cpp @@ -3,7 +3,10 @@ * @brief Source file for CacheDisk class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/CacheMemory.cpp b/src/CacheMemory.cpp index f830d74e..9536878a 100644 --- a/src/CacheMemory.cpp +++ b/src/CacheMemory.cpp @@ -3,7 +3,10 @@ * @brief Source file for Cache class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ChunkReader.cpp b/src/ChunkReader.cpp index fe552243..bfd25575 100644 --- a/src/ChunkReader.cpp +++ b/src/ChunkReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for ChunkReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ChunkWriter.cpp b/src/ChunkWriter.cpp index 958fecb7..2734bb1b 100644 --- a/src/ChunkWriter.cpp +++ b/src/ChunkWriter.cpp @@ -3,7 +3,10 @@ * @brief Source file for ChunkWriter class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Clip.cpp b/src/Clip.cpp index 2099705d..2e99106c 100644 --- a/src/Clip.cpp +++ b/src/Clip.cpp @@ -3,7 +3,10 @@ * @brief Source file for Clip class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ClipBase.cpp b/src/ClipBase.cpp index b2926244..26e7710b 100644 --- a/src/ClipBase.cpp +++ b/src/ClipBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for EffectBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Color.cpp b/src/Color.cpp index df2cf097..dec1571a 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -3,7 +3,10 @@ * @brief Source file for EffectBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Coordinate.cpp b/src/Coordinate.cpp index 60ea90b2..3fd293d6 100644 --- a/src/Coordinate.cpp +++ b/src/Coordinate.cpp @@ -3,7 +3,10 @@ * @brief Source file for Coordinate class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/CrashHandler.cpp b/src/CrashHandler.cpp index e7827d09..24d8975b 100644 --- a/src/CrashHandler.cpp +++ b/src/CrashHandler.cpp @@ -3,7 +3,10 @@ * @brief Source file for CrashHandler class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/DecklinkInput.cpp b/src/DecklinkInput.cpp index 99d13341..5a83931c 100644 --- a/src/DecklinkInput.cpp +++ b/src/DecklinkInput.cpp @@ -3,7 +3,10 @@ * @brief Source file for DecklinkInput class * @author Jonathan Thomas , Blackmagic Design * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2009 Blackmagic Design * diff --git a/src/DecklinkOutput.cpp b/src/DecklinkOutput.cpp index 8606420a..d86fe777 100644 --- a/src/DecklinkOutput.cpp +++ b/src/DecklinkOutput.cpp @@ -3,7 +3,10 @@ * @brief Source file for DecklinkOutput class * @author Jonathan Thomas , Blackmagic Design * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2009 Blackmagic Design * diff --git a/src/DecklinkReader.cpp b/src/DecklinkReader.cpp index 1d9b70b9..512389f6 100644 --- a/src/DecklinkReader.cpp +++ b/src/DecklinkReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for DecklinkReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/DecklinkWriter.cpp b/src/DecklinkWriter.cpp index dd0de9c5..25e2db27 100644 --- a/src/DecklinkWriter.cpp +++ b/src/DecklinkWriter.cpp @@ -3,7 +3,10 @@ * @brief Source file for DecklinkWriter class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/DummyReader.cpp b/src/DummyReader.cpp index dc77db5b..8e7c82c5 100644 --- a/src/DummyReader.cpp +++ b/src/DummyReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for DummyReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/EffectBase.cpp b/src/EffectBase.cpp index c0afded8..6c095402 100644 --- a/src/EffectBase.cpp +++ b/src/EffectBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for EffectBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/EffectInfo.cpp b/src/EffectInfo.cpp index f9e4c409..9d094564 100644 --- a/src/EffectInfo.cpp +++ b/src/EffectInfo.cpp @@ -3,7 +3,10 @@ * @brief Source file for EffectInfo class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/FFmpegReader.cpp b/src/FFmpegReader.cpp index 6aa0938e..b6c9dd1e 100644 --- a/src/FFmpegReader.cpp +++ b/src/FFmpegReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for FFmpegReader class * @author Jonathan Thomas , Fabrice Bellard * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of diff --git a/src/FFmpegWriter.cpp b/src/FFmpegWriter.cpp index ddcd4e16..e052bc63 100644 --- a/src/FFmpegWriter.cpp +++ b/src/FFmpegWriter.cpp @@ -3,7 +3,10 @@ * @brief Source file for FFmpegWriter class * @author Jonathan Thomas , Fabrice Bellard * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of diff --git a/src/Fraction.cpp b/src/Fraction.cpp index 2d9c449c..ee5a961b 100644 --- a/src/Fraction.cpp +++ b/src/Fraction.cpp @@ -3,7 +3,10 @@ * @brief Source file for Fraction class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Frame.cpp b/src/Frame.cpp index aa7c0d87..d7edc889 100644 --- a/src/Frame.cpp +++ b/src/Frame.cpp @@ -3,7 +3,10 @@ * @brief Source file for Frame class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/FrameMapper.cpp b/src/FrameMapper.cpp index 113171a2..2b725615 100644 --- a/src/FrameMapper.cpp +++ b/src/FrameMapper.cpp @@ -3,7 +3,10 @@ * @brief Source file for the FrameMapper class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ImageReader.cpp b/src/ImageReader.cpp index f535666a..0f09631e 100644 --- a/src/ImageReader.cpp +++ b/src/ImageReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for ImageReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ImageWriter.cpp b/src/ImageWriter.cpp index 41626b09..1205a8ee 100644 --- a/src/ImageWriter.cpp +++ b/src/ImageWriter.cpp @@ -3,7 +3,10 @@ * @brief Source file for ImageWriter class * @author Jonathan Thomas , Fabrice Bellard * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of diff --git a/src/KeyFrame.cpp b/src/KeyFrame.cpp index 2b0389de..b82fa2ea 100644 --- a/src/KeyFrame.cpp +++ b/src/KeyFrame.cpp @@ -3,7 +3,10 @@ * @brief Source file for the Keyframe class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/PlayerBase.cpp b/src/PlayerBase.cpp index 2cfec475..f4686d9f 100644 --- a/src/PlayerBase.cpp +++ b/src/PlayerBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for PlayerBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Point.cpp b/src/Point.cpp index e55e6453..4b73bf6f 100644 --- a/src/Point.cpp +++ b/src/Point.cpp @@ -3,7 +3,10 @@ * @brief Source file for Point class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Profiles.cpp b/src/Profiles.cpp index 390e5765..a39100bc 100644 --- a/src/Profiles.cpp +++ b/src/Profiles.cpp @@ -3,7 +3,10 @@ * @brief Source file for Profile class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/AudioPlaybackThread.cpp b/src/Qt/AudioPlaybackThread.cpp index 7bad4649..3a286729 100644 --- a/src/Qt/AudioPlaybackThread.cpp +++ b/src/Qt/AudioPlaybackThread.cpp @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/PlayerDemo.cpp b/src/Qt/PlayerDemo.cpp index 8c5d267e..55862a96 100644 --- a/src/Qt/PlayerDemo.cpp +++ b/src/Qt/PlayerDemo.cpp @@ -3,7 +3,10 @@ * @brief Source file for Demo QtPlayer application * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/PlayerPrivate.cpp b/src/Qt/PlayerPrivate.cpp index 1839f1eb..2040375e 100644 --- a/src/Qt/PlayerPrivate.cpp +++ b/src/Qt/PlayerPrivate.cpp @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/VideoCacheThread.cpp b/src/Qt/VideoCacheThread.cpp index 208fcaab..1a90f1c6 100644 --- a/src/Qt/VideoCacheThread.cpp +++ b/src/Qt/VideoCacheThread.cpp @@ -3,7 +3,10 @@ * @brief Source file for VideoCacheThread class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/VideoPlaybackThread.cpp b/src/Qt/VideoPlaybackThread.cpp index cd116162..505a11d8 100644 --- a/src/Qt/VideoPlaybackThread.cpp +++ b/src/Qt/VideoPlaybackThread.cpp @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/VideoRenderWidget.cpp b/src/Qt/VideoRenderWidget.cpp index 8dd6a73c..64b539ff 100644 --- a/src/Qt/VideoRenderWidget.cpp +++ b/src/Qt/VideoRenderWidget.cpp @@ -3,7 +3,10 @@ * @brief Source file for Video RendererWidget class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/VideoRenderer.cpp b/src/Qt/VideoRenderer.cpp index 21e2e07b..70986b03 100644 --- a/src/Qt/VideoRenderer.cpp +++ b/src/Qt/VideoRenderer.cpp @@ -3,7 +3,10 @@ * @brief Source file for VideoRenderer class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Qt/demo/main.cpp b/src/Qt/demo/main.cpp index 795b3c25..9c7e18eb 100644 --- a/src/Qt/demo/main.cpp +++ b/src/Qt/demo/main.cpp @@ -3,7 +3,10 @@ * @brief Demo Qt application to test the QtPlayer class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/QtImageReader.cpp b/src/QtImageReader.cpp index 502ddb9a..c9fe6b4e 100644 --- a/src/QtImageReader.cpp +++ b/src/QtImageReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for QtImageReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/QtPlayer.cpp b/src/QtPlayer.cpp index 3287c19d..08d7df5e 100644 --- a/src/QtPlayer.cpp +++ b/src/QtPlayer.cpp @@ -4,7 +4,10 @@ * @author Duzy Chan * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ReaderBase.cpp b/src/ReaderBase.cpp index 3b1bb76f..1aa39e5a 100644 --- a/src/ReaderBase.cpp +++ b/src/ReaderBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for ReaderBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/RendererBase.cpp b/src/RendererBase.cpp index e21d984b..edd1f795 100644 --- a/src/RendererBase.cpp +++ b/src/RendererBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for RendererBase class * @author Duzy Chan * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Settings.cpp b/src/Settings.cpp index 8193ec6b..7c284624 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -3,7 +3,10 @@ * @brief Source file for global Settings class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/TextReader.cpp b/src/TextReader.cpp index 8234aa5d..fd9dcfef 100644 --- a/src/TextReader.cpp +++ b/src/TextReader.cpp @@ -3,7 +3,10 @@ * @brief Source file for TextReader class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/Timeline.cpp b/src/Timeline.cpp index 37d3f71c..d28b4ff8 100644 --- a/src/Timeline.cpp +++ b/src/Timeline.cpp @@ -3,7 +3,10 @@ * @brief Source file for Timeline class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/WriterBase.cpp b/src/WriterBase.cpp index 3697c52a..3a8b5f72 100644 --- a/src/WriterBase.cpp +++ b/src/WriterBase.cpp @@ -3,7 +3,10 @@ * @brief Source file for WriterBase class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/ZmqLogger.cpp b/src/ZmqLogger.cpp index 27da2977..cc38f9a4 100644 --- a/src/ZmqLogger.cpp +++ b/src/ZmqLogger.cpp @@ -3,7 +3,10 @@ * @brief Source file for ZeroMQ-based Logger class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Bars.cpp b/src/effects/Bars.cpp index a4a72c19..cc541cc2 100644 --- a/src/effects/Bars.cpp +++ b/src/effects/Bars.cpp @@ -3,7 +3,10 @@ * @brief Source file for Bars effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Blur.cpp b/src/effects/Blur.cpp index 6eafc2a1..39c70921 100644 --- a/src/effects/Blur.cpp +++ b/src/effects/Blur.cpp @@ -3,7 +3,10 @@ * @brief Source file for Blur effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Brightness.cpp b/src/effects/Brightness.cpp index 591bce6a..cac05b14 100644 --- a/src/effects/Brightness.cpp +++ b/src/effects/Brightness.cpp @@ -3,7 +3,10 @@ * @brief Source file for Brightness class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/ChromaKey.cpp b/src/effects/ChromaKey.cpp index 2c3008f2..3329b4df 100644 --- a/src/effects/ChromaKey.cpp +++ b/src/effects/ChromaKey.cpp @@ -3,7 +3,10 @@ * @brief Source file for ChromaKey class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/ColorShift.cpp b/src/effects/ColorShift.cpp index 00300561..2adb88ff 100644 --- a/src/effects/ColorShift.cpp +++ b/src/effects/ColorShift.cpp @@ -3,7 +3,10 @@ * @brief Source file for Color Shift effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Crop.cpp b/src/effects/Crop.cpp index 53953ec2..390d537e 100644 --- a/src/effects/Crop.cpp +++ b/src/effects/Crop.cpp @@ -3,7 +3,10 @@ * @brief Source file for Crop effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Deinterlace.cpp b/src/effects/Deinterlace.cpp index bf34d13f..fce8e1b1 100644 --- a/src/effects/Deinterlace.cpp +++ b/src/effects/Deinterlace.cpp @@ -3,7 +3,10 @@ * @brief Source file for De-interlace class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Hue.cpp b/src/effects/Hue.cpp index ae401a8b..e6c7e761 100644 --- a/src/effects/Hue.cpp +++ b/src/effects/Hue.cpp @@ -3,7 +3,10 @@ * @brief Source file for Hue effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Mask.cpp b/src/effects/Mask.cpp index f8f34ac6..d0adf8e7 100644 --- a/src/effects/Mask.cpp +++ b/src/effects/Mask.cpp @@ -3,7 +3,10 @@ * @brief Source file for Mask class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Negate.cpp b/src/effects/Negate.cpp index 8ff6e0d6..383ded34 100644 --- a/src/effects/Negate.cpp +++ b/src/effects/Negate.cpp @@ -3,7 +3,10 @@ * @brief Source file for Negate class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Pixelate.cpp b/src/effects/Pixelate.cpp index 78030283..3f27f7f8 100644 --- a/src/effects/Pixelate.cpp +++ b/src/effects/Pixelate.cpp @@ -3,7 +3,10 @@ * @brief Source file for Pixelate effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Saturation.cpp b/src/effects/Saturation.cpp index ecb3165f..4500ff9b 100644 --- a/src/effects/Saturation.cpp +++ b/src/effects/Saturation.cpp @@ -3,7 +3,10 @@ * @brief Source file for Saturation class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Shift.cpp b/src/effects/Shift.cpp index 80a7b2d7..30aaa5ae 100644 --- a/src/effects/Shift.cpp +++ b/src/effects/Shift.cpp @@ -3,7 +3,10 @@ * @brief Source file for Shift effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/effects/Wave.cpp b/src/effects/Wave.cpp index 0a1c5273..71b75dbd 100644 --- a/src/effects/Wave.cpp +++ b/src/effects/Wave.cpp @@ -3,7 +3,10 @@ * @brief Source file for Wave effect class * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/examples/Example.cpp b/src/examples/Example.cpp index 1e19f4d9..314a5ea2 100644 --- a/src/examples/Example.cpp +++ b/src/examples/Example.cpp @@ -3,7 +3,10 @@ * @brief Source file for Example Executable (example app for libopenshot) * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/src/examples/ExampleBlackmagic.cpp b/src/examples/ExampleBlackmagic.cpp index 0af6c9b4..84bbe809 100644 --- a/src/examples/ExampleBlackmagic.cpp +++ b/src/examples/ExampleBlackmagic.cpp @@ -3,7 +3,10 @@ * @brief Source file for Main_Blackmagic class (live greenscreen example app) * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Cache_Tests.cpp b/tests/Cache_Tests.cpp index 8cf64c40..4f97061f 100644 --- a/tests/Cache_Tests.cpp +++ b/tests/Cache_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Cache * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Clip_Tests.cpp b/tests/Clip_Tests.cpp index 1134e8ab..c8b23862 100644 --- a/tests/Clip_Tests.cpp +++ b/tests/Clip_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Clip * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Color_Tests.cpp b/tests/Color_Tests.cpp index b1976ea8..e01fe853 100644 --- a/tests/Color_Tests.cpp +++ b/tests/Color_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Color * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Coordinate_Tests.cpp b/tests/Coordinate_Tests.cpp index 0d513027..a871a911 100644 --- a/tests/Coordinate_Tests.cpp +++ b/tests/Coordinate_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Coordinate * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/FFmpegReader_Tests.cpp b/tests/FFmpegReader_Tests.cpp index 462a77c3..aff6cc64 100644 --- a/tests/FFmpegReader_Tests.cpp +++ b/tests/FFmpegReader_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::FFmpegReader * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/FFmpegWriter_Tests.cpp b/tests/FFmpegWriter_Tests.cpp index 73357f21..67882b05 100644 --- a/tests/FFmpegWriter_Tests.cpp +++ b/tests/FFmpegWriter_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::FFmpegWriter * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Fraction_Tests.cpp b/tests/Fraction_Tests.cpp index 89becdef..4fabcf6d 100644 --- a/tests/Fraction_Tests.cpp +++ b/tests/Fraction_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Fraction * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/FrameMapper_Tests.cpp b/tests/FrameMapper_Tests.cpp index 053df31f..6b0042dd 100644 --- a/tests/FrameMapper_Tests.cpp +++ b/tests/FrameMapper_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::FrameMapper * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/ImageWriter_Tests.cpp b/tests/ImageWriter_Tests.cpp index 107ee399..6400f84e 100644 --- a/tests/ImageWriter_Tests.cpp +++ b/tests/ImageWriter_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::ImageWriter * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/KeyFrame_Tests.cpp b/tests/KeyFrame_Tests.cpp index cbd1a0e0..1a16de0d 100644 --- a/tests/KeyFrame_Tests.cpp +++ b/tests/KeyFrame_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Keyframe * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Point_Tests.cpp b/tests/Point_Tests.cpp index 376a69d1..107f661c 100644 --- a/tests/Point_Tests.cpp +++ b/tests/Point_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Point * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/ReaderBase_Tests.cpp b/tests/ReaderBase_Tests.cpp index 70ca90d5..e4a3935b 100644 --- a/tests/ReaderBase_Tests.cpp +++ b/tests/ReaderBase_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::ReaderBase * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Settings_Tests.cpp b/tests/Settings_Tests.cpp index 1b8180c9..5bb020f1 100644 --- a/tests/Settings_Tests.cpp +++ b/tests/Settings_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Color * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/Timeline_Tests.cpp b/tests/Timeline_Tests.cpp index 22f33894..9ad42f2c 100644 --- a/tests/Timeline_Tests.cpp +++ b/tests/Timeline_Tests.cpp @@ -3,7 +3,10 @@ * @brief Unit tests for openshot::Timeline * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of diff --git a/tests/tests.cpp b/tests/tests.cpp index 2321513d..ca01331c 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -3,7 +3,10 @@ * @brief Source code for Unit test executable (runs all tests and reports successes and failures) * @author Jonathan Thomas * - * @section LICENSE + * @ref License + */ + +/* LICENSE * * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of From ae96690e074fa8ff7c52fe1eeda727d9d0617b03 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sun, 9 Jun 2019 08:31:40 -0400 Subject: [PATCH 02/13] Doxyfile.in: Exclude python source --- Doxyfile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 7cf50631..ba047c6b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -798,7 +798,9 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = "*/.*" \ "*/.*/*" \ "*/src/Main.cpp*" \ - "*/src/Main_Blackmagic.cpp*" + "*/src/Main_Blackmagic.cpp*" \ + "*/src/bindings/*" \ + "*.py" # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the From f170fdd009465ffea765e58e8d5cebd1d541fdfe Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Tue, 11 Jun 2019 06:48:32 -0400 Subject: [PATCH 03/13] Update copyright range to current year --- include/AudioBufferSource.h | 2 +- include/AudioDeviceInfo.h | 2 +- include/AudioReaderSource.h | 2 +- include/AudioResampler.h | 2 +- include/CacheBase.h | 2 +- include/CacheDisk.h | 2 +- include/CacheMemory.h | 2 +- include/ChannelLayouts.h | 2 +- include/ChunkReader.h | 2 +- include/ChunkWriter.h | 2 +- include/Clip.h | 2 +- include/ClipBase.h | 2 +- include/Color.h | 2 +- include/Coordinate.h | 2 +- include/CrashHandler.h | 2 +- include/DecklinkInput.h | 2 +- include/DecklinkOutput.h | 2 +- include/DecklinkReader.h | 2 +- include/DecklinkWriter.h | 2 +- include/DummyReader.h | 2 +- include/EffectBase.h | 2 +- include/EffectInfo.h | 2 +- include/Effects.h | 2 +- include/Enums.h | 2 +- include/Exceptions.h | 2 +- include/FFmpegUtilities.h | 2 +- include/Fraction.h | 2 +- include/Frame.h | 2 +- include/FrameMapper.h | 2 +- include/ImageReader.h | 2 +- include/Json.h | 2 +- include/KeyFrame.h | 2 +- include/OpenMPUtilities.h | 2 +- include/OpenShot.h | 2 +- include/PlayerBase.h | 2 +- include/Point.h | 2 +- include/Profiles.h | 2 +- include/Qt/AudioPlaybackThread.h | 2 +- include/Qt/PlayerDemo.h | 2 +- include/Qt/PlayerPrivate.h | 2 +- include/Qt/VideoCacheThread.h | 2 +- include/Qt/VideoPlaybackThread.h | 2 +- include/Qt/VideoRenderWidget.h | 2 +- include/Qt/VideoRenderer.h | 2 +- include/QtImageReader.h | 2 +- include/QtPlayer.h | 2 +- include/ReaderBase.h | 2 +- include/RendererBase.h | 2 +- include/Settings.h | 2 +- include/Tests.h | 2 +- include/TextReader.h | 2 +- include/Timeline.h | 2 +- include/Version.h | 2 +- include/WriterBase.h | 2 +- include/ZmqLogger.h | 2 +- include/effects/Bars.h | 2 +- include/effects/Blur.h | 2 +- include/effects/Brightness.h | 2 +- include/effects/ChromaKey.h | 2 +- include/effects/ColorShift.h | 2 +- include/effects/Crop.h | 2 +- include/effects/Deinterlace.h | 2 +- include/effects/Hue.h | 2 +- include/effects/Mask.h | 2 +- include/effects/Negate.h | 2 +- include/effects/Pixelate.h | 2 +- include/effects/Saturation.h | 2 +- include/effects/Shift.h | 2 +- include/effects/Wave.h | 2 +- src/AudioBufferSource.cpp | 2 +- src/AudioReaderSource.cpp | 2 +- src/AudioResampler.cpp | 2 +- src/CMakeLists.txt | 2 +- src/CacheBase.cpp | 2 +- src/CacheDisk.cpp | 2 +- src/CacheMemory.cpp | 2 +- src/ChunkReader.cpp | 2 +- src/ChunkWriter.cpp | 2 +- src/Clip.cpp | 2 +- src/ClipBase.cpp | 2 +- src/Color.cpp | 2 +- src/Coordinate.cpp | 2 +- src/CrashHandler.cpp | 2 +- src/DecklinkInput.cpp | 2 +- src/DecklinkOutput.cpp | 2 +- src/DecklinkReader.cpp | 2 +- src/DecklinkWriter.cpp | 2 +- src/DummyReader.cpp | 2 +- src/EffectBase.cpp | 2 +- src/EffectInfo.cpp | 2 +- src/Fraction.cpp | 2 +- src/Frame.cpp | 2 +- src/FrameMapper.cpp | 2 +- src/ImageReader.cpp | 2 +- src/KeyFrame.cpp | 2 +- src/PlayerBase.cpp | 2 +- src/Point.cpp | 2 +- src/Profiles.cpp | 2 +- src/Qt/AudioPlaybackThread.cpp | 2 +- src/Qt/PlayerDemo.cpp | 2 +- src/Qt/PlayerPrivate.cpp | 2 +- src/Qt/VideoCacheThread.cpp | 2 +- src/Qt/VideoPlaybackThread.cpp | 2 +- src/Qt/VideoRenderWidget.cpp | 2 +- src/Qt/VideoRenderer.cpp | 2 +- src/Qt/demo/main.cpp | 2 +- src/QtImageReader.cpp | 2 +- src/QtPlayer.cpp | 2 +- src/ReaderBase.cpp | 2 +- src/RendererBase.cpp | 2 +- src/Settings.cpp | 2 +- src/TextReader.cpp | 2 +- src/Timeline.cpp | 2 +- src/WriterBase.cpp | 2 +- src/ZmqLogger.cpp | 2 +- src/bindings/CMakeLists.txt | 2 +- src/bindings/python/CMakeLists.txt | 2 +- src/bindings/python/openshot.i | 2 +- src/bindings/ruby/CMakeLists.txt | 2 +- src/bindings/ruby/openshot.i | 2 +- src/effects/Bars.cpp | 2 +- src/effects/Blur.cpp | 2 +- src/effects/Brightness.cpp | 2 +- src/effects/ChromaKey.cpp | 2 +- src/effects/ColorShift.cpp | 2 +- src/effects/Crop.cpp | 2 +- src/effects/Deinterlace.cpp | 2 +- src/effects/Hue.cpp | 2 +- src/effects/Mask.cpp | 2 +- src/effects/Negate.cpp | 2 +- src/effects/Pixelate.cpp | 2 +- src/effects/Saturation.cpp | 2 +- src/effects/Shift.cpp | 2 +- src/effects/Wave.cpp | 2 +- src/examples/Example.cpp | 2 +- src/examples/ExampleBlackmagic.cpp | 2 +- tests/CMakeLists.txt | 2 +- tests/Cache_Tests.cpp | 2 +- tests/Clip_Tests.cpp | 2 +- tests/Color_Tests.cpp | 2 +- tests/Coordinate_Tests.cpp | 2 +- tests/FFmpegReader_Tests.cpp | 2 +- tests/FFmpegWriter_Tests.cpp | 2 +- tests/Fraction_Tests.cpp | 2 +- tests/FrameMapper_Tests.cpp | 2 +- tests/ImageWriter_Tests.cpp | 2 +- tests/KeyFrame_Tests.cpp | 2 +- tests/Point_Tests.cpp | 2 +- tests/ReaderBase_Tests.cpp | 2 +- tests/Settings_Tests.cpp | 2 +- tests/Timeline_Tests.cpp | 2 +- tests/tests.cpp | 2 +- 152 files changed, 152 insertions(+), 152 deletions(-) diff --git a/include/AudioBufferSource.h b/include/AudioBufferSource.h index 0b72aa5d..4addb37d 100644 --- a/include/AudioBufferSource.h +++ b/include/AudioBufferSource.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/AudioDeviceInfo.h b/include/AudioDeviceInfo.h index f58c1562..4099430e 100644 --- a/include/AudioDeviceInfo.h +++ b/include/AudioDeviceInfo.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/AudioReaderSource.h b/include/AudioReaderSource.h index a60f940e..679aed61 100644 --- a/include/AudioReaderSource.h +++ b/include/AudioReaderSource.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/AudioResampler.h b/include/AudioResampler.h index 16d35906..85a44b1f 100644 --- a/include/AudioResampler.h +++ b/include/AudioResampler.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CacheBase.h b/include/CacheBase.h index d8bcf805..af24b153 100644 --- a/include/CacheBase.h +++ b/include/CacheBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CacheDisk.h b/include/CacheDisk.h index 03935dcb..11a8808c 100644 --- a/include/CacheDisk.h +++ b/include/CacheDisk.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CacheMemory.h b/include/CacheMemory.h index 03db05d1..eb11f273 100644 --- a/include/CacheMemory.h +++ b/include/CacheMemory.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ChannelLayouts.h b/include/ChannelLayouts.h index 4c12822f..673eeccd 100644 --- a/include/ChannelLayouts.h +++ b/include/ChannelLayouts.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ChunkReader.h b/include/ChunkReader.h index 022dfb77..5b330b70 100644 --- a/include/ChunkReader.h +++ b/include/ChunkReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ChunkWriter.h b/include/ChunkWriter.h index 2ecdf06e..5ac9be4a 100644 --- a/include/ChunkWriter.h +++ b/include/ChunkWriter.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Clip.h b/include/Clip.h index 9f10148f..52be853e 100644 --- a/include/Clip.h +++ b/include/Clip.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ClipBase.h b/include/ClipBase.h index 97d60ef6..adbf11ef 100644 --- a/include/ClipBase.h +++ b/include/ClipBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Color.h b/include/Color.h index 8e9d152f..d06bee91 100644 --- a/include/Color.h +++ b/include/Color.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Coordinate.h b/include/Coordinate.h index 40e4bb63..6ab296dc 100644 --- a/include/Coordinate.h +++ b/include/Coordinate.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CrashHandler.h b/include/CrashHandler.h index 1c6ed187..76d788f2 100644 --- a/include/CrashHandler.h +++ b/include/CrashHandler.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkInput.h b/include/DecklinkInput.h index ebac2baf..87207505 100644 --- a/include/DecklinkInput.h +++ b/include/DecklinkInput.h @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkOutput.h b/include/DecklinkOutput.h index f653b8dd..ebaa9ab4 100644 --- a/include/DecklinkOutput.h +++ b/include/DecklinkOutput.h @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkReader.h b/include/DecklinkReader.h index 29a8fdcb..3dc7e23d 100644 --- a/include/DecklinkReader.h +++ b/include/DecklinkReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkWriter.h b/include/DecklinkWriter.h index 3a65f0c1..809890f3 100644 --- a/include/DecklinkWriter.h +++ b/include/DecklinkWriter.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DummyReader.h b/include/DummyReader.h index 692c7589..adae512f 100644 --- a/include/DummyReader.h +++ b/include/DummyReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/EffectBase.h b/include/EffectBase.h index 20cd8edc..cd39c272 100644 --- a/include/EffectBase.h +++ b/include/EffectBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/EffectInfo.h b/include/EffectInfo.h index 59b7d234..7806f096 100644 --- a/include/EffectInfo.h +++ b/include/EffectInfo.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Effects.h b/include/Effects.h index 7297ba07..746da4c0 100644 --- a/include/Effects.h +++ b/include/Effects.h @@ -11,7 +11,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Enums.h b/include/Enums.h index 505c28f6..387191ea 100644 --- a/include/Enums.h +++ b/include/Enums.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Exceptions.h b/include/Exceptions.h index ae9755ae..0fb2bb1e 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/FFmpegUtilities.h b/include/FFmpegUtilities.h index 1069bb2c..a6b83015 100644 --- a/include/FFmpegUtilities.h +++ b/include/FFmpegUtilities.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Fraction.h b/include/Fraction.h index 178cca41..9ffcda1f 100644 --- a/include/Fraction.h +++ b/include/Fraction.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Frame.h b/include/Frame.h index d34800ff..911e2713 100644 --- a/include/Frame.h +++ b/include/Frame.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/FrameMapper.h b/include/FrameMapper.h index 66020951..78e8944e 100644 --- a/include/FrameMapper.h +++ b/include/FrameMapper.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ImageReader.h b/include/ImageReader.h index 2ba2be8d..25bdc68c 100644 --- a/include/ImageReader.h +++ b/include/ImageReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Json.h b/include/Json.h index bacd59a1..3a10ab74 100644 --- a/include/Json.h +++ b/include/Json.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/KeyFrame.h b/include/KeyFrame.h index 1aca9cc0..14f519a1 100644 --- a/include/KeyFrame.h +++ b/include/KeyFrame.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/OpenMPUtilities.h b/include/OpenMPUtilities.h index dcde3c32..b78c3742 100644 --- a/include/OpenMPUtilities.h +++ b/include/OpenMPUtilities.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/OpenShot.h b/include/OpenShot.h index d7c62af6..8987f5e5 100644 --- a/include/OpenShot.h +++ b/include/OpenShot.h @@ -73,7 +73,7 @@ * * \anchor License * ### License & Copyright ### - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/PlayerBase.h b/include/PlayerBase.h index d6ff64f5..ecc8f5f2 100644 --- a/include/PlayerBase.h +++ b/include/PlayerBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Point.h b/include/Point.h index 8eabf7c8..d9a5e33d 100644 --- a/include/Point.h +++ b/include/Point.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Profiles.h b/include/Profiles.h index f7621551..a6e3d22d 100644 --- a/include/Profiles.h +++ b/include/Profiles.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/AudioPlaybackThread.h b/include/Qt/AudioPlaybackThread.h index eaf3b73c..94abf806 100644 --- a/include/Qt/AudioPlaybackThread.h +++ b/include/Qt/AudioPlaybackThread.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/PlayerDemo.h b/include/Qt/PlayerDemo.h index 3749ce4c..e5d304a4 100644 --- a/include/Qt/PlayerDemo.h +++ b/include/Qt/PlayerDemo.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/PlayerPrivate.h b/include/Qt/PlayerPrivate.h index 4745018e..f846fb2a 100644 --- a/include/Qt/PlayerPrivate.h +++ b/include/Qt/PlayerPrivate.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoCacheThread.h b/include/Qt/VideoCacheThread.h index db932263..6fbf6d58 100644 --- a/include/Qt/VideoCacheThread.h +++ b/include/Qt/VideoCacheThread.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoPlaybackThread.h b/include/Qt/VideoPlaybackThread.h index 363c5d1d..753c7778 100644 --- a/include/Qt/VideoPlaybackThread.h +++ b/include/Qt/VideoPlaybackThread.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoRenderWidget.h b/include/Qt/VideoRenderWidget.h index 82bb8320..429940e7 100644 --- a/include/Qt/VideoRenderWidget.h +++ b/include/Qt/VideoRenderWidget.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoRenderer.h b/include/Qt/VideoRenderer.h index 4b1fcc89..1bdbfac3 100644 --- a/include/Qt/VideoRenderer.h +++ b/include/Qt/VideoRenderer.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/QtImageReader.h b/include/QtImageReader.h index c7196e6b..a6f70165 100644 --- a/include/QtImageReader.h +++ b/include/QtImageReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/QtPlayer.h b/include/QtPlayer.h index aaa12fa0..5d0beba6 100644 --- a/include/QtPlayer.h +++ b/include/QtPlayer.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ReaderBase.h b/include/ReaderBase.h index 4f9f724d..4579ebb6 100644 --- a/include/ReaderBase.h +++ b/include/ReaderBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/RendererBase.h b/include/RendererBase.h index 787a254f..2638d336 100644 --- a/include/RendererBase.h +++ b/include/RendererBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Settings.h b/include/Settings.h index 984e3685..11d7f76c 100644 --- a/include/Settings.h +++ b/include/Settings.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Tests.h b/include/Tests.h index 208cfaf1..b647cb0e 100644 --- a/include/Tests.h +++ b/include/Tests.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/TextReader.h b/include/TextReader.h index 447ae08c..0444c2d5 100644 --- a/include/TextReader.h +++ b/include/TextReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Timeline.h b/include/Timeline.h index dea81bf2..a9ada689 100644 --- a/include/Timeline.h +++ b/include/Timeline.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Version.h b/include/Version.h index be17ca9a..ec9e94a6 100644 --- a/include/Version.h +++ b/include/Version.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/WriterBase.h b/include/WriterBase.h index e8caf72f..e03263ed 100644 --- a/include/WriterBase.h +++ b/include/WriterBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ZmqLogger.h b/include/ZmqLogger.h index ba736382..96e16213 100644 --- a/include/ZmqLogger.h +++ b/include/ZmqLogger.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Bars.h b/include/effects/Bars.h index c9d90325..eb49a07f 100644 --- a/include/effects/Bars.h +++ b/include/effects/Bars.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Blur.h b/include/effects/Blur.h index c4a92772..cdb1402a 100644 --- a/include/effects/Blur.h +++ b/include/effects/Blur.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Brightness.h b/include/effects/Brightness.h index 572f2b11..cb828442 100644 --- a/include/effects/Brightness.h +++ b/include/effects/Brightness.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/ChromaKey.h b/include/effects/ChromaKey.h index c08a09f5..eca5cf74 100644 --- a/include/effects/ChromaKey.h +++ b/include/effects/ChromaKey.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/ColorShift.h b/include/effects/ColorShift.h index b2f2f115..ba2326f7 100644 --- a/include/effects/ColorShift.h +++ b/include/effects/ColorShift.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Crop.h b/include/effects/Crop.h index da78dbe3..c79ec83d 100644 --- a/include/effects/Crop.h +++ b/include/effects/Crop.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Deinterlace.h b/include/effects/Deinterlace.h index 7614fb37..14b13e21 100644 --- a/include/effects/Deinterlace.h +++ b/include/effects/Deinterlace.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Hue.h b/include/effects/Hue.h index c023fdef..02d8cf9b 100644 --- a/include/effects/Hue.h +++ b/include/effects/Hue.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Mask.h b/include/effects/Mask.h index badbaf40..253dbfe3 100644 --- a/include/effects/Mask.h +++ b/include/effects/Mask.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Negate.h b/include/effects/Negate.h index 1618a427..89969a9e 100644 --- a/include/effects/Negate.h +++ b/include/effects/Negate.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Pixelate.h b/include/effects/Pixelate.h index 50f555d6..5cb0cffb 100644 --- a/include/effects/Pixelate.h +++ b/include/effects/Pixelate.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Saturation.h b/include/effects/Saturation.h index a7b3806f..cd714d6e 100644 --- a/include/effects/Saturation.h +++ b/include/effects/Saturation.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Shift.h b/include/effects/Shift.h index d6f2066b..c208ded6 100644 --- a/include/effects/Shift.h +++ b/include/effects/Shift.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Wave.h b/include/effects/Wave.h index ed28b8a0..ce2e8618 100644 --- a/include/effects/Wave.h +++ b/include/effects/Wave.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/AudioBufferSource.cpp b/src/AudioBufferSource.cpp index c7eed591..912d2552 100644 --- a/src/AudioBufferSource.cpp +++ b/src/AudioBufferSource.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/AudioReaderSource.cpp b/src/AudioReaderSource.cpp index 84d0bd0b..4c42d2ed 100644 --- a/src/AudioReaderSource.cpp +++ b/src/AudioReaderSource.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/AudioResampler.cpp b/src/AudioResampler.cpp index 0b5d2d3c..3aafb75d 100644 --- a/src/AudioResampler.cpp +++ b/src/AudioResampler.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d793ffa2..538f2284 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/CacheBase.cpp b/src/CacheBase.cpp index 44abbdcf..8270b393 100644 --- a/src/CacheBase.cpp +++ b/src/CacheBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CacheDisk.cpp b/src/CacheDisk.cpp index ce14d109..2027cee6 100644 --- a/src/CacheDisk.cpp +++ b/src/CacheDisk.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CacheMemory.cpp b/src/CacheMemory.cpp index 9536878a..5b4c9a6b 100644 --- a/src/CacheMemory.cpp +++ b/src/CacheMemory.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ChunkReader.cpp b/src/ChunkReader.cpp index bfd25575..1c78b5dd 100644 --- a/src/ChunkReader.cpp +++ b/src/ChunkReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ChunkWriter.cpp b/src/ChunkWriter.cpp index 2734bb1b..5dad4df3 100644 --- a/src/ChunkWriter.cpp +++ b/src/ChunkWriter.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Clip.cpp b/src/Clip.cpp index 2e99106c..50a46f6e 100644 --- a/src/Clip.cpp +++ b/src/Clip.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ClipBase.cpp b/src/ClipBase.cpp index 26e7710b..1517a7e3 100644 --- a/src/ClipBase.cpp +++ b/src/ClipBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Color.cpp b/src/Color.cpp index dec1571a..fafe8a8f 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Coordinate.cpp b/src/Coordinate.cpp index 3fd293d6..2a5bdfbe 100644 --- a/src/Coordinate.cpp +++ b/src/Coordinate.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CrashHandler.cpp b/src/CrashHandler.cpp index 24d8975b..1782f5ba 100644 --- a/src/CrashHandler.cpp +++ b/src/CrashHandler.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkInput.cpp b/src/DecklinkInput.cpp index 5a83931c..da5a8d00 100644 --- a/src/DecklinkInput.cpp +++ b/src/DecklinkInput.cpp @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkOutput.cpp b/src/DecklinkOutput.cpp index d86fe777..2dee7e9e 100644 --- a/src/DecklinkOutput.cpp +++ b/src/DecklinkOutput.cpp @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkReader.cpp b/src/DecklinkReader.cpp index 512389f6..3f45830a 100644 --- a/src/DecklinkReader.cpp +++ b/src/DecklinkReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkWriter.cpp b/src/DecklinkWriter.cpp index 25e2db27..7dcede04 100644 --- a/src/DecklinkWriter.cpp +++ b/src/DecklinkWriter.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DummyReader.cpp b/src/DummyReader.cpp index 8e7c82c5..6b643d88 100644 --- a/src/DummyReader.cpp +++ b/src/DummyReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/EffectBase.cpp b/src/EffectBase.cpp index 6c095402..33d0cc72 100644 --- a/src/EffectBase.cpp +++ b/src/EffectBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/EffectInfo.cpp b/src/EffectInfo.cpp index 9d094564..0b9c360d 100644 --- a/src/EffectInfo.cpp +++ b/src/EffectInfo.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Fraction.cpp b/src/Fraction.cpp index ee5a961b..c9cdad55 100644 --- a/src/Fraction.cpp +++ b/src/Fraction.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Frame.cpp b/src/Frame.cpp index d7edc889..2fff3435 100644 --- a/src/Frame.cpp +++ b/src/Frame.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/FrameMapper.cpp b/src/FrameMapper.cpp index 2b725615..d68270e0 100644 --- a/src/FrameMapper.cpp +++ b/src/FrameMapper.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ImageReader.cpp b/src/ImageReader.cpp index 0f09631e..1de252bd 100644 --- a/src/ImageReader.cpp +++ b/src/ImageReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/KeyFrame.cpp b/src/KeyFrame.cpp index b82fa2ea..776bd03a 100644 --- a/src/KeyFrame.cpp +++ b/src/KeyFrame.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/PlayerBase.cpp b/src/PlayerBase.cpp index f4686d9f..3c904afd 100644 --- a/src/PlayerBase.cpp +++ b/src/PlayerBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Point.cpp b/src/Point.cpp index 4b73bf6f..0606dca6 100644 --- a/src/Point.cpp +++ b/src/Point.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Profiles.cpp b/src/Profiles.cpp index a39100bc..0da0efe9 100644 --- a/src/Profiles.cpp +++ b/src/Profiles.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/AudioPlaybackThread.cpp b/src/Qt/AudioPlaybackThread.cpp index 3a286729..7a6e4569 100644 --- a/src/Qt/AudioPlaybackThread.cpp +++ b/src/Qt/AudioPlaybackThread.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/PlayerDemo.cpp b/src/Qt/PlayerDemo.cpp index 55862a96..110b69dc 100644 --- a/src/Qt/PlayerDemo.cpp +++ b/src/Qt/PlayerDemo.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/PlayerPrivate.cpp b/src/Qt/PlayerPrivate.cpp index 2040375e..d0f17842 100644 --- a/src/Qt/PlayerPrivate.cpp +++ b/src/Qt/PlayerPrivate.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoCacheThread.cpp b/src/Qt/VideoCacheThread.cpp index 1a90f1c6..fbe784f7 100644 --- a/src/Qt/VideoCacheThread.cpp +++ b/src/Qt/VideoCacheThread.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoPlaybackThread.cpp b/src/Qt/VideoPlaybackThread.cpp index 505a11d8..730a1d37 100644 --- a/src/Qt/VideoPlaybackThread.cpp +++ b/src/Qt/VideoPlaybackThread.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoRenderWidget.cpp b/src/Qt/VideoRenderWidget.cpp index 64b539ff..2bfe8fa2 100644 --- a/src/Qt/VideoRenderWidget.cpp +++ b/src/Qt/VideoRenderWidget.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoRenderer.cpp b/src/Qt/VideoRenderer.cpp index 70986b03..8d0e3a1d 100644 --- a/src/Qt/VideoRenderer.cpp +++ b/src/Qt/VideoRenderer.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/demo/main.cpp b/src/Qt/demo/main.cpp index 9c7e18eb..3e5f00ba 100644 --- a/src/Qt/demo/main.cpp +++ b/src/Qt/demo/main.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/QtImageReader.cpp b/src/QtImageReader.cpp index c9fe6b4e..111d83d7 100644 --- a/src/QtImageReader.cpp +++ b/src/QtImageReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/QtPlayer.cpp b/src/QtPlayer.cpp index 08d7df5e..c53de79d 100644 --- a/src/QtPlayer.cpp +++ b/src/QtPlayer.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ReaderBase.cpp b/src/ReaderBase.cpp index 1aa39e5a..ece0684f 100644 --- a/src/ReaderBase.cpp +++ b/src/ReaderBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/RendererBase.cpp b/src/RendererBase.cpp index edd1f795..b2bea40e 100644 --- a/src/RendererBase.cpp +++ b/src/RendererBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Settings.cpp b/src/Settings.cpp index 7c284624..e48fd981 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/TextReader.cpp b/src/TextReader.cpp index fd9dcfef..d435b77e 100644 --- a/src/TextReader.cpp +++ b/src/TextReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Timeline.cpp b/src/Timeline.cpp index d28b4ff8..da960230 100644 --- a/src/Timeline.cpp +++ b/src/Timeline.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/WriterBase.cpp b/src/WriterBase.cpp index 3a8b5f72..29fefe48 100644 --- a/src/WriterBase.cpp +++ b/src/WriterBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ZmqLogger.cpp b/src/ZmqLogger.cpp index cc38f9a4..f9ecc875 100644 --- a/src/ZmqLogger.cpp +++ b/src/ZmqLogger.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/bindings/CMakeLists.txt b/src/bindings/CMakeLists.txt index 0858eb4e..831b7bde 100644 --- a/src/bindings/CMakeLists.txt +++ b/src/bindings/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/python/CMakeLists.txt b/src/bindings/python/CMakeLists.txt index 2a481aa7..eb7c989a 100644 --- a/src/bindings/python/CMakeLists.txt +++ b/src/bindings/python/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/python/openshot.i b/src/bindings/python/openshot.i index ed34b658..74d2705b 100644 --- a/src/bindings/python/openshot.i +++ b/src/bindings/python/openshot.i @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/ruby/CMakeLists.txt b/src/bindings/ruby/CMakeLists.txt index 7e3bce99..e0987ca4 100644 --- a/src/bindings/ruby/CMakeLists.txt +++ b/src/bindings/ruby/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/ruby/openshot.i b/src/bindings/ruby/openshot.i index 2868708e..775421b6 100644 --- a/src/bindings/ruby/openshot.i +++ b/src/bindings/ruby/openshot.i @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/effects/Bars.cpp b/src/effects/Bars.cpp index cc541cc2..2868165f 100644 --- a/src/effects/Bars.cpp +++ b/src/effects/Bars.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Blur.cpp b/src/effects/Blur.cpp index 39c70921..69c1bbb2 100644 --- a/src/effects/Blur.cpp +++ b/src/effects/Blur.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Brightness.cpp b/src/effects/Brightness.cpp index cac05b14..ea438fc6 100644 --- a/src/effects/Brightness.cpp +++ b/src/effects/Brightness.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/ChromaKey.cpp b/src/effects/ChromaKey.cpp index 3329b4df..c0889e5e 100644 --- a/src/effects/ChromaKey.cpp +++ b/src/effects/ChromaKey.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/ColorShift.cpp b/src/effects/ColorShift.cpp index 2adb88ff..e80a1d0f 100644 --- a/src/effects/ColorShift.cpp +++ b/src/effects/ColorShift.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Crop.cpp b/src/effects/Crop.cpp index 390d537e..fa6d20ea 100644 --- a/src/effects/Crop.cpp +++ b/src/effects/Crop.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Deinterlace.cpp b/src/effects/Deinterlace.cpp index fce8e1b1..6da40d08 100644 --- a/src/effects/Deinterlace.cpp +++ b/src/effects/Deinterlace.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Hue.cpp b/src/effects/Hue.cpp index e6c7e761..a24595fc 100644 --- a/src/effects/Hue.cpp +++ b/src/effects/Hue.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Mask.cpp b/src/effects/Mask.cpp index d0adf8e7..4da1bb0a 100644 --- a/src/effects/Mask.cpp +++ b/src/effects/Mask.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Negate.cpp b/src/effects/Negate.cpp index 383ded34..650b1258 100644 --- a/src/effects/Negate.cpp +++ b/src/effects/Negate.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Pixelate.cpp b/src/effects/Pixelate.cpp index 3f27f7f8..92d13ea8 100644 --- a/src/effects/Pixelate.cpp +++ b/src/effects/Pixelate.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Saturation.cpp b/src/effects/Saturation.cpp index 4500ff9b..8f2874da 100644 --- a/src/effects/Saturation.cpp +++ b/src/effects/Saturation.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Shift.cpp b/src/effects/Shift.cpp index 30aaa5ae..474f4466 100644 --- a/src/effects/Shift.cpp +++ b/src/effects/Shift.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Wave.cpp b/src/effects/Wave.cpp index 71b75dbd..32075780 100644 --- a/src/effects/Wave.cpp +++ b/src/effects/Wave.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/examples/Example.cpp b/src/examples/Example.cpp index 314a5ea2..eec8d00e 100644 --- a/src/examples/Example.cpp +++ b/src/examples/Example.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/examples/ExampleBlackmagic.cpp b/src/examples/ExampleBlackmagic.cpp index 84bbe809..91a6655d 100644 --- a/src/examples/ExampleBlackmagic.cpp +++ b/src/examples/ExampleBlackmagic.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e358fb44..6388f4e8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/tests/Cache_Tests.cpp b/tests/Cache_Tests.cpp index 4f97061f..7e42c741 100644 --- a/tests/Cache_Tests.cpp +++ b/tests/Cache_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Clip_Tests.cpp b/tests/Clip_Tests.cpp index c8b23862..b66724b8 100644 --- a/tests/Clip_Tests.cpp +++ b/tests/Clip_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Color_Tests.cpp b/tests/Color_Tests.cpp index e01fe853..86b3a458 100644 --- a/tests/Color_Tests.cpp +++ b/tests/Color_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Coordinate_Tests.cpp b/tests/Coordinate_Tests.cpp index a871a911..ec8c29a1 100644 --- a/tests/Coordinate_Tests.cpp +++ b/tests/Coordinate_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/FFmpegReader_Tests.cpp b/tests/FFmpegReader_Tests.cpp index aff6cc64..4ef570ae 100644 --- a/tests/FFmpegReader_Tests.cpp +++ b/tests/FFmpegReader_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/FFmpegWriter_Tests.cpp b/tests/FFmpegWriter_Tests.cpp index 67882b05..53a9cbf2 100644 --- a/tests/FFmpegWriter_Tests.cpp +++ b/tests/FFmpegWriter_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Fraction_Tests.cpp b/tests/Fraction_Tests.cpp index 4fabcf6d..72bd6407 100644 --- a/tests/Fraction_Tests.cpp +++ b/tests/Fraction_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/FrameMapper_Tests.cpp b/tests/FrameMapper_Tests.cpp index 6b0042dd..ce43fc20 100644 --- a/tests/FrameMapper_Tests.cpp +++ b/tests/FrameMapper_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/ImageWriter_Tests.cpp b/tests/ImageWriter_Tests.cpp index 6400f84e..d44bbd84 100644 --- a/tests/ImageWriter_Tests.cpp +++ b/tests/ImageWriter_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/KeyFrame_Tests.cpp b/tests/KeyFrame_Tests.cpp index 1a16de0d..3d790739 100644 --- a/tests/KeyFrame_Tests.cpp +++ b/tests/KeyFrame_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Point_Tests.cpp b/tests/Point_Tests.cpp index 107f661c..ed560a9d 100644 --- a/tests/Point_Tests.cpp +++ b/tests/Point_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/ReaderBase_Tests.cpp b/tests/ReaderBase_Tests.cpp index e4a3935b..b3be12fa 100644 --- a/tests/ReaderBase_Tests.cpp +++ b/tests/ReaderBase_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Settings_Tests.cpp b/tests/Settings_Tests.cpp index 5bb020f1..cf7b8a00 100644 --- a/tests/Settings_Tests.cpp +++ b/tests/Settings_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Timeline_Tests.cpp b/tests/Timeline_Tests.cpp index 9ad42f2c..1290bee7 100644 --- a/tests/Timeline_Tests.cpp +++ b/tests/Timeline_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/tests.cpp b/tests/tests.cpp index ca01331c..20d5fd33 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the From 9261f46772a9943a22dc2183738ff0c2dda3544c Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Tue, 11 Jun 2019 06:51:37 -0400 Subject: [PATCH 04/13] More copyright, missed a few older ones --- include/FFmpegReader.h | 2 +- include/FFmpegWriter.h | 2 +- include/ImageWriter.h | 2 +- src/FFmpegReader.cpp | 2 +- src/FFmpegWriter.cpp | 2 +- src/ImageWriter.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/FFmpegReader.h b/include/FFmpegReader.h index 331ca32a..923c8c18 100644 --- a/include/FFmpegReader.h +++ b/include/FFmpegReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard + * Copyright (c) 2008-2019 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of * OpenShot Library (http://www.openshot.org), an open-source project * dedicated to delivering high quality video editing and animation solutions diff --git a/include/FFmpegWriter.h b/include/FFmpegWriter.h index e4ebe176..d27d8238 100644 --- a/include/FFmpegWriter.h +++ b/include/FFmpegWriter.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard + * Copyright (c) 2008-2019 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of * OpenShot Library (http://www.openshot.org), an open-source project * dedicated to delivering high quality video editing and animation solutions diff --git a/include/ImageWriter.h b/include/ImageWriter.h index 41c460e1..03aeadb6 100644 --- a/include/ImageWriter.h +++ b/include/ImageWriter.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard + * Copyright (c) 2008-2019 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of * OpenShot Library (http://www.openshot.org), an open-source project * dedicated to delivering high quality video editing and animation solutions diff --git a/src/FFmpegReader.cpp b/src/FFmpegReader.cpp index b6c9dd1e..ef1702bf 100644 --- a/src/FFmpegReader.cpp +++ b/src/FFmpegReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard + * Copyright (c) 2008-2019 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of * OpenShot Library (http://www.openshot.org), an open-source project * dedicated to delivering high quality video editing and animation solutions diff --git a/src/FFmpegWriter.cpp b/src/FFmpegWriter.cpp index e052bc63..b20f6b23 100644 --- a/src/FFmpegWriter.cpp +++ b/src/FFmpegWriter.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard + * Copyright (c) 2008-2019 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of * OpenShot Library (http://www.openshot.org), an open-source project * dedicated to delivering high quality video editing and animation solutions diff --git a/src/ImageWriter.cpp b/src/ImageWriter.cpp index 1205a8ee..2cbd26d3 100644 --- a/src/ImageWriter.cpp +++ b/src/ImageWriter.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard + * Copyright (c) 2008-2019 OpenShot Studios, LLC, Fabrice Bellard * (http://www.openshotstudios.com). This file is part of * OpenShot Library (http://www.openshot.org), an open-source project * dedicated to delivering high quality video editing and animation solutions From 7d8c1da2c283cd6c9a2fae840864ba1ff4830f3b Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Wed, 12 Jun 2019 21:16:56 -0400 Subject: [PATCH 05/13] Doxyfile.in: Exclude all examples The source has been reorganized since the doxygen configs were last updated; there are more examples that should be excluded, and they're all now under `src/examples/`, so exclude the entire dir. --- Doxyfile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index ba047c6b..a4be716d 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -797,8 +797,7 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = "*/.*" \ "*/.*/*" \ - "*/src/Main.cpp*" \ - "*/src/Main_Blackmagic.cpp*" \ + "*/src/examples/*" \ "*/src/bindings/*" \ "*.py" From df4fc4b05473599d44247346a0e4d071fb145a01 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 12 Jun 2019 21:20:37 -0400 Subject: [PATCH 06/13] Doxyfile.in: Remove doc/InstallationGuide.pdf No longer exists. --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index a4be716d..48c74100 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1083,7 +1083,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = "doc/InstallationGuide.pdf" +HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the stylesheet and background images according to From 3ba6ba2a2908e47024330b9a7e0ce7891d411fe6 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 12 Jun 2019 21:21:58 -0400 Subject: [PATCH 07/13] Upgrade Doyfile.in Some arguments are obsolete with recent doxygen (and we never used them anyway), upgraded file with `doxygen -u` to remove. --- Doxyfile.in | 555 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 367 insertions(+), 188 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 48c74100..05af5ea1 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1,4 +1,4 @@ -# Doxyfile 1.8.6 +# Doxyfile 1.8.15 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -17,11 +17,11 @@ # Project related configuration options #--------------------------------------------------------------------------- -# This tag specifies the encoding used for all characters in the config file -# that follow. The default is UTF-8 which is also the encoding used for all text -# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv -# for the list of possible encodings. +# This tag specifies the encoding used for all characters in the configuration +# file that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# https://www.gnu.org/software/libiconv/ for the list of possible encodings. # The default value is: UTF-8. DOXYFILE_ENCODING = UTF-8 @@ -46,10 +46,10 @@ PROJECT_NUMBER = "@PROJECT_VERSION@" PROJECT_BRIEF = -# With the PROJECT_LOGO tag one can specify an logo or icon that is included in -# the documentation. The maximum height of the logo should not exceed 55 pixels -# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo -# to the output directory. +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. PROJECT_LOGO = @@ -60,7 +60,7 @@ PROJECT_LOGO = OUTPUT_DIRECTORY = "@DOXYFILE_OUTPUT_DIR@" -# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and # will distribute the generated files over these directories. Enabling this # option can be useful when feeding doxygen a huge amount of source files, where @@ -70,6 +70,14 @@ OUTPUT_DIRECTORY = "@DOXYFILE_OUTPUT_DIR@" CREATE_SUBDIRS = NO +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. @@ -85,14 +93,22 @@ CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English -# If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member +# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all generated output in the proper direction. +# Possible values are: None, LTR, RTL and Context. +# The default value is: None. + +OUTPUT_TEXT_DIRECTION = None + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member # descriptions after the members that are listed in the file and class # documentation (similar to Javadoc). Set to NO to disable this. # The default value is: YES. BRIEF_MEMBER_DESC = YES -# If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief # description of a member or function before the detailed description # # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the @@ -127,7 +143,7 @@ ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO -# If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path # before files name in the file list and in the header files. If set to NO the # shortest path that makes the file name unique will be used # The default value is: YES. @@ -197,9 +213,9 @@ MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = YES -# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a -# new page for each member. If set to NO, the documentation of a member will be -# part of the file/class/namespace that contains it. +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. # The default value is: NO. SEPARATE_MEMBER_PAGES = NO @@ -218,7 +234,12 @@ TAB_SIZE = 8 # will allow you to put the command \sideeffect (or @sideeffect) in the # documentation, which will result in a user-defined paragraph with heading # "Side Effects:". You can put \n's in the value part of an alias to insert -# newlines. +# newlines (in the resulting output). You can put ^^ in the value part of an +# alias to insert a newline as if a physical newline was in the original file. +# When you need a literal { or } or , in the value part of an alias you have to +# escape them by means of a backslash (\), this can lead to conflicts with the +# commands \{ and \} for these it is advised to use the version @{ and @} or use +# a double escape (\\{ and \\}) ALIASES = @@ -256,16 +277,28 @@ OPTIMIZE_FOR_FORTRAN = NO OPTIMIZE_OUTPUT_VHDL = NO +# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice +# sources only. Doxygen will then generate output that is more tailored for that +# language. For instance, namespaces will be presented as modules, types will be +# separated into more groups, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_SLICE = NO + # Doxygen selects the parser to use depending on the extension of the files it # parses. With this tag you can assign which parser to use for a given # extension. Doxygen has a built-in mapping, but you can override or extend it # using this tag. The format is ext=language, where ext is a file extension, and # language is one of the parsers supported by doxygen: IDL, Java, Javascript, -# C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make -# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C -# (default is Fortran), use: inc=Fortran f=C. +# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, +# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: +# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser +# tries to guess whether the code is fixed or free formatted code, this is the +# default for Fortran type files), VHDL, tcl. For instance to make doxygen treat +# .inc files as Fortran files (default is PHP), and .f files as C (default is +# Fortran), use: inc=Fortran f=C. # -# Note For files without extension you can use no_extension as a placeholder. +# Note: For files without extension you can use no_extension as a placeholder. # # Note that for custom extensions you also need to set FILE_PATTERNS otherwise # the files are not read by doxygen. @@ -274,7 +307,7 @@ EXTENSION_MAPPING = # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable -# documentation. See http://daringfireball.net/projects/markdown/ for details. +# documentation. See https://daringfireball.net/projects/markdown/ for details. # The output of markdown processing is further processed by doxygen, so you can # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in # case of backward compatibilities issues. @@ -282,10 +315,19 @@ EXTENSION_MAPPING = MARKDOWN_SUPPORT = YES +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 0. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 0 + # When enabled doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by by putting a % sign in front of the word -# or globally by setting AUTOLINK_SUPPORT to NO. +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. # The default value is: YES. AUTOLINK_SUPPORT = YES @@ -307,7 +349,7 @@ BUILTIN_STL_SUPPORT = NO CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: -# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen # will parse them like normal C++ but will assume all classes use public instead # of private inheritance when no explicit protection keyword is present. # The default value is: NO. @@ -325,13 +367,20 @@ SIP_SUPPORT = NO IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC -# tag is set to YES, then doxygen will reuse the documentation of the first +# tag is set to YES then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. # The default value is: NO. DISTRIBUTE_GROUP_DOC = NO +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + # Set the SUBGROUPING tag to YES to allow class member groups of the same type # (for instance a group of public functions) to be put as a subgroup of that # type (e.g. under the Public Functions section). Set it to NO to prevent @@ -390,7 +439,7 @@ LOOKUP_CACHE_SIZE = 0 # Build related configuration options #--------------------------------------------------------------------------- -# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in # documentation are documented, even if no documentation was available. Private # class members and static file members will be hidden unless the # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. @@ -400,35 +449,35 @@ LOOKUP_CACHE_SIZE = 0 EXTRACT_ALL = YES -# If the EXTRACT_PRIVATE tag is set to YES all private members of a class will +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. # The default value is: NO. EXTRACT_PRIVATE = NO -# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation. # The default value is: NO. EXTRACT_PACKAGE = NO -# If the EXTRACT_STATIC tag is set to YES all static members of a file will be +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be # included in the documentation. # The default value is: NO. EXTRACT_STATIC = NO -# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined -# locally in source files will be included in the documentation. If set to NO +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, # only classes defined in header files are included. Does not have any effect # for Java sources. # The default value is: YES. EXTRACT_LOCAL_CLASSES = YES -# This flag is only useful for Objective-C code. When set to YES local methods, +# This flag is only useful for Objective-C code. If set to YES, local methods, # which are defined in the implementation section but not in the interface are -# included in the documentation. If set to NO only methods in the interface are +# included in the documentation. If set to NO, only methods in the interface are # included. # The default value is: NO. @@ -453,21 +502,21 @@ HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. If set -# to NO these classes will be included in the various overviews. This option has -# no effect if EXTRACT_ALL is enabled. +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. # The default value is: NO. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend -# (class|struct|union) declarations. If set to NO these declarations will be +# (class|struct|union) declarations. If set to NO, these declarations will be # included in the documentation. # The default value is: NO. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any -# documentation blocks found inside the body of a function. If set to NO these +# documentation blocks found inside the body of a function. If set to NO, these # blocks will be appended to the function's detailed documentation block. # The default value is: NO. @@ -481,7 +530,7 @@ HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file -# names in lower-case letters. If set to YES upper-case letters are also +# names in lower-case letters. If set to YES, upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. @@ -490,12 +539,19 @@ INTERNAL_DOCS = NO CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with -# their full class and namespace scopes in the documentation. If set to YES the +# their full class and namespace scopes in the documentation. If set to YES, the # scope will be hidden. # The default value is: NO. HIDE_SCOPE_NAMES = NO +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of # the files that are included by a file in the documentation of that file. # The default value is: YES. @@ -523,14 +579,14 @@ INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the # (detailed) documentation of file and class members alphabetically by member -# name. If set to NO the members will appear in declaration order. +# name. If set to NO, the members will appear in declaration order. # The default value is: YES. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member -# name. If set to NO the members will appear in declaration order. Note that +# name. If set to NO, the members will appear in declaration order. Note that # this will also influence the order of the classes in the class list. # The default value is: NO. @@ -575,27 +631,25 @@ SORT_BY_SCOPE_NAME = NO STRICT_PROTO_MATCHING = NO -# The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the -# todo list. This list is created by putting \todo commands in the -# documentation. +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. # The default value is: YES. GENERATE_TODOLIST = YES -# The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the -# test list. This list is created by putting \test commands in the -# documentation. +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. # The default value is: YES. GENERATE_TESTLIST = YES -# The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug # list. This list is created by putting \bug commands in the documentation. # The default value is: YES. GENERATE_BUGLIST = YES -# The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO) +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) # the deprecated list. This list is created by putting \deprecated commands in # the documentation. # The default value is: YES. @@ -620,8 +674,8 @@ ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at -# the bottom of the documentation of classes and structs. If set to YES the list -# will mention the files that were used to generate the documentation. +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. # The default value is: YES. SHOW_USED_FILES = YES @@ -666,11 +720,10 @@ LAYOUT_FILE = # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib # extension is automatically appended if omitted. This requires the bibtex tool -# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. # For LaTeX the style of the bibliography can be controlled using # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the -# search path. Do not use file names with spaces, bibtex cannot handle them. See -# also \cite for info how to create references. +# search path. See also \cite for info how to create references. CITE_BIB_FILES = @@ -686,7 +739,7 @@ CITE_BIB_FILES = QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are -# generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES # this implies that the warnings are on. # # Tip: Turn warnings on while writing the documentation. @@ -694,7 +747,7 @@ QUIET = YES WARNINGS = YES -# If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag # will automatically be disabled. # The default value is: YES. @@ -711,12 +764,19 @@ WARN_IF_DOC_ERROR = YES # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that # are documented, but have no documentation for their parameters or return -# value. If set to NO doxygen will only warn about wrong or incomplete parameter -# documentation, but not about the absence of documentation. +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. If +# EXTRACT_ALL is set to YES then this flag will automatically be disabled. # The default value is: NO. WARN_NO_PARAMDOC = NO +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which # will be replaced by the file and line number from which the warning originated @@ -740,7 +800,7 @@ WARN_LOGFILE = # The INPUT tag is used to specify the files and/or directories that contain # documented source files. You may enter file names like myfile.cpp or # directories like /usr/src/myproject. Separate the files or directories with -# spaces. +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/include" \ @@ -749,7 +809,7 @@ INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/include" \ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# documentation (see: https://www.gnu.org/software/libiconv/) for the list of # possible encodings. # The default value is: UTF-8. @@ -757,12 +817,17 @@ INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and -# *.h) to filter out the source-files in the directories. If left blank the -# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, -# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, -# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, -# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, -# *.qsf, *.as and *.js. +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. FILE_PATTERNS = @@ -852,6 +917,10 @@ IMAGE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@" # Note that the filter must not add or remove lines; it is applied before the # code is scanned, but not when the output code is generated. If lines are added # or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. INPUT_FILTER = @@ -861,11 +930,15 @@ INPUT_FILTER = # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how # filters are used. If the FILTER_PATTERNS tag is empty or if none of the # patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using -# INPUT_FILTER ) will also be used to filter the input files that are used for +# INPUT_FILTER) will also be used to filter the input files that are used for # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). # The default value is: NO. @@ -913,7 +986,7 @@ INLINE_SOURCES = NO STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES then for each documented -# function all documented functions referencing it will be listed. +# entity all documented functions referencing it will be listed. # The default value is: NO. REFERENCED_BY_RELATION = NO @@ -925,7 +998,7 @@ REFERENCED_BY_RELATION = NO REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set -# to YES, then the hyperlinks from functions in REFERENCES_RELATION and +# to YES then the hyperlinks from functions in REFERENCES_RELATION and # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will # link to the documentation. # The default value is: YES. @@ -945,12 +1018,12 @@ SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system -# (see http://www.gnu.org/software/global/global.html). You will need version +# (see https://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: # - Install the latest version of global -# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file # - Make sure the INPUT points to the root of the source tree # - Run doxygen as normal # @@ -1002,7 +1075,7 @@ IGNORE_PREFIX = # Configuration options related to the HTML output #--------------------------------------------------------------------------- -# If the GENERATE_HTML tag is set to YES doxygen will generate HTML output +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. GENERATE_HTML = YES @@ -1064,13 +1137,15 @@ HTML_FOOTER = HTML_STYLESHEET = -# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user- -# defined cascading style sheet that is included after the standard style sheets +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets # created by doxygen. Using this option one can overrule certain style aspects. # This is preferred over using HTML_STYLESHEET since it does not replace the -# standard style sheet and is therefor more robust against future updates. -# Doxygen will copy the style sheet file to the output directory. For an example -# see the documentation. +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_EXTRA_STYLESHEET = @@ -1083,12 +1158,12 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen -# will adjust the colors in the stylesheet and background images according to +# will adjust the colors in the style sheet and background images according to # this color. Hue is specified as an angle on a colorwheel, see -# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# https://en.wikipedia.org/wiki/Hue for more information. For instance the value # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 # purple, and 360 is red again. # Minimum value: 0, maximum value: 359, default value: 220. @@ -1117,12 +1192,24 @@ HTML_COLORSTYLE_GAMMA = 80 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML # page will contain the date and time when the page was generated. Setting this -# to NO can help when comparing the output of multiple runs. -# The default value is: YES. +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_TIMESTAMP = YES +# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML +# documentation will contain a main index with vertical navigation menus that +# are dynamically created via Javascript. If disabled, the navigation index will +# consists of multiple levels of tabs that are statically embedded in every HTML +# page. Disable this option to support browsers that do not have Javascript, +# like the Qt help browser. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_MENUS = YES + # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. @@ -1146,13 +1233,13 @@ HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: http://developer.apple.com/tools/xcode/), introduced with -# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# environment (see: https://developer.apple.com/xcode/), introduced with OSX +# 10.5 (Leopard). To create a documentation set, doxygen will generate a # Makefile in the HTML output directory. Running make will produce the docset in # that directory and running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at -# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html -# for more information. +# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy +# genXcode/_index.html for more information. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. @@ -1191,7 +1278,7 @@ DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on # Windows. # # The HTML Help Workshop contains a compiler that can convert all HTML output @@ -1214,28 +1301,29 @@ GENERATE_HTMLHELP = NO CHM_FILE = # The HHC_LOCATION tag can be used to specify the location (absolute path -# including file name) of the HTML help compiler ( hhc.exe). If non-empty +# including file name) of the HTML help compiler (hhc.exe). If non-empty, # doxygen will try to run the HTML help compiler on the generated index.hhp. # The file has to be specified with full path. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. HHC_LOCATION = -# The GENERATE_CHI flag controls if a separate .chi index file is generated ( -# YES) or that it should be included in the master .chm file ( NO). +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. GENERATE_CHI = NO -# The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc) +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) # and project file content. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. CHM_INDEX_ENCODING = -# The BINARY_TOC flag controls whether a binary table of contents is generated ( -# YES) or a normal table of contents ( NO) in the .chm file. +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. @@ -1266,7 +1354,7 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace -# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1274,7 +1362,7 @@ QHP_NAMESPACE = # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# Folders (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- # folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1283,7 +1371,7 @@ QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# Filters (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1291,7 +1379,7 @@ QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# Filters (see: http://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1299,7 +1387,7 @@ QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's filter section matches. Qt Help Project / Filter Attributes (see: -# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# http://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_SECT_FILTER_ATTRS = @@ -1348,7 +1436,7 @@ DISABLE_INDEX = NO # index structure (just like the one that is generated for HTML Help). For this # to work a browser that supports JavaScript, DHTML, CSS and frames is required # (i.e. any modern browser). Windows users are probably better off using the -# HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can # further fine-tune the look of the index. As an example, the default style # sheet generated by doxygen has an example that shows how to put an image at # the root of the tree instead of the PROJECT_NAME. Since the tree basically has @@ -1376,7 +1464,7 @@ ENUM_VALUES_PER_LINE = 4 TREEVIEW_WIDTH = 250 -# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to # external symbols imported via tag files in a separate window. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. @@ -1392,7 +1480,7 @@ EXT_LINKS_IN_WINDOW = NO FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not # supported properly for IE 6.0, but are supported on all modern browsers. # @@ -1404,8 +1492,8 @@ FORMULA_FONTSIZE = 10 FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# http://www.mathjax.org) which uses client side Javascript for the rendering -# instead of using prerendered bitmaps. Use this if you do not have LaTeX +# https://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path # to it using the MATHJAX_RELPATH option. @@ -1431,8 +1519,8 @@ MATHJAX_FORMAT = HTML-CSS # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of -# MathJax from http://www.mathjax.org before deployment. -# The default value is: http://cdn.mathjax.org/mathjax/latest. +# MathJax from https://www.mathjax.org before deployment. +# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest @@ -1475,11 +1563,11 @@ SEARCHENGINE = NO # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a web server instead of a web client using Javascript. There -# are two flavours of web server based searching depending on the -# EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for -# searching and an index file used by the script. When EXTERNAL_SEARCH is -# enabled the indexing and searching needs to be provided by external tools. See -# the section "External Indexing and Searching" for details. +# are two flavors of web server based searching depending on the EXTERNAL_SEARCH +# setting. When disabled, doxygen will generate a PHP script for searching and +# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing +# and searching needs to be provided by external tools. See the section +# "External Indexing and Searching" for details. # The default value is: NO. # This tag requires that the tag SEARCHENGINE is set to YES. @@ -1491,9 +1579,9 @@ SERVER_BASED_SEARCH = NO # external search engine pointed to by the SEARCHENGINE_URL option to obtain the # search results. # -# Doxygen ships with an example indexer ( doxyindexer) and search engine +# Doxygen ships with an example indexer (doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: http://xapian.org/). +# Xapian (see: https://xapian.org/). # # See the section "External Indexing and Searching" for details. # The default value is: NO. @@ -1504,9 +1592,9 @@ EXTERNAL_SEARCH = NO # The SEARCHENGINE_URL should point to a search engine hosted by a web server # which will return the search results when EXTERNAL_SEARCH is enabled. # -# Doxygen ships with an example indexer ( doxyindexer) and search engine +# Doxygen ships with an example indexer (doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: http://xapian.org/). See the section "External Indexing and +# Xapian (see: https://xapian.org/). See the section "External Indexing and # Searching" for details. # This tag requires that the tag SEARCHENGINE is set to YES. @@ -1542,7 +1630,7 @@ EXTRA_SEARCH_MAPPINGS = # Configuration options related to the LaTeX output #--------------------------------------------------------------------------- -# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output. +# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. GENERATE_LATEX = @DOXYFILE_GENERATE_LATEX@ @@ -1558,22 +1646,35 @@ LATEX_OUTPUT = "@DOXYFILE_LATEX_DIR@" # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. # -# Note that when enabling USE_PDFLATEX this option is only used for generating -# bitmaps for formulas in the HTML output, but not in the Makefile that is -# written to the output directory. -# The default file is: latex. +# Note that when not enabling USE_PDFLATEX the default is latex when enabling +# USE_PDFLATEX the default is pdflatex and when in the later case latex is +# chosen this is overwritten by pdflatex. For specific output languages the +# default can have been set differently, this depends on the implementation of +# the output language. # This tag requires that the tag GENERATE_LATEX is set to YES. LATEX_CMD_NAME = "@LATEX_COMPILER@" # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate # index for LaTeX. +# Note: This tag is used in the Makefile / make.bat. +# See also: LATEX_MAKEINDEX_CMD for the part in the generated output file +# (.tex). # The default file is: makeindex. # This tag requires that the tag GENERATE_LATEX is set to YES. MAKEINDEX_CMD_NAME = "@MAKEINDEX_COMPILER@" -# If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX +# The LATEX_MAKEINDEX_CMD tag can be used to specify the command name to +# generate index for LaTeX. +# Note: This tag is used in the generated output file (.tex). +# See also: MAKEINDEX_CMD_NAME for the part in the Makefile / make.bat. +# The default value is: \makeindex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_MAKEINDEX_CMD = \makeindex + +# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX # documents. This may be useful for small projects and may help to save some # trees in general. # The default value is: NO. @@ -1591,9 +1692,12 @@ COMPACT_LATEX = NO PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names -# that should be included in the LaTeX output. To get the times font for -# instance you can specify -# EXTRA_PACKAGES=times +# that should be included in the LaTeX output. The package can be specified just +# by its name or with the correct syntax as to be used with the LaTeX +# \usepackage command. To get the times font for instance you can specify : +# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times} +# To use the option intlimits with the amsmath package you can specify: +# EXTRA_PACKAGES=[intlimits]{amsmath} # If left blank no extra packages will be included. # This tag requires that the tag GENERATE_LATEX is set to YES. @@ -1607,23 +1711,36 @@ EXTRA_PACKAGES = # # Note: Only use a user-defined header if you know what you are doing! The # following commands have a special meaning inside the header: $title, -# $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will -# replace them by respectively the title of the page, the current date and time, -# only the current date, the version number of doxygen, the project name (see -# PROJECT_NAME), or the project number (see PROJECT_NUMBER). +# $datetime, $date, $doxygenversion, $projectname, $projectnumber, +# $projectbrief, $projectlogo. Doxygen will replace $title with the empty +# string, for the replacement values of the other commands the user is referred +# to HTML_HEADER. # This tag requires that the tag GENERATE_LATEX is set to YES. LATEX_HEADER = # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the # generated LaTeX document. The footer should contain everything after the last -# chapter. If it is left blank doxygen will generate a standard footer. +# chapter. If it is left blank doxygen will generate a standard footer. See +# LATEX_HEADER for more information on how to generate a default footer and what +# special commands can be used inside the footer. # # Note: Only use a user-defined footer if you know what you are doing! # This tag requires that the tag GENERATE_LATEX is set to YES. LATEX_FOOTER = +# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# LaTeX style sheets that are included after the standard style sheets created +# by doxygen. Using this option one can overrule certain style aspects. Doxygen +# will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EXTRA_STYLESHEET = + # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the LATEX_OUTPUT output # directory. Note that the files will be copied as-is; there are no commands or @@ -1641,8 +1758,8 @@ LATEX_EXTRA_FILES = PDF_HYPERLINKS = YES -# If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate -# the PDF file directly from the LaTeX files. Set this option to YES to get a +# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate +# the PDF file directly from the LaTeX files. Set this option to YES, to get a # higher quality PDF documentation. # The default value is: YES. # This tag requires that the tag GENERATE_LATEX is set to YES. @@ -1677,17 +1794,33 @@ LATEX_SOURCE_CODE = NO # The LATEX_BIB_STYLE tag can be used to specify the style to use for the # bibliography, e.g. plainnat, or ieeetr. See -# http://en.wikipedia.org/wiki/BibTeX and \cite for more info. +# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. # The default value is: plain. # This tag requires that the tag GENERATE_LATEX is set to YES. LATEX_BIB_STYLE = plain +# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated +# page will contain the date and time when the page was generated. Setting this +# to NO can help when comparing the output of multiple runs. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_TIMESTAMP = NO + +# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute) +# path from which the emoji images will be read. If a relative path is entered, +# it will be relative to the LATEX_OUTPUT directory. If left blank the +# LATEX_OUTPUT directory will be used. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EMOJI_DIRECTORY = + #--------------------------------------------------------------------------- # Configuration options related to the RTF output #--------------------------------------------------------------------------- -# If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The +# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The # RTF output is optimized for Word 97 and may not look too pretty with other RTF # readers/editors. # The default value is: NO. @@ -1702,7 +1835,7 @@ GENERATE_RTF = NO RTF_OUTPUT = rtf -# If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF +# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF # documents. This may be useful for small projects and may help to save some # trees in general. # The default value is: NO. @@ -1722,9 +1855,9 @@ COMPACT_RTF = NO RTF_HYPERLINKS = NO -# Load stylesheet definitions from file. Syntax is similar to doxygen's config -# file, i.e. a series of assignments. You only have to provide replacements, -# missing definitions are set to their default value. +# Load stylesheet definitions from file. Syntax is similar to doxygen's +# configuration file, i.e. a series of assignments. You only have to provide +# replacements, missing definitions are set to their default value. # # See also section "Doxygen usage" for information on how to generate the # default style sheet that doxygen normally uses. @@ -1733,17 +1866,27 @@ RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an RTF document. Syntax is -# similar to doxygen's config file. A template extensions file can be generated -# using doxygen -e rtf extensionFile. +# similar to doxygen's configuration file. A template extensions file can be +# generated using doxygen -e rtf extensionFile. # This tag requires that the tag GENERATE_RTF is set to YES. RTF_EXTENSIONS_FILE = +# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code +# with syntax highlighting in the RTF output. +# +# Note that which sources are shown also depends on other settings such as +# SOURCE_BROWSER. +# The default value is: NO. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_SOURCE_CODE = NO + #--------------------------------------------------------------------------- # Configuration options related to the man page output #--------------------------------------------------------------------------- -# If the GENERATE_MAN tag is set to YES doxygen will generate man pages for +# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for # classes and files. # The default value is: NO. @@ -1767,6 +1910,13 @@ MAN_OUTPUT = man MAN_EXTENSION = .3 +# The MAN_SUBDIR tag determines the name of the directory created within +# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by +# MAN_EXTENSION with the initial . removed. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_SUBDIR = + # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it # will generate one additional man file for each entity documented in the real # man page(s). These additional files only source the real man page, but without @@ -1780,7 +1930,7 @@ MAN_LINKS = NO # Configuration options related to the XML output #--------------------------------------------------------------------------- -# If the GENERATE_XML tag is set to YES doxygen will generate an XML file that +# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that # captures the structure of the code including all documentation. # The default value is: NO. @@ -1794,19 +1944,7 @@ GENERATE_XML = NO XML_OUTPUT = xml -# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a -# validating XML parser to check the syntax of the XML files. -# This tag requires that the tag GENERATE_XML is set to YES. - -XML_SCHEMA = - -# The XML_DTD tag can be used to specify a XML DTD, which can be used by a -# validating XML parser to check the syntax of the XML files. -# This tag requires that the tag GENERATE_XML is set to YES. - -XML_DTD = - -# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program +# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program # listings (including syntax highlighting and cross-referencing information) to # the XML output. Note that enabling this will significantly increase the size # of the XML output. @@ -1815,11 +1953,18 @@ XML_DTD = XML_PROGRAMLISTING = YES +# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include +# namespace members in file scope as well, matching the HTML output. +# The default value is: NO. +# This tag requires that the tag GENERATE_XML is set to YES. + +XML_NS_MEMB_FILE_SCOPE = NO + #--------------------------------------------------------------------------- # Configuration options related to the DOCBOOK output #--------------------------------------------------------------------------- -# If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files +# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files # that can be used to generate PDF. # The default value is: NO. @@ -1833,14 +1978,23 @@ GENERATE_DOCBOOK = NO DOCBOOK_OUTPUT = docbook +# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the +# program listings (including syntax highlighting and cross-referencing +# information) to the DOCBOOK output. Note that enabling this will significantly +# increase the size of the DOCBOOK output. +# The default value is: NO. +# This tag requires that the tag GENERATE_DOCBOOK is set to YES. + +DOCBOOK_PROGRAMLISTING = NO + #--------------------------------------------------------------------------- # Configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- -# If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen -# Definitions (see http://autogen.sf.net) file that captures the structure of -# the code including all documentation. Note that this feature is still -# experimental and incomplete at the moment. +# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an +# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures +# the structure of the code including all documentation. Note that this feature +# is still experimental and incomplete at the moment. # The default value is: NO. GENERATE_AUTOGEN_DEF = NO @@ -1849,7 +2003,7 @@ GENERATE_AUTOGEN_DEF = NO # Configuration options related to the Perl module output #--------------------------------------------------------------------------- -# If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module +# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module # file that captures the structure of the code including all documentation. # # Note that this feature is still experimental and incomplete at the moment. @@ -1857,7 +2011,7 @@ GENERATE_AUTOGEN_DEF = NO GENERATE_PERLMOD = NO -# If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary +# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI # output from the Perl module output. # The default value is: NO. @@ -1865,9 +2019,9 @@ GENERATE_PERLMOD = NO PERLMOD_LATEX = NO -# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely +# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely # formatted so it can be parsed by a human reader. This is useful if you want to -# understand what is going on. On the other hand, if this tag is set to NO the +# understand what is going on. On the other hand, if this tag is set to NO, the # size of the Perl module output will be much smaller and Perl will parse it # just the same. # The default value is: YES. @@ -1887,14 +2041,14 @@ PERLMOD_MAKEVAR_PREFIX = # Configuration options related to the preprocessor #--------------------------------------------------------------------------- -# If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all +# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all # C-preprocessor directives found in the sources and include files. # The default value is: YES. ENABLE_PREPROCESSING = YES -# If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names -# in the source code. If set to NO only conditional compilation will be +# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names +# in the source code. If set to NO, only conditional compilation will be # performed. Macro expansion can be done in a controlled way by setting # EXPAND_ONLY_PREDEF to YES. # The default value is: NO. @@ -1910,7 +2064,7 @@ MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO -# If the SEARCH_INCLUDES tag is set to YES the includes files in the +# If the SEARCH_INCLUDES tag is set to YES, the include files in the # INCLUDE_PATH will be searched if a #include is found. # The default value is: YES. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. @@ -1952,9 +2106,9 @@ PREDEFINED = EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will -# remove all refrences to function-like macros that are alone on a line, have an -# all uppercase name, and do not end with a semicolon. Such function macros are -# typically used for boiler-plate code, and will confuse the parser if not +# remove all references to function-like macros that are alone on a line, have +# an all uppercase name, and do not end with a semicolon. Such function macros +# are typically used for boiler-plate code, and will confuse the parser if not # removed. # The default value is: YES. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. @@ -1974,7 +2128,7 @@ SKIP_FUNCTION_MACROS = YES # where loc1 and loc2 can be relative or absolute paths or URLs. See the # section "Linking to external documentation" for more information about the use # of tag files. -# Note: Each tag file must have an unique name (where the name does NOT include +# Note: Each tag file must have a unique name (where the name does NOT include # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. @@ -1986,20 +2140,21 @@ TAGFILES = GENERATE_TAGFILE = -# If the ALLEXTERNALS tag is set to YES all external class will be listed in the -# class index. If set to NO only the inherited external classes will be listed. +# If the ALLEXTERNALS tag is set to YES, all external class will be listed in +# the class index. If set to NO, only the inherited external classes will be +# listed. # The default value is: NO. ALLEXTERNALS = NO -# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in -# the modules index. If set to NO, only the current project's groups will be +# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will be # listed. # The default value is: YES. EXTERNAL_GROUPS = YES -# If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in +# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in # the related pages index. If set to NO, only the current project's pages will # be listed. # The default value is: YES. @@ -2016,7 +2171,7 @@ PERL_PATH = /usr/bin/perl # Configuration options related to the dot tool #--------------------------------------------------------------------------- -# If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram +# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to # NO turns the diagrams off. Note that this option also works with HAVE_DOT # disabled, but it is recommended to install and use dot, since it yields more @@ -2041,7 +2196,7 @@ MSCGEN_PATH = DIA_PATH = -# If set to YES, the inheritance and collaboration graphs will hide inheritance +# If set to YES the inheritance and collaboration graphs will hide inheritance # and usage relations if the target is undocumented or is not a class. # The default value is: YES. @@ -2066,7 +2221,7 @@ HAVE_DOT = @DOXYFILE_DOT@ DOT_NUM_THREADS = 0 -# When you want a differently looking font n the dot files that doxygen +# When you want a differently looking font in the dot files that doxygen # generates you can specify the font name using DOT_FONTNAME. You need to make # sure dot is able to find the font, which can be done by putting it in a # standard location or by setting the DOTFONTPATH environment variable or by @@ -2074,7 +2229,7 @@ DOT_NUM_THREADS = 0 # The default value is: Helvetica. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_FONTNAME = +DOT_FONTNAME = # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of # dot graphs. @@ -2114,7 +2269,7 @@ COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES -# If the UML_LOOK tag is set to YES doxygen will generate inheritance and +# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. # The default value is: NO. @@ -2166,7 +2321,8 @@ INCLUDED_BY_GRAPH = YES # # Note that enabling this option will significantly increase the time of a run. # So in most cases it will be better to enable call graphs for selected -# functions only using the \callgraph command. +# functions only using the \callgraph command. Disabling a call graph can be +# accomplished by means of the command \hidecallgraph. # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. @@ -2177,7 +2333,8 @@ CALL_GRAPH = NO # # Note that enabling this option will significantly increase the time of a run. # So in most cases it will be better to enable caller graphs for selected -# functions only using the \callergraph command. +# functions only using the \callergraph command. Disabling a caller graph can be +# accomplished by means of the command \hidecallergraph. # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. @@ -2200,11 +2357,15 @@ GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images -# generated by dot. +# generated by dot. For an explanation of the image formats see the section +# output formats in the documentation of the dot tool (Graphviz (see: +# http://www.graphviz.org/)). # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order # to make the SVG files visible in IE 9+ (other browsers do not have this # requirement). -# Possible values are: png, jpg, gif and svg. +# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, +# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and +# png:gdiplus:gdiplus. # The default value is: png. # This tag requires that the tag HAVE_DOT is set to YES. @@ -2247,6 +2408,24 @@ MSCFILE_DIRS = DIAFILE_DIRS = +# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the +# path where java can find the plantuml.jar file. If left blank, it is assumed +# PlantUML is not used or called during a preprocessing step. Doxygen will +# generate a warning when it encounters a \startuml command in this case and +# will not generate output for the diagram. + +PLANTUML_JAR_PATH = + +# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a +# configuration file for plantuml. + +PLANTUML_CFG_FILE = + +# When using plantuml, the specified paths are searched for files specified by +# the !include statement in a plantuml block. + +PLANTUML_INCLUDE_PATH = + # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes # that will be shown in the graph. If the number of nodes in a graph becomes # larger than this value, doxygen will truncate the graph, which is visualized @@ -2283,7 +2462,7 @@ MAX_DOT_GRAPH_DEPTH = 0 DOT_TRANSPARENT = YES -# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output +# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) support # this, this feature is disabled by default. @@ -2300,7 +2479,7 @@ DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES -# If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot +# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot # files that are used to generate the various graphs. # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. From 5292661dec36df8f0f2d69ba6915059f6dc72b7f Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 12 Jun 2019 21:26:18 -0400 Subject: [PATCH 08/13] Also remove install guide ref from OpenShot.h --- include/OpenShot.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/OpenShot.h b/include/OpenShot.h index 8987f5e5..c3fde052 100644 --- a/include/OpenShot.h +++ b/include/OpenShot.h @@ -64,10 +64,6 @@ * canvas (i.e. pan & scan). * \image html /doc/images/Timeline_Layers.png * - * ### Build Instructions (Linux, Mac, and Windows) ### - * For a step-by-step guide to building / compiling libopenshot, check out the - * Official Installation Guide. - * * ### Want to Learn More? ### * To continue learning about libopenshot, take a look at the full list of classes available. * From 7319201e37b1b82da2832d8280328532dfc7724e Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 12 Jun 2019 22:44:05 -0400 Subject: [PATCH 09/13] Doygen: Include doc/*.md in docs Also include the documentation MarkDown pages in the Doxygen docs. These will show up as Related Pages in the interface. * The formatting of `INSTALL-*.md` had to be changed some: - Doxygen doesn't support headings in bulleted lists (lines starting with `* ###`) -- I'm not even sure that's legal markdown. They were changed to just level 3 headings (lines starting with `###`). - ALL Windows paths in `INSTALL-WINDOWS.md` were wrapped in backticks, to prevent Doxygen parsing them as markup commands. - Level 1 headings were added to the top of the three install docs, giving them the title "Building libopenshot for ___(OS)___". Otherwise all three pages were titled "Getting Started". * Separately, the table at the top of `HW-ACCEL.md` does not translate well to Doxygen. It will need further polishing. But the docs are all quite readable now. --- Doxyfile.in | 4 ++- doc/INSTALL-LINUX.md | 38 ++++++++++++++------------ doc/INSTALL-MAC.md | 38 ++++++++++++++------------ doc/INSTALL-WINDOWS.md | 62 ++++++++++++++++++++++-------------------- 4 files changed, 75 insertions(+), 67 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 05af5ea1..4d4649c6 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -804,7 +804,9 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/include" \ - "@CMAKE_CURRENT_SOURCE_DIR@/src" + "@CMAKE_CURRENT_SOURCE_DIR@/src" \ + "@CMAKE_CURRENT_SOURCE_DIR@/doc" + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/doc/INSTALL-LINUX.md b/doc/INSTALL-LINUX.md index 6ed4f3f6..2a0bbe1b 100644 --- a/doc/INSTALL-LINUX.md +++ b/doc/INSTALL-LINUX.md @@ -1,3 +1,5 @@ +# Building libopenshot for Linux + ## Getting Started The best way to get started with libopenshot, is to learn about our build system, obtain all the source code, @@ -22,47 +24,47 @@ The following libraries are required to build libopenshot. Instructions on how dependencies vary for each operating system. Libraries and Executables have been labeled in the list below to help distinguish between them. -* ### FFmpeg (libavformat, libavcodec, libavutil, libavdevice, libavresample, libswscale) +### FFmpeg (libavformat, libavcodec, libavutil, libavdevice, libavresample, libswscale) * http://www.ffmpeg.org/ `(Library)` * This library is used to decode and encode video, audio, and image files. It is also used to obtain information about media files, such as frame rate, sample rate, aspect ratio, and other common attributes. -* ### ImageMagick++ (libMagick++, libMagickWand, libMagickCore) +### ImageMagick++ (libMagick++, libMagickWand, libMagickCore) * http://www.imagemagick.org/script/magick++.php `(Library)` * This library is **optional**, and used to decode and encode images. -* ### OpenShot Audio Library (libopenshot-audio) +### OpenShot Audio Library (libopenshot-audio) * https://github.com/OpenShot/libopenshot-audio/ `(Library)` * This library is used to mix, resample, host plug-ins, and play audio. It is based on the JUCE project, which is an outstanding audio library used by many different applications -* ### Qt 5 (libqt5) +### Qt 5 (libqt5) * http://www.qt.io/qt5/ `(Library)` * Qt5 is used to display video, store image data, composite images, apply image effects, and many other utility functions, such as file system manipulation, high resolution timers, etc... -* ### CMake (cmake) +### CMake (cmake) * http://www.cmake.org/ `(Executable)` * This executable is used to automate the generation of Makefiles, check for dependencies, and is the backbone of libopenshot’s cross-platform build process. -* ### SWIG (swig) +### SWIG (swig) * http://www.swig.org/ `(Executable)` * This executable is used to generate the Python and Ruby bindings for libopenshot. It is a simple and powerful wrapper for C++ libraries, and supports many languages. -* ### Python 3 (libpython) +### Python 3 (libpython) * http://www.python.org/ `(Executable and Library)` * This library is used by swig to create the Python (version 3+) bindings for libopenshot. This is also the official language used by OpenShot Video Editor (a graphical interface to libopenshot). -* ### Doxygen (doxygen) +### Doxygen (doxygen) * http://www.stack.nl/~dimitri/doxygen/ `(Executable)` * This executable is used to auto-generate the documentation used by libopenshot. -* ### UnitTest++ (libunittest++) +### UnitTest++ (libunittest++) * https://github.com/unittest-cpp/ `(Library)` * This library is used to execute unit tests for libopenshot. It contains many macros used to keep our unit testing code very clean and simple. -* ### ZeroMQ (libzmq) +### ZeroMQ (libzmq) * http://zeromq.org/ `(Library)` * This library is used to communicate between libopenshot and other applications (publisher / subscriber). Primarily used to send debug data from libopenshot. -* ### OpenMP (-fopenmp) +### OpenMP (-fopenmp) * http://openmp.org/wp/ `(Compiler Flag)` * If your compiler supports this flag (GCC, Clang, and most other compilers), it provides libopenshot with easy methods of using parallel programming techniques to improve performance and take advantage of multi-core processors. @@ -99,25 +101,25 @@ git clone https://github.com/OpenShot/libopenshot-audio.git The source code is divided up into the following folders. -* ### build/ +### build/ * This folder needs to be manually created, and is used by cmake to store the temporary build files, such as makefiles, as well as the final binaries (library and test executables). -* ### cmake/ +### cmake/ * This folder contains custom modules not included by default in cmake, used to find dependency libraries and headers and determine if these libraries are installed. -* ### doc/ +### doc/ * This folder contains documentation and related files, such as logos and images required by the doxygen auto-generated documentation. -* ### include/ +### include/ * This folder contains all headers (*.h) used by libopenshot. -* ### src/ +### src/ * This folder contains all source code (*.cpp) used by libopenshot. -* ### tests/ +### tests/ * This folder contains all unit test code. Each class has it’s own test file (*.cpp), and uses UnitTest++ macros to keep the test code simple and manageable. -* ### thirdparty/ +### thirdparty/ * This folder contains code not written by the OpenShot team. For example, jsoncpp, an open-source JSON parser. ## Install Dependencies diff --git a/doc/INSTALL-MAC.md b/doc/INSTALL-MAC.md index ab7f79c3..ac0c7f7c 100644 --- a/doc/INSTALL-MAC.md +++ b/doc/INSTALL-MAC.md @@ -1,3 +1,5 @@ +# Building libopenshot for MacOS + ## Getting Started The best way to get started with libopenshot, is to learn about our build system, obtain all the source code, @@ -22,47 +24,47 @@ The following libraries are required to build libopenshot. Instructions on how dependencies vary for each operating system. Libraries and Executables have been labeled in the list below to help distinguish between them. -* ### FFmpeg (libavformat, libavcodec, libavutil, libavdevice, libavresample, libswscale) +### FFmpeg (libavformat, libavcodec, libavutil, libavdevice, libavresample, libswscale) * http://www.ffmpeg.org/ `(Library)` * This library is used to decode and encode video, audio, and image files. It is also used to obtain information about media files, such as frame rate, sample rate, aspect ratio, and other common attributes. -* ### ImageMagick++ (libMagick++, libMagickWand, libMagickCore) +### ImageMagick++ (libMagick++, libMagickWand, libMagickCore) * http://www.imagemagick.org/script/magick++.php `(Library)` * This library is **optional**, and used to decode and encode images. -* ### OpenShot Audio Library (libopenshot-audio) +### OpenShot Audio Library (libopenshot-audio) * https://github.com/OpenShot/libopenshot-audio/ `(Library)` * This library is used to mix, resample, host plug-ins, and play audio. It is based on the JUCE project, which is an outstanding audio library used by many different applications -* ### Qt 5 (libqt5) +### Qt 5 (libqt5) * http://www.qt.io/qt5/ `(Library)` * Qt5 is used to display video, store image data, composite images, apply image effects, and many other utility functions, such as file system manipulation, high resolution timers, etc... -* ### CMake (cmake) +### CMake (cmake) * http://www.cmake.org/ `(Executable)` * This executable is used to automate the generation of Makefiles, check for dependencies, and is the backbone of libopenshot’s cross-platform build process. -* ### SWIG (swig) +### SWIG (swig) * http://www.swig.org/ `(Executable)` * This executable is used to generate the Python and Ruby bindings for libopenshot. It is a simple and powerful wrapper for C++ libraries, and supports many languages. -* ### Python 3 (libpython) +### Python 3 (libpython) * http://www.python.org/ `(Executable and Library)` * This library is used by swig to create the Python (version 3+) bindings for libopenshot. This is also the official language used by OpenShot Video Editor (a graphical interface to libopenshot). -* ### Doxygen (doxygen) +### Doxygen (doxygen) * http://www.stack.nl/~dimitri/doxygen/ `(Executable)` * This executable is used to auto-generate the documentation used by libopenshot. -* ### UnitTest++ (libunittest++) +### UnitTest++ (libunittest++) * https://github.com/unittest-cpp/ `(Library)` * This library is used to execute unit tests for libopenshot. It contains many macros used to keep our unit testing code very clean and simple. -* ### ZeroMQ (libzmq) +### ZeroMQ (libzmq) * http://zeromq.org/ `(Library)` * This library is used to communicate between libopenshot and other applications (publisher / subscriber). Primarily used to send debug data from libopenshot. -* ### OpenMP (-fopenmp) +### OpenMP (-fopenmp) * http://openmp.org/wp/ `(Compiler Flag)` * If your compiler supports this flag (GCC, Clang, and most other compilers), it provides libopenshot with easy methods of using parallel programming techniques to improve performance and take advantage of multi-core processors. @@ -98,25 +100,25 @@ git clone https://github.com/OpenShot/libopenshot-audio.git The source code is divided up into the following folders. -* ### build/ +### build/ * This folder needs to be manually created, and is used by cmake to store the temporary build files, such as makefiles, as well as the final binaries (library and test executables). -* ### cmake/ +### cmake/ * This folder contains custom modules not included by default in cmake, used to find dependency libraries and headers and determine if these libraries are installed. -* ### doc/ +### doc/ * This folder contains documentation and related files, such as logos and images required by the doxygen auto-generated documentation. -* ### include/ +### include/ * This folder contains all headers (*.h) used by libopenshot. -* ### src/ +### src/ * This folder contains all source code (*.cpp) used by libopenshot. -* ### tests/ +### tests/ * This folder contains all unit test code. Each class has it’s own test file (*.cpp), and uses UnitTest++ macros to keep the test code simple and manageable. -* ### thirdparty/ +### thirdparty/ * This folder contains code not written by the OpenShot team. For example, jsoncpp, an open-source JSON parser. ## Install Dependencies diff --git a/doc/INSTALL-WINDOWS.md b/doc/INSTALL-WINDOWS.md index 7f5b8f78..2b17569b 100644 --- a/doc/INSTALL-WINDOWS.md +++ b/doc/INSTALL-WINDOWS.md @@ -1,3 +1,5 @@ +# Building libopenshot for Windows + ## Getting Started The best way to get started with libopenshot, is to learn about our build system, obtain all the @@ -24,47 +26,47 @@ The following libraries are required to build libopenshot. Instructions on how install these dependencies vary for each operating system. Libraries and Executables have been labeled in the list below to help distinguish between them. -* ### FFmpeg (libavformat, libavcodec, libavutil, libavdevice, libavresample, libswscale) +### FFmpeg (libavformat, libavcodec, libavutil, libavdevice, libavresample, libswscale) * http://www.ffmpeg.org/ `(Library)` * This library is used to decode and encode video, audio, and image files. It is also used to obtain information about media files, such as frame rate, sample rate, aspect ratio, and other common attributes. -* ### ImageMagick++ (libMagick++, libMagickWand, libMagickCore) +### ImageMagick++ (libMagick++, libMagickWand, libMagickCore) * http://www.imagemagick.org/script/magick++.php `(Library)` * This library is **optional**, and used to decode and encode images. -* ### OpenShot Audio Library (libopenshot-audio) +### OpenShot Audio Library (libopenshot-audio) * https://github.com/OpenShot/libopenshot-audio/ `(Library)` * This library is used to mix, resample, host plug-ins, and play audio. It is based on the JUCE project, which is an outstanding audio library used by many different applications -* ### Qt 5 (libqt5) +### Qt 5 (libqt5) * http://www.qt.io/qt5/ `(Library)` * Qt5 is used to display video, store image data, composite images, apply image effects, and many other utility functions, such as file system manipulation, high resolution timers, etc... -* ### CMake (cmake) +### CMake (cmake) * http://www.cmake.org/ `(Executable)` * This executable is used to automate the generation of Makefiles, check for dependencies, and is the backbone of libopenshot’s cross-platform build process. -* ### SWIG (swig) +### SWIG (swig) * http://www.swig.org/ `(Executable)` * This executable is used to generate the Python and Ruby bindings for libopenshot. It is a simple and powerful wrapper for C++ libraries, and supports many languages. -* ### Python 3 (libpython) +### Python 3 (libpython) * http://www.python.org/ `(Executable and Library)` * This library is used by swig to create the Python (version 3+) bindings for libopenshot. This is also the official language used by OpenShot Video Editor (a graphical interface to libopenshot). -* ### Doxygen (doxygen) +### Doxygen (doxygen) * http://www.stack.nl/~dimitri/doxygen/ `(Executable)` * This executable is used to auto-generate the documentation used by libopenshot. -* ### UnitTest++ (libunittest++) +### UnitTest++ (libunittest++) * https://github.com/unittest-cpp/ `(Library)` * This library is used to execute unit tests for libopenshot. It contains many macros used to keep our unit testing code very clean and simple. -* ### ZeroMQ (libzmq) +### ZeroMQ (libzmq) * http://zeromq.org/ `(Library)` * This library is used to communicate between libopenshot and other applications (publisher / subscriber). Primarily used to send debug data from libopenshot. -* ### OpenMP (-fopenmp) +### OpenMP (-fopenmp) * http://openmp.org/wp/ `(Compiler Flag)` * If your compiler supports this flag (GCC, Clang, and most other compilers), it provides libopenshot with easy methods of using parallel programming techniques to improve performance and take advantage of multi-core processors. @@ -109,7 +111,7 @@ check each folder path for accuracy, as your paths will likely be different than * UNITTEST_DIR (`C:\UnitTest++`) * ZMQDIR (`C:\msys2\usr\local\`) * PATH (`The following paths are an example`) - * C:\Qt5\bin; C:\Qt5\MinGW\bin\; C:\msys\1.0\local\lib; C:\Program Files\CMake 2.8\bin; C:\UnitTest++\build; C:\libopenshot\build\src; C:\Program Files\doxygen\bin; C:\ffmpeg-git-95f163b-win32-dev\lib; C:\swigwin-2.0.4; C:\Python33; C:\Program Files\Project\lib; C:\msys2\usr\local\ + * `C:\Qt5\bin; C:\Qt5\MinGW\bin\; C:\msys\1.0\local\lib; C:\Program Files\CMake 2.8\bin; C:\UnitTest++\build; C:\libopenshot\build\src; C:\Program Files\doxygen\bin; C:\ffmpeg-git-95f163b-win32-dev\lib; C:\swigwin-2.0.4; C:\Python33; C:\Program Files\Project\lib; C:\msys2\usr\local\` @@ -130,29 +132,29 @@ git clone https://github.com/OpenShot/libopenshot-audio.git The source code is divided up into the following folders. -* ### build/ +### build/ * This folder needs to be manually created, and is used by cmake to store the temporary build files, such as makefiles, as well as the final binaries (library and test executables). -* ### cmake/ +### cmake/ * This folder contains custom modules not included by default in cmake, used to find dependency libraries and headers and determine if these libraries are installed. -* ### doc/ +### doc/ * This folder contains documentation and related files, such as logos and images required by the doxygen auto-generated documentation. -* ### include/ +### include/ * This folder contains all headers (*.h) used by libopenshot. -* ### src/ +### src/ * This folder contains all source code (*.cpp) used by libopenshot. -* ### tests/ +### tests/ * This folder contains all unit test code. Each class has it’s own test file (*.cpp), and uses UnitTest++ macros to keep the test code simple and manageable. -* ### thirdparty/ +### thirdparty/ * This folder contains code not written by the OpenShot team. For example, jsoncpp, an open-source JSON parser. @@ -240,28 +242,28 @@ mingw32-make install ## Manual Dependencies -* ### DLfcn +### DLfcn * https://github.com/dlfcn-win32/dlfcn-win32 - * Download and Extract the Win32 Static (.tar.bz2) archive to a local folder: C:\libdl\ - * Create an environment variable called DL_DIR and set the value to C:\libdl\. This environment variable will be used by CMake to find the binary and header file. + * Download and Extract the Win32 Static (.tar.bz2) archive to a local folder: `C:\libdl\` + * Create an environment variable called DL_DIR and set the value to `C:\libdl\`. This environment variable will be used by CMake to find the binary and header file. -* ### DirectX SDK / Windows SDK +### DirectX SDK / Windows SDK * Windows 7: (DirectX SDK) http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=6812 * Windows 8: (Windows SDK) * https://msdn.microsoft.com/en-us/windows/desktop/aa904949 * Download and Install the SDK Setup program. This is needed for the JUCE library to play audio on Windows. -Create an environment variable called DXSDK_DIR and set the value to C:\Program Files\Microsoft DirectX SDK (June 2010)\ (your path might be different). This environment variable will be used by CMake to find the binaries and header files. +Create an environment variable called DXSDK_DIR and set the value to `C:\Program Files\Microsoft DirectX SDK (June 2010)\` (your path might be different). This environment variable will be used by CMake to find the binaries and header files. -* ### libSndFile +### libSndFile * http://www.mega-nerd.com/libsndfile/#Download * Download and Install the Win32 Setup program. - * Create an environment variable called SNDFILE_DIR and set the value to C:\Program Files\libsndfile. This environment variable will be used by CMake to find the binary and header files. + * Create an environment variable called SNDFILE_DIR and set the value to `C:\Program Files\libsndfile`. This environment variable will be used by CMake to find the binary and header files. -* ### libzmq +### libzmq * http://zeromq.org/intro:get-the-software * Download source code (zip) * Follow their instructions, and build with mingw - * Create an environment variable called ZMQDIR and set the value to C:\libzmq\build\ (the location of the compiled version). This environment variable will be used by CMake to find the binary and header files. + * Create an environment variable called ZMQDIR and set the value to `C:\libzmq\build\` (the location of the compiled version). This environment variable will be used by CMake to find the binary and header files. ## Windows Build Instructions (libopenshot-audio) In order to compile libopenshot-audio, launch a command prompt and enter the following commands. This does not require the MSYS2 prompt, but it should work in both the Windows command prompt and the MSYS2 prompt. @@ -314,8 +316,8 @@ built, we need to install it (i.e. copy it to the correct folder, so other libra mingw32-make install ``` -This should copy the binary files to C:\Program Files\openshot\lib\, and the header -files to C:\Program Files\openshot\include\... This is where other projects will +This should copy the binary files to `C:\Program Files\openshot\lib\`, and the header +files to `C:\Program Files\openshot\include\...` This is where other projects will look for the libopenshot files when building.. Python 3 bindings are also installed at this point. let's verify the python bindings work: From 0dcbc20921bbb180679f7fc94cce3413826b1071 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 12 Jun 2019 22:55:54 -0400 Subject: [PATCH 10/13] Doxygen docs: Link to install docs This adds references to all three `INSTALL-*.md` documents to the main page text in `include/OpenShot.h`, replacing the previous link to the PDF. --- include/OpenShot.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/OpenShot.h b/include/OpenShot.h index c3fde052..fb53164c 100644 --- a/include/OpenShot.h +++ b/include/OpenShot.h @@ -64,6 +64,12 @@ * canvas (i.e. pan & scan). * \image html /doc/images/Timeline_Layers.png * + * ### Build Instructions ### + * Build instructions are available for all three major Operating Systems: + * * [Building libopenshot for Windows](doc/INSTALL-WINDOWS.md) + * * [Building libopenshot for MacOS](doc/INSTALL-MAC.md) + * * [Building libopenshot for Linux](doc/INSTALL-LINUX.md) + * * ### Want to Learn More? ### * To continue learning about libopenshot, take a look at the full list of classes available. * From 55f26a226dbfcd1e0a82270fe4b4f8402d542286 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 13 Jun 2019 00:06:01 -0400 Subject: [PATCH 11/13] Doxyfile.in: Switch on referenced-by linking --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 4d4649c6..3499d643 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -991,7 +991,7 @@ STRIP_CODE_COMMENTS = NO # entity all documented functions referencing it will be listed. # The default value is: NO. -REFERENCED_BY_RELATION = NO +REFERENCED_BY_RELATION = YES # If the REFERENCES_RELATION tag is set to YES then for each documented function # all documented entities called/used by that function will be listed. From 95aca48831cdc1672054530c7de194c4fda4a48d Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 13 Jun 2019 06:54:16 -0400 Subject: [PATCH 12/13] Fix some bugs in UseDoxygen.cmake There was a bug in the definition of `DOXYFILE_LATEX`, and _another_ in the processing of it (which were the only reason it wasn't defaulting on, the way it appeared to be configured), fixed the bug and changed it to default OFF. But now it _can_ be enabled. Also moved the handling of `DOXYFILE_DOT` out of the latex-only section, so that it can be turned on with the new config variable `DOXYFILE_USE_DOT` (default on). If `DOXYFILE_USE_DOT` is enabled and the `dot` executable is found, `DOXYFILE_DOT` will be set "YES" and `dot` will be used for the HTML as well, giving better graphs. --- cmake/Modules/UseDoxygen.cmake | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cmake/Modules/UseDoxygen.cmake b/cmake/Modules/UseDoxygen.cmake index b261d431..807dbac6 100644 --- a/cmake/Modules/UseDoxygen.cmake +++ b/cmake/Modules/UseDoxygen.cmake @@ -105,12 +105,18 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND) STRING "Additional source files/directories separated by space") set(DOXYFILE_SOURE_DIRS "\"${DOXYFILE_SOURCE_DIR}\" ${DOXYFILE_EXTRA_SOURCES}") - usedoxygen_set_default(DOXYFILE_LATEX YES BOOL "Generate LaTeX API documentation" OFF) + usedoxygen_set_default(DOXYFILE_LATEX OFF BOOL "Generate LaTeX API documentation") usedoxygen_set_default(DOXYFILE_LATEX_DIR "latex" STRING "LaTex output directory") mark_as_advanced(DOXYFILE_OUTPUT_DIR DOXYFILE_HTML_DIR DOXYFILE_LATEX_DIR DOXYFILE_SOURCE_DIR DOXYFILE_EXTRA_SOURCE_DIRS DOXYFILE_IN) + ## Dot + usedoxygen_set_default(DOXYFILE_USE_DOT ON BOOL "Use dot (part of graphviz) to generate graphs") + set(DOXYFILE_DOT "NO") + if(DOXYFILE_USE_DOT AND DOXYGEN_DOT_EXECUTABLE) + set(DOXYFILE_DOT "YES") + endif() set_property(DIRECTORY APPEND PROPERTY @@ -125,13 +131,12 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND) ## LaTeX set(DOXYFILE_PDFLATEX "NO") - set(DOXYFILE_DOT "NO") set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${DOXYFILE_OUTPUT_DIR}/${DOXYFILE_LATEX_DIR}") - if(DOXYFILE_LATEX STREQUAL "ON") + if(DOXYFILE_LATEX) set(DOXYFILE_GENERATE_LATEX "YES") find_package(LATEX) find_program(DOXYFILE_MAKE make) @@ -140,9 +145,6 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND) if(PDFLATEX_COMPILER) set(DOXYFILE_PDFLATEX "YES") endif() - if(DOXYGEN_DOT_EXECUTABLE) - set(DOXYFILE_DOT "YES") - endif() add_custom_command(TARGET doxygen POST_BUILD From 26090c2f0c9c98753ef4ac6811fc2096742256f4 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 13 Jun 2019 06:57:54 -0400 Subject: [PATCH 13/13] Set the dot graphs to generate as interactive SVG --- Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 3499d643..7b54a9c0 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -2371,7 +2371,7 @@ DIRECTORY_GRAPH = YES # The default value is: png. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_IMAGE_FORMAT = png +DOT_IMAGE_FORMAT = svg # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # enable generation of interactive SVG images that allow zooming and panning. @@ -2383,7 +2383,7 @@ DOT_IMAGE_FORMAT = png # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -INTERACTIVE_SVG = NO +INTERACTIVE_SVG = YES # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path.