Frank Dana
febc2fbc7d
Merge pull request #333 from ferdnyc/Version-impl
...
Version information: Separate implementation, add pythonic touches
2019-10-11 21:57:38 -04:00
Frank Dana
ca885d59e0
Merge pull request #315 from ferdnyc/exception-default-args
...
Exceptions: Make (most) file_path args optional
2019-10-11 21:46:43 -04:00
Frank Dana
be24c58a03
Merge pull request #312 from ferdnyc/detect-interlace
...
FFmpegReader: Detect interlaced video on file open
2019-10-11 21:44:14 -04:00
FeRD (Frank Dana)
43efabf102
Qt/Video*Thread: ZMQ argument stragglers
2019-10-07 13:34:02 -04:00
Frank Dana
b7c96ffe21
Merge pull request #336 from ferdnyc/compactdefaultargs
...
SWIG: Use compactdefaultargs in bindings
2019-10-02 03:37:16 -04:00
Frank Dana
335c0cba1f
Merge pull request #303 from ferdnyc/use-std-stoll
...
Use std::stoll to convert JSON values
2019-10-02 01:29:59 -04:00
FeRD (Frank Dana)
1435267b62
Add lock to CreateFrame (patch by laochen, #272 )
2019-10-01 23:27:36 -04:00
FeRD (Frank Dana)
1af92afc59
SWIG: Use compactdefaultargs in bindings
2019-09-28 21:43:59 -04:00
FeRD (Frank Dana)
ee4666f15b
Fix indentation
2019-09-25 05:53:00 -04:00
FeRD (Frank Dana)
986f567ebf
CMake: Eliminate duplicate include dirs
2019-09-25 01:22:53 -04:00
FeRD (Frank Dana)
0658134df0
CMake: Add FeatureSummary
2019-09-25 01:11:30 -04:00
FeRD (Frank Dana)
1ec431f446
Simplify CMakeLists with loops
2019-09-25 01:05:59 -04:00
Frank Dana
9e0d194072
Add comment re: updates to interlace params
2019-09-22 01:37:32 -04:00
FeRD (Frank Dana)
ba86744e6a
Use OPENSHOT_VERSION_FULL as Python str()
2019-09-21 02:03:07 -04:00
FeRD (Frank Dana)
c422f4f245
Separate GetVersion impl, make Pythonic
2019-09-21 01:43:30 -04:00
FeRD (Frank Dana)
756e3a4abe
Example.py: Remove useless import sys
...
Codacy pointed out that there's absolutely no reason to be
importing the sys module in this code.
2019-09-12 00:13:53 -04:00
FeRD (Frank Dana)
6ba4066cd7
Add src/examples/Example.py
2019-08-27 22:10:54 -04:00
FeRD (Frank Dana)
291719ff05
Effects: No "" file_path args to exceptions
2019-08-27 15:48:46 -04:00
FeRD (Frank Dana)
366ff2c5e6
src: Don't pass "" file_path args to exceptions
2019-08-27 15:47:39 -04:00
SuslikV
16ca3aef32
Fix return type mismatch
2019-08-24 11:36:21 +02:00
FeRD (Frank Dana)
c4a6ead569
FFmpegReader: Detect interlaced video
...
Move interlace detection to UpdateVideoInfo() so it'll be done
before we read any frames, and use the field_order member of the
codec attributes (an AVFieldOrder enum) as the data source.
2019-08-20 04:32:47 -04:00
Frank Dana
857297abdf
Merge pull request #288 from SuslikV/patch-5
...
Fix crash during seeking at the start of the file
2019-08-17 14:13:45 -04:00
FeRD (Frank Dana)
5b4bfa8e41
Remove mentions of nonexistent InitFileInfo()
2019-08-12 12:00:18 -04:00
SuslikV
dfbcb4730b
Disable debug logger on close
...
The logger can be closed from the external thread (openshot-qt), while
same logger instance is still in use in libopenshot.
This change prevents crash on attempts to use debug logger if it was
closed.
Co-authored-by: Frank Dana <ferdnyc@users.noreply.github.com >
2019-08-12 14:09:26 +03:00
FeRD (Frank Dana)
141e6ba61e
Use std::stoll to convert JSON values
2019-08-10 11:31:08 -04:00