History log of /haiku/src/apps/codycam/VideoConsumer.cpp
Revision Date Author Comments
# 6a739773 08-Aug-2019 CodeforEvolution <secundaja@gmail.com>

CodyCam: Style Fixes, Make Resource File Verbose

No functional change intended, added some copyrights
in the process.

Change-Id: Ic6ebe276bb939c425d65aff1b3b07c7c2e27a33a
Reviewed-on: https://review.haiku-os.org/c/1698
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# b726920e 29-Jan-2019 Rob Gill <rrobgill@protonmail.com>

apps/codycam Fix PVS1347,1348

* Replace unformatted printf with puts

Change-Id: If4e41bbc58e8a03fdcbee3f2d2efc0a9ff9fc2a2
Reviewed-on: https://review.haiku-os.org/c/965
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>


# a8aeb8a9 21-Aug-2016 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix mixed indentation

Fixes #12758.


# f50d7408 14-Apr-2015 Dario Casalinuovo <b.vitruvio@gmail.com>

BBufferGroup::GetBufferList: avoid dynamic allocation


# 2824c5d3 24-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

Fix various typos and inconsistencies in strings

DiskProbe, DriveSetup, Icon-O-Matic, Installer, Login,
PackageInstaller, Screenshot, Translation Inspector, BootManager,
CharacterMap, CodyCam, BPrintJob

DiskUsage: removed useless translation, used only for layouting purposes

Thanks to KapiX for spotting these problems.


# afcbccb9 04-May-2013 Jérôme Duval <jerome.duval@gmail.com>

Codycam: some 64 bit fixes


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 476fad7f 23-Oct-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39116 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c4f9b1d1 17-May-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Jorma Karvonen: Localization of CodyCam with some modifications by
myself. Closes ticket #5908, thanks a bunch!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36850 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5e3b474 20-Oct-2009 Stephan Aßmus <superstippi@gmx.de>

Applied patch by gamblore, which adds a Local mode to CodyCam and resolves ticket #3395. I've extended the patch to disable the FTP controls in Local mode and fix bugs which prevented this from working correctly. Some coding style fixes as well... Thanks a lot, gamblore!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33682 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 241dbd37 26-Aug-2009 François Revol <revol@free.fr>

Fix warnings about deprecated automatic (char *) cast.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32708 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 45c2e6b8 07-May-2008 François Revol <revol@free.fr>

Use the view's Bounds() as target rect when drawing, so if the source is not QVGA it's stretched instead of just clipped.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25357 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3dd6b9cf 07-May-2008 François Revol <revol@free.fr>

- remove hardcoded color
- do not force bitmap size for ftp, in case the webcam doesn't give 320x240 it would mess up with memcpy. Maybe we'll want to give the option to either resize to QVGA or keep the native size someday.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25353 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c9d15f8c 07-Apr-2008 Stephan Aßmus <superstippi@gmx.de>

Applied patch by Duane R. Bailey:
* Replaced occurances of "..." by B_UTF8_ELLIPSIS in the apps folder.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24851 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 629e25ef 13-Jan-2008 Jérôme Duval <korli@users.berlios.de>

fixed warnings


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23495 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61946f58 09-Jan-2008 François Revol <revol@free.fr>

sftp doesn't allow renaming to an existing file, so remove it first.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23325 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6298fd45 09-Jan-2008 François Revol <revol@free.fr>

sftp also needs chmod...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23322 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 71814054 09-Jan-2008 François Revol <revol@free.fr>

sftp uploader seems to be working now :)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23320 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e3145a8d 09-Jan-2008 François Revol <revol@free.fr>

Start of an SFTP uploader.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23317 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d3f15c6 20-Oct-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Style cleanup patch by Vasilis Kaoutsis. Small changes by myself.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22629 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 859c1f01 03-Dec-2003 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Summary: Fix numerous warnings in codycam (merge from fixes branch)
Keywords:

Patches applied:

* n.reedijk@planet.nl--nielx-2003/codycam--fixes--0.1--base-0
tag of n.reedijk@planet.nl--openbeos-2004/codycam--mainline--0.1--base-0

* n.reedijk@planet.nl--nielx-2003/codycam--fixes--0.1--patch-1
Fix numerous warnings in codycam


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5556 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dba5824b 19-Feb-2003 Phil Greenway <sikosis@gmail.com>

CodyCam from the BeOS Sample Code.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2776 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f50d7408b5407052b1a0f743a17a360d64626ccc 14-Apr-2015 Dario Casalinuovo <b.vitruvio@gmail.com>

