#
268f99dd |
| 22-Dec-2021 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge branch 'master' into dev/netservices
|
#
08d9716a |
| 27-Sep-2021 |
Jérôme Duval <jerome.duval@gmail.com> |
video_producer_demo: fix comparison warnings
Change-Id: Ibfc8780c55e229190573918a4cf1f119b5e345c6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4504 Reviewed-by: Franck LeCodeur <cassisian@gmai
video_producer_demo: fix comparison warnings
Change-Id: Ibfc8780c55e229190573918a4cf1f119b5e345c6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4504 Reviewed-by: Franck LeCodeur <cassisian@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
024c0670 |
| 05-Oct-2020 |
Murai Takashi <tmurai01@gmail.com> |
media-add-ons/video_producer_demo: Fix -Wformat=
Change-Id: I55272a78e13b56b2b01970be4c61ff0a5c20420f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3314 Reviewed-by: Jérôme Duval <jerome.duval@
media-add-ons/video_producer_demo: Fix -Wformat=
Change-Id: I55272a78e13b56b2b01970be4c61ff0a5c20420f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3314 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
8391490a |
| 24-May-2010 |
David McPaul <dlmcpaul@gmail.com> |
make the block more dynamic
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36921 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
dc706a1b |
| 22-May-2010 |
David McPaul <dlmcpaul@gmail.com> |
additional option to display a color block
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36891 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
b289aaf6 |
| 12-Apr-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* A BBuffer does not know where it came from, so BBufferConsumer::BufferReceived() cannot know whom to send the "buffer is late" notification (unless we only have a single input). To solve this,
* A BBuffer does not know where it came from, so BBufferConsumer::BufferReceived() cannot know whom to send the "buffer is late" notification (unless we only have a single input). To solve this, the media_header now contains extra fields that can be used to create a media_source object. * Unfortunately, BBufferProducer::SendBuffer() cannot know the output either in case there is more than one. Hence, I deprecated the existing SendBuffer() call and moved it into "private" - IOW old sources using it won't compile anymore under Haiku. * I introduced a new SendBuffer() variant that also gets the media_source as argument. * Updated all sources (that are part of the image) to use the new variant. * Removed some purposely commented out code in the audio mixer. * Implemented late buffer notification, as well as late buffer handling in the audio mixer; this is a bit of work in progress, so the debug output is left in there. * Some cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36184 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b3d94504 |
| 29-May-2006 |
Stephan Aßmus <superstippi@gmx.de> |
* added a bunch of drivers by Siarzhuk Zharski -> a USB Mass Storgage module (SCSI bus manager add-on) -> a SiS 7018 AC97 driver (uses "old" audio driver interface) -> a USB Serial driver -> a USB Vi
* added a bunch of drivers by Siarzhuk Zharski -> a USB Mass Storgage module (SCSI bus manager add-on) -> a SiS 7018 AC97 driver (uses "old" audio driver interface) -> a USB Serial driver -> a USB Vision driver and media add-on (Haupauge WinTV USB) * moved R3MediaDefs.h from usb_audio driver to common place headers/private/audio (also used by SiS 7018 driver) * added TV tuner frequency defines to data/settings/media/usb_vision
Some of these drivers are in unfinished state, particularily the USB Vision driver, the VideoProducer doesn't seem to use it yet, the USB Mass Storage module is known to work though, it also includes add-ons for itself that add support for some "special" hardware, these are not integrated with the Jamfile build system though.
Also I didn't much much time with the "CVS package" targets, the ReadMes are not added, someone with more knowledge about this could add them...
None of this stuff is added to the Haiku image, it is simply included to be maintained in the Haiku tree from now on.
* fixed a bug in Video Producer sample inherited from Be Sample code - the timing from the time source was not really used, on some systems this could cause in the producer not waking up at the correct time if the system time and audio card time are drifting apart
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17625 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
29f200aa |
| 08-Sep-2003 |
beveloper <beveloper@nowhere.fake> |
removed warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4578 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
b74540ee |
| 25-May-2003 |
beveloper <beveloper@nowhere.fake> |
The video demo node is not a physical input.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3315 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
1b14f418 |
| 23-May-2003 |
beveloper <beveloper@nowhere.fake> |
Allow 5 concurrent instances for testing, changed name to indicate that this is a demo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3291 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
d6f3c208 |
| 21-May-2003 |
beveloper <beveloper@nowhere.fake> |
Adding the Video Producer Demo Media-Add-On, from BeOS sample code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3285 a95241bf-73f2-0310-859d-f6bbb57e9c96
|