Commit Graph

1165 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
1de2ea21a6 /CMakeLists.txt: Move tests, add doc message 2019-09-16 13:47:03 -04:00
FeRD (Frank Dana)
25ebb24b36 Re-enable 'make test' on CMake 3.10+ 2019-09-16 10:41:49 -04:00
Frank Dana
c685571e63 Merge pull request #325 from ferdnyc/py-example-cleanup
Example.py: Remove useless `import sys`
2019-09-12 00:21:27 -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
Frank Dana
f8c180c1f4 Merge pull request #316 from ferdnyc/python-example
Add a Python example in src/examples/Example.py
2019-08-27 22:58:18 -04:00
FeRD (Frank Dana)
6ba4066cd7 Add src/examples/Example.py 2019-08-27 22:10:54 -04:00
Frank Dana
5e1e8ce601 Merge pull request #314 from SuslikV/patch-8
Fix return type mismatch in PlayerBase/QtPlayer::Position()
2019-08-25 04:03:24 -04:00
SuslikV
16ca3aef32 Fix return type mismatch 2019-08-24 11:36:21 +02: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
Frank Dana
1cdddba020 Merge pull request #295 from ferdnyc/fix-include-dirs
Fix include path list, for subdirectories
2019-08-14 11:35:02 -04:00
Frank Dana
cf79afddce Merge pull request #309 from ferdnyc/no-initfileinfo
Remove mentions of nonexistent InitFileInfo()
2019-08-14 11:28:19 -04:00
FeRD (Frank Dana)
5b4bfa8e41 Remove mentions of nonexistent InitFileInfo() 2019-08-12 12:00:18 -04:00
Frank Dana
780d1ea630 Merge pull request #308 from SuslikV/patch-7
Disable debug logger on close
2019-08-12 07:48:30 -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
Frank Dana
4bb54b088f Merge pull request #301 from SuslikV/patch-6
Fix indentation in FFmpegUtilities.h
2019-08-10 11:56:12 -04:00
Frank Dana
9e8ce17d39 Merge pull request #297 from ferdnyc/hw-accel-doc
Update table in HW-ACCEL.md for Doxygen
2019-08-10 11:36:56 -04:00
SuslikV
59fe417141 Unify indentation of the code strings 2019-08-08 16:46:07 +03:00
Frank Dana
e95d18476c Merge pull request #293 from ferdnyc/zmq-cleanup
Remove "dummy" args from ZmqLogger stragglers
2019-08-06 22:39:13 -04:00
Frank Dana
05c21ae2d5 Merge pull request #298 from ferdnyc/fix-ffmpeg-filename-set
Fix truncated output filenames in FFmpegWriter
2019-08-06 13:26:00 -04:00
FeRD (Frank Dana)
5fb9755353 Fix truncated output filenames in FFmpegWriter 2019-08-06 11:59:55 -04:00
FeRD (Frank Dana)
fc76462292 Update table in HW-ACCEL.md for Doxygen
By using actual Unicode characters for the various ✔️ and  marks
in the table, Doxygen will format it properly.
Also:
- Changed to superscripted numerals, for the various callouts
- Reformatted notes into a corresponding ordered list
- Added invisible spaces after the marks without a callout, to
  balance centering
- Added center-alignment markers to appropriate table columns
2019-08-05 20:19:50 -04:00
FeRD (Frank Dana)
3946eaa1b4 Fix include path list, for subdirectories
The include paths need to be absolute, so that src/CMakeLists.txt
doesn't interpret them relative to its current directory.
2019-08-04 22:00:05 -04:00
FeRD (Frank Dana)
c77f009038 Remove "dummy" args from ZmqLogger stragglers
I somehow missed a few calls, in #266.
2019-08-04 16:06:54 -04:00
Jonathan Thomas
90a5610441 Merge pull request #289 from eisneinechse/develop
Move #endif
2019-08-01 00:26:03 -05:00
eisneinechse
f434b063d9 Move #endif
Move av_hwdevice_get_hwframe_constraints inside the part of the code only compiled when testing VAAPI constraint detection.
2019-07-31 20:56:11 -07:00