Krisjanis Rijnieks
197145bb33
Add piping down app events into fbo sources instead of registering
9 years ago
Krisjanis Rijnieks
a0ce7cce39
Add SourceTypeHelper.h
Move SourceTypeHelper class code from SourceType.h to new file.
9 years ago
Krisjanis Rijnieks
518bb76182
Fix SourceType, replace all int vars with decent type
Divide SourceType class into SourceType enum and SourceTypeHelper class
9 years ago
Krisjanis Rijnieks
77e61f73df
Add `VideoSource::useHDMIForAudio flag` to be used before init
9 years ago
Krisjanis Rijnieks
fb1621b773
Add possibility to disable FboSource::draw() when needed
9 years ago
Krisjanis Rijnieks
2a8a7c0fbc
Replace deselect on SPACE with toggle pause
9 years ago
Krisjanis Rijnieks
f671a27d72
Clean up `FboSource`
Remove obsolete ofApp setup event registration. Only the FboSource base class setup()
function was called and thus it was not working properly.
9 years ago
Krisjanis Rijnieks
75caaf0963
Solve minor problem with compiling OMX related things on Mac
9 years ago
Krisjanis Rijnieks
f9fe75d499
Fix `OMXPlayerCache` `VideoSource` not defined compile error
9 years ago
Krisjanis Rijnieks
b592ea9b4f
Fix `OMXPlayerCache` not having `push_back` compile error
9 years ago
Krisjanis Rijnieks
5f2df368b4
Integrate `OMXPlayerCache` into `VideoSource`
9 years ago
Krisjanis Rijnieks
6b2bc5ea81
Add `OMXPlayerCache` singleton
A possible way to fix application crashing when unloading last omx player video source.
9 years ago
Krisjanis Rijnieks
7fd227e5a4
Fix `VideoSource` audio off when `enableAudio` flag is false
10 years ago
Krisjanis Rijnieks
0fbfe7174b
Remove `std::` prefix everywhere in `src`
10 years ago
Krisjanis Rijnieks
f160fbd232
Replace `NULL` with `0` everywhere
10 years ago
Krisjanis Rijnieks
ec3a60b742
Fix deprecations for oF v0.9.0 in src
10 years ago
Krisjanis Rijnieks
95b366ada5
Change src code style using ofStyler
10 years ago
Krisjanis Rijnieks
360021a09d
Fix deprecated `ofVideoPlayer` method calls
10 years ago
Krisjanis Rijnieks
46de203b62
Fix missing semicolon
10 years ago
Krisjanis Rijnieks
ffc2a54151
Improve indentation of `VideoSource`
10 years ago
Krisjanis Rijnieks
aa1397f50a
Add static enableAudio member to `VideoSource` class
10 years ago
Krisjanis Rijnieks
b81cf62af4
Add `getWidth()` and `getHeight()`, additionally:
Additionally refactor the code according to oF guidelines. To be done for the rest of the code.
10 years ago
Krisjanis Rijnieks
9e7d07e0c1
Add fbo source protection against not allocating in derived classes
11 years ago
Krisjanis Rijnieks
ca5df071b7
Add FBO source support and selection in source editor
11 years ago
Krisjanis Rijnieks
9586771abe
Move remove update listener part from raspberry pi platform part
11 years ago
Krisjanis Rijnieks
cfc49b362f
Remove omxplayer.stop as there is no such method
11 years ago
Krisjanis Rijnieks
0d513baee8
Replace import with include
11 years ago
Krisjanis Rijnieks
911650c553
Add hint to ofxOMXPlayer workaround
11 years ago
Krisjanis Rijnieks
0c993d9870
Add RPi OMX player
11 years ago
Krisjanis Rijnieks
3159a4779d
Show and hide source selection radio buttons depending on whether they contain sources or not
11 years ago
Krisjanis Rijnieks
9b04e00261
Remove anoying debug messages
11 years ago
Krisjanis Rijnieks
4ae87c6259
Add video source list and fix a lot of bugs
11 years ago
Krisjanis Rijnieks
19c33ddd5f
Massive restructure:
- Added source types
- Adjusted surfaces to work with the types instead of plain textures
- Improved media server to manage all of the source types
- Added video source that works on Mac for now
- A lot of small adjustments
11 years ago