FeRD (Frank Dana)
071fc8caad
ImageReader/ImageWriter: std:: prefixes
2019-08-04 23:02:36 -04:00
FeRD (Frank Dana)
b56ebf5765
QtPlayer/QtImageReader: std:: prefixes
2019-08-04 22:59:56 -04:00
FeRD (Frank Dana)
ed895f05b9
Profiles/Settings: std:: prefixes
2019-08-04 22:56:52 -04:00
FeRD (Frank Dana)
3879b09047
FrameMapper/KeyFrame/Point: std:: prefixes
2019-08-04 22:54:06 -04:00
FeRD (Frank Dana)
f927cc0c3c
Color/Coordinate: std:: prefixes
2019-08-04 22:48:57 -04:00
FeRD (Frank Dana)
4f38ac9c66
ChunkReader/ChunkWriter: std:: prefixes
2019-08-04 22:46:57 -04:00
FeRD (Frank Dana)
9f32f5e064
std:: prefixes for ClipBase
2019-08-04 22:43:24 -04:00
FeRD (Frank Dana)
b64a100da2
std:: prefixes for ReaderBase
2019-08-04 22:41:51 -04:00
FeRD (Frank Dana)
5746cd7b8b
std:: prefixes for TextReader.h/.cpp
2019-08-04 22:39:13 -04:00
FeRD (Frank Dana)
cb567e44d0
std:: prefixes for AudioBufferSource/AudioDeviceInfo
2019-08-04 22:36:53 -04:00
FeRD (Frank Dana)
b6b832fb81
std:: prefixes for CacheBase/Disk/Memory
2019-08-04 22:34:24 -04:00
FeRD (Frank Dana)
0b6f9ff5bd
AudioReaderSource.h: Remove 'using...std'
2019-08-04 22:25:36 -04:00
FeRD (Frank Dana)
b4b6223e89
std:: prefixes for FFmpegReader.h/.cpp
2019-08-04 22:23:33 -04:00
FeRD (Frank Dana)
e49039d568
std:: prefixes for Timeline.h/.cpp
2019-08-04 22:23:06 -04:00
FeRD (Frank Dana)
0dbbe942d2
Use std:: in WriterBase
2019-08-04 21:53:29 -04:00
Jonathan Thomas
0449b5b4eb
Merge pull request #276 from ferdnyc/swig-Wall
...
SWIG: Warnings cleanup
2019-07-29 17:31:10 -05:00
Jonathan Thomas
12fce8040f
Merge pull request #266 from ferdnyc/zmq-default-params
...
Default values for ZMQ logging calls
2019-07-29 16:30:22 -05:00
Jonathan Thomas
5f331e24df
Merge pull request #265 from ferdnyc/catch-by-reference
...
Exceptions: catch-by-reference and other cleanup
2019-07-29 16:27:40 -05:00
Jonathan Thomas
f3354d997a
Merge pull request #264 from ferdnyc/inline-av_err2str
...
FFmpegUtilities: inline av_make_error_string
2019-07-29 16:25:37 -05:00
Jeff Shillitto
4d891c6d03
Merge branch 'pr/1' into pr/4
2019-07-28 22:10:46 +10:00
jediserg
e9ba82dd5b
--add missing include and header guard macro
2019-07-27 18:13:45 -07:00
Sergei Kolesov
40521c9d72
--add gravity to QtHtmlReader
2019-07-22 05:52:24 -07:00
Frank Dana
47d69779b6
Fix override syntax
...
Overrides go at the end of the declaration. Qt also has the `Q_DECL_OVERRIDE` preprocessor define, which expands to `override` only when building the code using C++11 or higher.
2019-07-16 12:28:00 -04:00
nick black
4a1d133da8
PlayerDemo: declare keyPressEvent() override
2019-07-16 10:37:45 -04:00
FeRD (Frank Dana)
0ac3720023
SWIG: Warnings cleanup
...
* Remove a SWIG pragma from Frame.h (gcc warns on it)
* Place the equivalent %warnfilter in the openshot.i files
* Set openshot.i PROPERTY GENERATED_COMPILE_OPTIONS with flags to
disable warning spew in generated SWIG code, if -Wall is used
(Also, remove 'using namespace std' from Frame.h, and add std::
prefixes to necessary variables.)
2019-07-12 13:28:47 -04:00