BBufferGroup::GetBufferList: avoid dynamic allocation


# 2824c5d3a428b1f52fb41e7cf84ef1690cfadc80 24-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

Fix various typos and inconsistencies in strings

DiskProbe, DriveSetup, Icon-O-Matic, Installer, Login,
PackageInstaller, Screenshot, Translation Inspector, BootManager,
CharacterMap, CodyCam, BPrintJob

DiskUsage: removed useless translation, used only for layouting purposes

Thanks to KapiX for spotting these problems.


# afcbccb9b5489c88d96edf4d3f851eaa35872852 04-May-2013 Jérôme Duval <jerome.duval@gmail.com>

Codycam: some 64 bit fixes


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 476fad7f7f171da1f528a3851a64917e17d44964 23-Oct-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39116 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c4f9b1d10c5bd251e58ed9d222323d6da4e304d7 17-May-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Jorma Karvonen: Localization of CodyCam with some modifications by
myself. Closes ticket #5908, thanks a bunch!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36850 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5e3b4741a0a4be68e41136087ddee2adb02f174 20-Oct-2009 Stephan Aßmus <superstippi@gmx.de>

Applied patch by gamblore, which adds a Local mode to CodyCam and resolves ticket #3395. I've extended the patch to disable the FTP controls in Local mode and fix bugs which prevented this from working correctly. Some coding style fixes as well... Thanks a lot, gamblore!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33682 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 241dbd378522467c5cd21f8670c9dbcc142178e7 26-Aug-2009 François Revol <revol@free.fr>

Fix warnings about deprecated automatic (char *) cast.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32708 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 45c2e6b8f33d50d696a380a0fd9413511b3d33a5 07-May-2008 François Revol <revol@free.fr>

Use the view's Bounds() as target rect when drawing, so if the source is not QVGA it's stretched instead of just clipped.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25357 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3dd6b9cfa1154a9f2d0e40f4b93b01d6fb0123a4 07-May-2008 François Revol <revol@free.fr>

- remove hardcoded color
- do not force bitmap size for ftp, in case the webcam doesn't give 320x240 it would mess up with memcpy. Maybe we'll want to give the option to either resize to QVGA or keep the native size someday.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25353 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c9d15f8cdbe8d04eea74ac738dc6b3bb081a00f8 07-Apr-2008 Stephan Aßmus <superstippi@gmx.de>

Applied patch by Duane R. Bailey:
* Replaced occurances of "..." by B_UTF8_ELLIPSIS in the apps folder.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24851 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 629e25ef6dcbeab5b6ae7325ab8aa8cafa7919ca 13-Jan-2008 Jérôme Duval <korli@users.berlios.de>

fixed warnings


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23495 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61946f580b7e6bdb4e753adb49cca44b23b21e75 09-Jan-2008 François Revol <revol@free.fr>

sftp doesn't allow renaming to an existing file, so remove it first.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23325 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6298fd453124019c590c79cb9a5fc7e800bbe84e 09-Jan-2008 François Revol <revol@free.fr>

sftp also needs chmod...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23322 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 718140546e48d6c45ad9163be9823259716afee2 09-Jan-2008 François Revol <revol@free.fr>

sftp uploader seems to be working now :)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23320 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e3145a8d8dfa43b380668c09842f9a41d9f58f03 09-Jan-2008 François Revol <revol@free.fr>

Start of an SFTP uploader.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23317 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d3f15c60ec469d37e3f83930c4b36b48b5af294 20-Oct-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Style cleanup patch by Vasilis Kaoutsis. Small changes by myself.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22629 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 859c1f019897a8e16836cba4c8e176527eadf7ce 03-Dec-2003 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Summary: Fix numerous warnings in codycam (merge from fixes branch)
Keywords:

Patches applied:

* n.reedijk@planet.nl--nielx-2003/codycam--fixes--0.1--base-0
tag of n.reedijk@planet.nl--openbeos-2004/codycam--mainline--0.1--base-0

* n.reedijk@planet.nl--nielx-2003/codycam--fixes--0.1--patch-1
Fix numerous warnings in codycam


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5556 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dba5824b7c009d53686c70cd490b0aa7c7ac3ee8 19-Feb-2003 Phil Greenway <sikosis@gmail.com>

CodyCam from the BeOS Sample Code.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2776 a95241bf-73f2-0310-859d-f6bbb57e9c96