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:
- 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
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
Felix Dubrownik
05ee627759
added DrectoryWatchers for video and image
11 years ago