FeRD (Frank Dana)
a6441d822d
Reorganize source tree (headers in src/)
...
- src/bindings/ moves to /bindings/
- src/examples/ moves to /examples/
- Contents of include/ merged into src/ with same hierarchy
- src/Qt/demo/ moves to examples/qt-demo/
2020-10-18 05:05:29 -04:00
Jonathan Thomas
49b7e623ce
Merge pull request #579 from OpenShot/update-stale-comment
...
Update the stale github message (libopenshot)
2020-10-16 19:17:32 -05:00
Jonathan Thomas
9c3a2975be
Update the stale github message
2020-10-16 18:56:34 -05:00
Jonathan Thomas
8f6c64215e
Merge pull request #556 from ferdnyc/use-make-shared
...
Use std::make_shared to allocate shared ptrs, instead of std::shared_ptr constructors
2020-10-16 14:48:14 -05:00
Jonathan Thomas
ef80439b62
Merge pull request #530 from ferdnyc/omp-and-ffmpeg-classes
...
Move off deprecated OpenMP API, fix FFmpeg code paths
2020-10-16 14:45:20 -05:00
Jonathan Thomas
7f08778048
Merge pull request #534 from eisneinechse/interlace
...
Set the field order when interlace is on
2020-10-16 03:19:00 -05:00
Jonathan Thomas
8cf0483bd9
Merge pull request #455 from ferdnyc/remove-ancient-ffmpeg-encode
...
FFMpegWriter: Ease technical debt by dropping support for FFmpeg versions below 2.4
2020-10-16 03:14:26 -05:00
Jonathan Thomas
898ec1650d
Merge pull request #486 from OpenShot/release-logs
...
Update release log formatting
2020-10-16 03:12:46 -05:00
Jonathan Thomas
b308f8c33b
Merge pull request #368 from mkarg/distinct-saturation
...
Color-separated Saturation
2020-10-16 03:10:35 -05:00
Jonathan Thomas
a7fe41cc1a
Update Saturation.cpp
...
Fixing regression after conflict resolution
2020-10-16 03:03:26 -05:00
Jonathan Thomas
88677a9c3c
Update Saturation.cpp
...
Removing alpha channel access (undefined)
2020-10-16 02:54:54 -05:00
Jonathan Thomas
143b948ac2
Merge branch 'develop' into distinct-saturation
2020-10-16 02:47:40 -05:00
FeRD (Frank Dana)
a004bd23f3
Merge remote-tracking branch 'upstream/develop' into remove-ancient-ffmpeg-encode
2020-10-13 07:00:58 -04:00
Frank Dana
414a2cdaa3
Merge pull request #574 from ferdnyc/imagemagick-option
...
Add ENABLE_MAGICK CMake option (default ON)
2020-10-03 20:42:45 -04:00
FeRD (Frank Dana)
172c3c0e0f
CMake: Switch default build type to Release
2020-10-03 20:32:58 -04:00
FeRD (Frank Dana)
965de9df5b
Add ENABLE_MAGICK CMake option (default ON)
2020-10-03 20:32:58 -04:00
Frank Dana
4e98fb7293
Merge branch 'develop' into develop
2020-09-20 19:23:39 -04:00
Jonathan Thomas
66121bfe76
Merge pull request #568 from OpenShot/fix-resampling-in-mapper
...
FrameMapper + Resampling loses samples
2020-09-14 18:50:09 -05:00
Jonathan Thomas
6537278c1c
This padding is needed to not lose samples in the first frame of a resample. Apparently, we need enough padding, so we exceed the # of samples required for the first frame, and 20 was just too low for many frame rates / sample rates.
2020-09-14 03:13:54 -05:00
FeRD (Frank Dana)
0bcf1e4924
Frame: Reduce code duplication
2020-09-13 19:56:40 -04:00
FeRD (Frank Dana)
92d33a1ebd
VideoRenderWidget: missing includes
2020-09-13 16:38:23 -04:00
FeRD (Frank Dana)
0974637a3a
Pixelate: Fix missing includes
2020-09-13 16:35:35 -04:00
FeRD (Frank Dana)
9c83429ab1
Frame: Use delegating constructors
2020-09-13 16:35:35 -04:00
FeRD (Frank Dana)
1c8aea94d0
Frame: Put Qt includes where they're used
2020-09-13 16:28:31 -04:00
Jonathan Thomas
3f3bcc1cf0
Merge pull request #567 from eisneinechse/svtav1_rename
...
Change of name of library
2020-09-13 14:32:03 -05:00