- 10 Sep, 2013 1 commit
-
-
Tristan Matthews authored
-
- 02 Sep, 2013 1 commit
-
-
Guillaume Roguez authored
Add also auto-start on local camera at any video capable call. Fix VideoGenerator class. Note: bliting function works only with YUV420 planar pixel format.
-
- 30 Aug, 2013 1 commit
-
-
Emmanuel Milou authored
-
- 23 Aug, 2013 1 commit
-
-
Guillaume Roguez authored
- fix also some Copyright dates.
-
- 15 Aug, 2013 1 commit
-
-
Guillaume Roguez authored
-
- 30 Jul, 2013 1 commit
-
-
Guillaume Roguez authored
-
- 12 Jul, 2013 1 commit
-
-
Guillaume Roguez authored
-
- 23 May, 2013 1 commit
-
-
Tristan Matthews authored
Thanks to the new custom_io flag in libavformat's SDP demuxer, we can manage our own UDP transports for RTP and RTCP. This allows us to comply with RFC 4961. If an older version of libavformat is detected, we fallback to sending and receiving on different sockets.
-
- 18 Dec, 2012 1 commit
-
-
Tristan Matthews authored
-
- 06 Dec, 2012 2 commits
-
-
Tristan Matthews authored
This way VideoSendThread will be able to implement it and we avoid the callback hackery we had before.
-
Tristan Matthews authored
Decompose big run() method into getFrame (which may be either from camera or RTP) and renderFrame.
-
- 20 Nov, 2012 2 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 14 Nov, 2012 1 commit
-
-
Tristan Matthews authored
-
- 08 Nov, 2012 1 commit
-
-
Tristan Matthews authored
-
- 05 Nov, 2012 1 commit
-
-
Tristan Matthews authored
The SDP is already in memory and can be used as such by simply overriding the "read" function of our AVIOContext.
-
- 12 Sep, 2012 3 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 17 Aug, 2012 1 commit
-
-
Tristan Matthews authored
Also, even if tryEnterMutex returns false, we must call leaveMutex. This was leading to a dead lock when hanging up and answering a call at the same time.
-
- 16 Aug, 2012 1 commit
-
-
Tristan Matthews authored
- Don't deadlock when requesting fast picture update - Video thread should not modify it's "running flag" - The "running" flag is now an atomic variable
-
- 03 Aug, 2012 1 commit
-
-
Tristan Matthews authored
-
- 02 Aug, 2012 1 commit
-
-
Tristan Matthews authored
-
- 27 Jul, 2012 1 commit
-
-
Tristan Matthews authored
-
- 23 Jul, 2012 1 commit
-
-
Tristan Matthews authored
-
- 04 Jul, 2012 1 commit
-
-
Tristan Matthews authored
This way we can cleanly stop video threads, even if they are in error states.
-
- 03 Jul, 2012 1 commit
-
-
Tristan Matthews authored
-
- 21 Jun, 2012 1 commit
-
-
Tristan Matthews authored
-
- 19 Jun, 2012 1 commit
-
-
Tristan Matthews authored
Got rid of intermediate buffer
-
- 18 Jun, 2012 1 commit
-
-
Tristan Matthews authored
-
- 05 Jun, 2012 1 commit
-
-
Tristan Matthews authored
-
- 04 Jun, 2012 1 commit
-
-
Tristan Matthews authored
-
- 21 Mar, 2012 2 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 01 Mar, 2012 1 commit
-
-
Tristan Matthews authored
Does not compile!!!
-
- 27 Feb, 2012 1 commit
-
-
Tristan Matthews authored
-
- 18 Nov, 2011 1 commit
-
-
Tristan Matthews authored
-
- 03 Oct, 2011 1 commit
-
-
Tristan Matthews authored
-
- 22 Sep, 2011 1 commit
-
-
Rafaël Carré authored
We need GTK3 to use the recent, non-broken clutter-gtk-1.0 Completely drop GTK2 compatibility TODO: - help dialog - migrate to GSettings instead of gconf (not mandatory) - fix runtime warnings about the dynamic toolbar (hangup buttons etc) Fallback on cairo for video display if clutter doesn't work Use the same rgb format for clutter and cairo renderers (BGRA) Fix a flaw in design (client needed to tell the daemon which format it needed)
-
- 25 Aug, 2011 1 commit
-
-
Tristan Matthews authored
-