54 Commits (49066b5ca03ccf61483b1f7aa3af6a7182c312bc)

Author SHA1 Message Date
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 5531170862 added ability not to update/draw fbo sources when they are not actively displayed 8 years ago
Krisjanis Rijnieks 26326733cc Make it work with openFrameworks master branch 8 years ago
Theodoros Papatheodorou 7dffbbacfa fixed malloc error when fbo source was called to begin before it's been allocated 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 e231300b84 DirectoryWatcher: file added and file removed events 8 years ago
c-mendoza 1d2864befc DirectoryWatcher now notifies if file count has changed in a directory 8 years ago
Krisjanis Rijnieks 7401408411 Add quick fix to broken usb media loading, close #119 8 years ago
Krisjanis Rijnieks 2d1c0a3c3b Improve additional data paths with a forward slash 8 years ago
Krisjanis Rijnieks e781dfb587 Remove ofxIO dependency from MediaServer 8 years ago
Krisjanis Rijnieks 197145bb33 Add piping down app events into fbo sources instead of registering 9 years ago
Krisjanis Rijnieks ed0ee4fd96 React to image added events 9 years ago
Krisjanis Rijnieks 1cc8ba5ae4 Add some todos 9 years ago
Krisjanis Rijnieks c83c001967 Add usb0 to usb3 to media server locations 9 years ago
Krisjanis Rijnieks 8c723d6746 Add `registerFboSource` overload method with pointer 9 years ago
Krisjanis Rijnieks 79b705df85 Add virtual func return values in `DirectoryWatcher` for less warnings when compiling on pi 9 years ago
Krisjanis Rijnieks 5dd7d6c517 Call the `FboSource::setup()` when adding it to `MediaServer` 9 years ago
Krisjanis Rijnieks 8badbd61f8 Add TODO: transform MS to singleton 9 years ago
Krisjanis Rijnieks 6a6702e4f9 Add `/boot/ofxpimapper/sources` directory as additional store 9 years ago
Krisjanis Rijnieks a9e1ab7ecb Add minimal refactoring to `MediaServer` 9 years ago
Krisjanis Rijnieks 8bde5b84a8 Add `.ogv` file format, close #50 9 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 95b366ada5 Change src code style using ofStyler 10 years ago
Krisjanis Rijnieks 2ea46acbb3 Add some thoughts in form of comments 10 years ago
Krisjanis Rijnieks d88fe23773 Add FBO source via ofxPiMapper directly insteat through getMediaServer 11 years ago
Krisjanis Rijnieks ca5df071b7 Add FBO source support and selection in source editor 11 years ago
Krisjanis Rijnieks 691a0a9879 Filter same video sources to all platforms 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: 11 years ago
Krisjanis Rijnieks 6ca30dfe5f Add check if image already loaded 11 years ago
Krisjanis Rijnieks fbc15943ad Add media type struct and make use of it in the media server 11 years ago
Krisjanis Rijnieks ceeedc022d Add media type struct 11 years ago
Krisjanis Rijnieks 28d5a494e4 Refactor a bit 11 years ago
Krisjanis Rijnieks 3093a23471 Build gui from image names got from media server 11 years ago
Krisjanis Rijnieks 4e93dc8f3b Add image loading and unloading and events 11 years ago
Krisjanis Rijnieks cdd514dbf5 Add loadImage and unloadImage methods 11 years ago
Krisjanis Rijnieks f5588158d7 Comment out event handler debug couts 11 years ago
Krisjanis Rijnieks 98d65a3c50 Add event handlers for the image and video directory watcher events 11 years ago
Krisjanis Rijnieks b527f0ebaf Add extra file extensions to image and video path filters 11 years ago
Krisjanis Rijnieks 08822add89 Workaround path filters not working with DirectoryWatcherManager.addPath 11 years ago
Krisjanis Rijnieks 32e3e15ded Add event handlers to video and image wathcher add and remove events 11 years ago
Krisjanis Rijnieks 58565d0a3a Adjust things to be compatible with the updated DirectoryWatcher 11 years ago
Krisjanis Rijnieks 1a8f527f57 Make filePaths vector private and create a public getter method for it 11 years ago
Krisjanis Rijnieks 49c8b74e7f Remove path from vector on directory watcher item removed event 11 years ago
Krisjanis Rijnieks 39bd954876 Add custom events to replace ofMessage 11 years ago
Felix Dubrownik 9d3733bb66 added getPaths 11 years ago
Felix Dubrownik b0e7800752 added TODO 11 years ago
Felix Dubrownik 7c5fa74c60 added Test case. Compiles. shows right number of images 11 years ago