Commit Graph

1031 Commits

Author SHA1 Message Date
eisneinechse
d6eef8f0db Merge branch 'develop' into develop 2019-06-20 13:46:35 -07:00
eisneinechse
c54a3705ff Update FFmpegUtilities.h
Warnings are now silenced in FFmpegUtilities.h, where it should be.
2019-06-20 13:41:03 -07:00
eisneinechse
40b9891d8a Update FFmpegWriter.cpp
Reverse 1st attempt
2019-06-20 13:32:30 -07:00
Jonathan Thomas
eaac2dbbd1 Merge pull request #254 from ferdnyc/no-inline-cpp
Add -no-integrated-cpp for G++ < 9
2019-06-20 14:58:56 -05:00
FeRD (Frank Dana)
9378225d76 Add -no-integrated-cpp for G++ < 9 2019-06-19 22:21:50 -04:00
Jonathan Thomas
0d4ea7fe71 Merge pull request #244 from OpenShot/hardware-improvements
Adding new CheckPixel method to validate certain colors
2019-06-08 23:13:49 -05:00
Jonathan Thomas
30e546f62f Merge pull request #243 from OpenShot/jonoomph-range-checkpixel
Add new parameter to CheckPixel, for checking "close to" pixel colors
2019-06-08 14:29:26 -05:00
Jonathan Thomas
722d672f58 Update Frame.cpp 2019-06-08 12:52:35 -05:00
Jonathan Thomas
3f926f45df Update FFmpegReader_Tests.cpp 2019-06-08 12:45:13 -05:00
Jonathan Thomas
238e2d16d8 Update FFmpegReader_Tests.cpp 2019-06-08 12:24:49 -05:00
Jonathan Thomas
2b308c6d59 Update Frame.h 2019-06-08 12:23:26 -05:00
Jonathan Thomas
438b2c333e Update Frame.cpp 2019-06-08 12:21:56 -05:00
Jonathan Thomas
2be5e5e168 Fixing crash on certain hardware accelerator modes (specifically decoder 2, device 0) 2019-06-04 13:42:46 -05:00
eisneinechse
e1b474e812 Silence deprecated warnings in ffmpeg 3.x 2019-06-03 11:44:59 -07:00
Jonathan Thomas
13e74b147a Adding new CheckPixel method to validate a specific pixel color 2019-05-31 19:02:28 -05:00
Jonathan Thomas
85d6ac6ad5 Merge pull request #240 from ckirmse/render_memory
free cache in FrameMapper::Close()
2019-05-30 18:03:50 -05:00
Chris Kirmse
25e51d815e free cache in FrameMapper::Close()
- this hugely reduces the memory used by rendering a timeline
  with a lot of clips
- could be related to issue #239
2019-05-30 09:44:39 -07:00
Jonathan Thomas
42af4ca8ca Merge pull request #237 from chad3814/leak-fix
plug another small leak
2019-05-16 15:07:33 -05:00
Chad Walker
fab70dde1e plug another small leak 2019-05-15 10:27:48 -05:00
Jonathan Thomas
937089a856 Merge pull request #236 from OpenShot/memory-fixes
Fixing Memory Leaks (lots of them)
2019-05-14 11:11:12 -05:00
Jonathan Thomas
4a3985e209 Updating comment 2019-05-14 00:20:32 -05:00
Jonathan Thomas
9ffd6a6f75 Fixing crash when destructing Timeline/Clips/FrameMapper 2019-05-13 23:55:03 -05:00
Jonathan Thomas
6335d6f06c Adding debugging messaging to unit test which is failing on Travis CI 2019-05-13 22:48:21 -05:00
Jonathan Thomas
968e472c73 Tweak how Timeline manages the cache object (sometimes itself, and sometimes by the user if they call SetCache) 2019-05-13 17:11:40 -05:00
Jonathan Thomas
bd21d1a751 Fixing crash on Timeline::Close due to deleted FrameMappers 2019-05-13 16:18:15 -05:00