Commit Graph

1741 Commits

Author SHA1 Message Date
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
Jonathan Thomas
3f3bcc1cf0 Merge pull request #567 from eisneinechse/svtav1_rename
Change of name of library
2020-09-13 14:32:03 -05:00
eisneinechse
158c594973 Change of name of library 2020-09-13 08:42:17 -07:00
Jonathan Thomas
9c35e554a9 Merge pull request #565 from OpenShot/fix-pts-offset-logic
Fix the PTS offset logic error when first reading a file with FFmpegReader
2020-09-12 17:18:52 -05:00
Jonathan Thomas
7dc9eb6927 Adding TODO for future improvements 2020-09-12 17:05:33 -05:00
Jonathan Thomas
650adf639d Fix the PTS offset logic error when first reading a file on FFmpegReader. Use the calculated 0 - PTS, unless it is too large (more than 1 second off from zero) 2020-09-11 00:55:50 -05:00
Frank Dana
ac8966ad7d Merge pull request #558 from OpenShot/juce-547
JUCE 5.4.7 changes
2020-09-10 22:37:02 -04:00
FeRD (Frank Dana)
6acc1c1d2a README: Wrap to 80-col, copyright => 2020 2020-09-10 19:48:16 -04:00
Frank Dana
22f89680bd Merge pull request #555 from ferdnyc/fix-deprecated-endl
Use Qt::endl with QTextStream
2020-09-10 19:16:40 -04:00
Frank Dana
131e441d98 Merge pull request #563 from ferdnyc/timeline-lookup-api
Timeline: Add clip/effect lookup api, GetMaxFrame/GetMaxTime method (w/ unit tests)
2020-09-10 19:06:44 -04:00
Frank Dana
f33d5cb261 Timeline.h: Formatting 2020-09-10 18:40:32 -04:00
Jonathan Thomas
6cc00d6e47 Merge pull request #371 from SuslikV/lossless-color-format
Use non-subsampled color format for lossless encoding with the h264 encoder
2020-09-10 17:40:14 -05:00
Frank Dana
20c75ff227 Const temporary variable 2020-09-10 18:39:24 -04:00
Jonathan Thomas
ce491a0864 Merge pull request #507 from SuslikV/pix-new-scale
Improve Pixelate filter scale
2020-09-10 17:36:33 -05:00
Frank Dana
e500cae9f5 Replace sleep()/usleep() with std::chrono calls (#473) 2020-09-02 02:07:54 -04:00
FeRD (Frank Dana)
6d1e22f545 Timeline_Tests: Unit tests for new methods
Add GetMaxTime tests
2020-09-02 01:04:36 -04:00
FeRD (Frank Dana)
41af336d11 Add GetMaxTime 2020-09-02 01:04:29 -04:00
FeRD (Frank Dana)
f49a795749 Timeline: Add id-lookup API and GetMaxFrame 2020-09-01 23:05:04 -04:00
FeRD (Frank Dana)
36dab0b1db Clip: GetEffect implementation 2020-09-01 23:05:04 -04:00
FeRD (Frank Dana)
466f8713aa Timeline.h: Add lots of openshot:: prefixes 2020-09-01 23:05:04 -04:00
FeRD (Frank Dana)
bd90b8d6c9 ReaderBase: Deprecate SetClip/GetClip names
- Replacement method names are SetParentClip/GetParentClip
- Old names are retained as deprecated alternates, for now
- libopenshot internal calls (very few) are updated

ReaderBase.cpp: Remove (Set,Get)Clip
2020-09-01 23:05:04 -04:00
FeRD (Frank Dana)
006fb8ef4b Use MacOS 10.11 SDK (still targeting 10.9) 2020-08-27 12:55:59 -04:00
Frank Dana
f71051e8f1 Tests: Don't enable HW accel as side-effect (#557)
The Settings test attempts to test the class by changing settings
variables and reading them back again. Problem is, that affects
the REST of the unit tests. So instead of enabling HW accel and
causing crashes, we'll diddle something innocuous, like OMP_THREADS.
2020-08-20 21:13:42 -04:00
FeRD (Frank Dana)
92293d39ab Add QtUtilities.h header 2020-08-20 15:26:53 -04:00