This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gem".
The branch, master has been updated
via e0dad84a7a394ed162b37e55de03a848b5dcc72b (commit)
via dc6874250f989dd109a77924355cb9368f93806c (commit)
via c65fa705fe8a1ee67f61f24918c8cce6df397feb (commit)
via 573e4149f1abe7d09c573a9d28a87e2d60a06b4b (commit)
via 54519dda29777912ce3882b53fbf3011eade36b6 (commit)
via f3a90370126e38ee1d9383ed5dce1733a70d2bed (commit)
via 56e2a4a91bfb0e46bf9955ed29602ab104f15a11 (commit)
via feda5766c4078c682dab2335cdfb039fdc935b70 (commit)
via 15cd3ecd0f2122e57e4570e595f930fe43542d7d (commit)
via 8663ad1b7bf13165950ee6eeb8fe63b1b48c780d (commit)
via fea01ebf7ea7afc335c3b223e856d2e9f1ed8b59 (commit)
via b96421910b230f34709f1480d1b5ec0d062dbb75 (commit)
via ba884da9899882f091559121a48ab6490a81c917 (commit)
via 24284b1dddfb09f3e84ed0acec62b8afbe4b1af9 (commit)
via dfa6c8fdec82b60b63b9993f5405c5bf7c7e20f9 (commit)
via 3d36d45533a10a8dba5582387f3f480598e7fbe6 (commit)
via 72aeb91d877c0802585cc6dcae7e25e9f633cc76 (commit)
from 0e7bd6172f529f6fcb4385d4380457d3a3170afa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e0dad84a7a394ed162b37e55de03a848b5dcc72b
Merge: 0e7bd61 dc68742
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Sun Nov 6 22:16:32 2011 +0100
Merge branch 'record'
commit dc6874250f989dd109a77924355cb9368f93806c
Author: IOhannes m zmoelnig <zmoel...@iem.at>
Date: Sun Nov 6 22:14:37 2011 +0100
remove the m_codecdescriptions map as it is not used yet
commit c65fa705fe8a1ee67f61f24918c8cce6df397feb
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Sun Nov 6 22:08:20 2011 +0100
trying to free recordQT from recordBase
this is totally untested.
i hope it compiles on OSX
i hope it runs
commit 573e4149f1abe7d09c573a9d28a87e2d60a06b4b
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Sun Nov 6 21:54:30 2011 +0100
indentation
and '(void)' rather than '()' in function definitions
commit 54519dda29777912ce3882b53fbf3011eade36b6
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Sun Nov 6 15:46:01 2011 +0100
simplified "#ifdef V4L" logic
commit f3a90370126e38ee1d9383ed5dce1733a70d2bed
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Sun Nov 6 15:43:35 2011 +0100
derive directly from virtual 'record' class
not tested yet, need a machine with an old kernel
commit 56e2a4a91bfb0e46bf9955ed29602ab104f15a11
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Sun Nov 6 15:14:50 2011 +0100
simplified getCodecDescription code
commit feda5766c4078c682dab2335cdfb039fdc935b70
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Sun Nov 6 15:09:28 2011 +0100
implemented enumProperties and getCodecDescription
use (void) rather than () in function definitions;
simplified the "#ifdef V4L2" logic
commit 15cd3ecd0f2122e57e4570e595f930fe43542d7d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Sun Nov 6 15:05:25 2011 +0100
initialze m_handle to NULL
and cleaned up code for handle selection
commit 8663ad1b7bf13165950ee6eeb8fe63b1b48c780d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Sun Nov 6 15:03:38 2011 +0100
only record if m_recording flag is TRUE
commit fea01ebf7ea7afc335c3b223e856d2e9f1ed8b59
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Fri Nov 4 19:00:13 2011 +0100
trying to get recordV4l2 to work
doesn't work yet though
commit b96421910b230f34709f1480d1b5ec0d062dbb75
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Wed Nov 2 10:30:30 2011 +0100
proper state when start() fails
setting m_handle:=NULL
commit ba884da9899882f091559121a48ab6490a81c917
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Wed Nov 2 10:27:57 2011 +0100
fixed setting of codec
1) store successfully set codec into m_codec
2) don't try to re-set the codec when starting to record
commit 24284b1dddfb09f3e84ed0acec62b8afbe4b1af9
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Wed Nov 2 10:00:32 2011 +0100
derive from pure virtual class 'record'
commit dfa6c8fdec82b60b63b9993f5405c5bf7c7e20f9
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Tue Nov 1 07:58:35 2011 +0100
adapat to the new API
not working yet
commit 3d36d45533a10a8dba5582387f3f480598e7fbe6
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Tue Nov 1 07:58:15 2011 +0100
prefer QT and QT4L
commit 72aeb91d877c0802585cc6dcae7e25e9f633cc76
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date: Mon Oct 31 19:37:32 2011 +0100
trying to fix the record plugin
started to implement a meta-record-plugin that hides the details of the
backends
this should make it a lot simpler for various record-objectclasses
-----------------------------------------------------------------------
Summary of changes:
plugins/recordQT/recordQT.cpp | 165 +++++++++++++-----------
plugins/recordQT/recordQT.h | 22 ++-
plugins/recordQT4L/recordQT4L.cpp | 28 +++--
plugins/recordQT4L/recordQT4L.h | 17 ++-
plugins/recordV4L/recordV4L.cpp | 72 +++++------
plugins/recordV4L/recordV4L.h | 23 ++--
plugins/recordV4L2/recordV4L2.cpp | 53 +++-----
plugins/recordV4L2/recordV4L2.h | 32 +++--
src/Pixes/pix_record.cpp | 227 ++++++++++++-------------------
src/plugins/record.cpp | 267 ++++++++++++++++++++++++++++++++++++-
10 files changed, 573 insertions(+), 333 deletions(-)
hooks/post-receive
--
Gem
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs