63 Commits (1d89ef869c9aee0bf2781c9f0a5ad0940ef5f3e3)

Author SHA1 Message Date
Krisjanis Rijnieks ab595fd42a Add loading and saving video loop state 7 years ago
Krisjanis Rijnieks 67de16ab91 Attempt to fix video loop problems on RPi 7 years ago
Krisjanis Rijnieks cd356afd4a Add listener to handle VideoSource update on RPi 7 years ago
Krisjanis Rijnieks acf637a679 Attempt to fix VideoSource pause on RPi 7 years ago
Krisjanis Rijnieks 26d0ffc847 Fix typo in VideoSource 7 years ago
Krisjanis Rijnieks 5fb0cfc702 Add VideoSource::update() function declaration 7 years ago
Krisjanis Rijnieks 5a65f6f420 Attempt to fix VideoSource looping on RPi 7 years ago
Krisjanis Rijnieks c6487b25be Add loop option to setVideoSource 7 years ago
Krisjanis Rijnieks ca47482cb1 Add VideoSource::stop() 7 years ago
Krisjanis Rijnieks 695b8aa8c5 Another whitespace fix 7 years ago
Krisjanis Rijnieks 79b6ec8a7e Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
Theodoros Papatheodorou 7099fee8f5 fixed minor bugs here and there and made sure media server sets displayed flag to false once source is unloaded 8 years ago
Theodoros Papatheodorou df78944c12 made default state of display equal to true so that preview of source is possible 8 years ago
Theodoros Papatheodorou 5531170862 added ability not to update/draw fbo sources when they are not actively displayed 8 years ago
Krisjanis Rijnieks e92f95c7ef Fix warnings in magSlide regarding unhandled switch cases 8 years ago
Krisjanis Rijnieks 26326733cc Make it work with openFrameworks master branch 8 years ago
c-mendoza e2ba47de0b Fixes transition length bug 8 years ago
c-mendoza 177d7636b1 Add xml loading features 8 years ago
c-mendoza 08976e4047 Fixed a logic error in the way slides were being queued. 8 years ago
Theodoros Papatheodorou 18d50a70d7 added fbo accessor functions to FboSource, surrounded calls to setup() and reset() with calls to begin/end fbo drawing 8 years ago
c-mendoza dad64e384a magSlideShow loads its own xml file. 8 years ago
c-mendoza b6a47bbb28 Added a DirectoryWatcher to magSlideShowSource 8 years ago
c-mendoza 2f9dd70d43 Moving magSlideShow to ofxPiMapper/Sources 8 years ago
Theodoros Papatheodorou 398da86acf added virtual function reset() in baseSource that can be overridden in Source classes to reset source variables on re-entry, if needed 8 years ago
Krisjanis Rijnieks 7c9caec7c2 Rename VideoSource::omxPlayer 8 years ago
Krisjanis Rijnieks 1676f9ae69 Use unique_ptr for VideoSource::_videoPlayer 8 years ago
Krisjanis Rijnieks f985af3644 Remove unused destructor 8 years ago
Krisjanis Rijnieks 71c7764d45 Enable audio for video sources by default 8 years ago
Krisjanis Rijnieks 197145bb33 Add piping down app events into fbo sources instead of registering 9 years ago
Krisjanis Rijnieks a0ce7cce39 Add SourceTypeHelper.h 9 years ago
Krisjanis Rijnieks 518bb76182 Fix SourceType, replace all int vars with decent type 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` 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 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: 10 years ago