Commit Graph

1330 Commits

Author SHA1 Message Date
Martin Pulec
cd5e954bb6 Split screen capture module
Split screen capture modules into platform specific files (X11
and OS X).
2013-11-06 13:33:09 +01:00
Martin Pulec
5334e9be99 Check for presence of disp. framebuffer 2013-10-30 12:04:00 +01:00
Martin Pulec
c3a6339bea Fixed assigning of displays to right participant 2013-10-30 11:46:52 +01:00
Martin Pulec
2a31764fe3 Capture filter init: wrong ret value if not found 2013-10-29 11:01:42 +01:00
Martin Pulec
f446d40918 SW mix: deinterlace interlaced input 2013-10-23 12:34:18 +02:00
Martin Pulec
2c2b5d0dc7 Displays: reflected another API update 2013-10-23 12:09:14 +02:00
Martin Pulec
eaf79d10d1 Audio playout: modules update according to new API 2013-10-23 12:09:14 +02:00
Martin Pulec
68ce4832aa Pass correctly audio flag to vidcap 2013-10-23 12:09:07 +02:00
Martin Pulec
414d9dbddb RTP: UDP - some changes
Accept NULL as address.
2013-10-17 16:27:20 +02:00
Martin Pulec
b5b5a7b850 Transmit: corrected spinlock call 2013-10-15 13:51:01 +02:00
Martin Pulec
961feef831 Libavcodec: fixed crash with old libavcodec 2013-10-03 09:36:47 +02:00
Martin Pulec
f85dca8906 Enable RTSP build as a plugin 2013-09-26 15:16:01 +02:00
Martin Pulec
7e46ed4728 Merge branch 'trunk' of http://seth.ics.muni.cz/git/ultragrid into trunk 2013-09-26 15:07:47 +02:00
Martin Pulec
a37620ec26 JPEG to DXT: check if CUDA can be initialized 2013-09-25 15:26:32 +02:00
Martin Pulec
8aaf0f81d2 ALSA: fixed ALSA format for 24b samples 2013-09-25 12:02:09 +02:00
Martin Pulec
76f2d09243 Build system fixes 2013-09-25 12:00:52 +02:00
Castillo, Gerard
c0d335c2f7 source formatted 2013-09-25 11:23:41 +02:00
Castillo, Gerard
51a2e40bb7 removed unused global variable 2013-09-25 11:21:04 +02:00
Castillo, Gerard
1764174041 checked some cleans and warnings 2013-09-25 11:18:32 +02:00
Castillo, Gerard
d1edb63aee patch for rtsp capture API applyed 2013-09-25 09:48:47 +02:00
Castillo, Gerard
4472ffe48c configure.ac rtsp stuff checked 2013-09-25 09:04:09 +02:00
Martin Pulec
d39d7991c7 SW mix fix
This fixes regression brought by commit e609b9f6.
2013-09-24 17:19:02 +02:00
Martin Pulec
969da316b5 Added new capture filter: logo 2013-09-19 18:18:31 +02:00
Martin Pulec
2c0e8bb44e Check also GPUJPEG headers 2013-09-13 15:37:13 +02:00
Martin Pulec
f14448e21c sender fix 2013-09-13 15:36:42 +02:00
Cassany, David
edd86a2bbe Some debug messages cleaning 2013-09-12 09:05:50 +02:00
Castillo, Gerard
02ebc1d20d todo: sdp cleaning when uv exits 2013-09-10 12:33:23 +02:00
Castillo, Gerard
b79d07a260 todo: h264 receiver thread 2013-09-09 17:01:32 +02:00
Castillo, Gerard
0ff83edfab rtsp capture documentation added 2013-09-09 16:19:38 +02:00
Castillo, Gerard
82871bc1ae makefile with sdp object and some minor changes 2013-09-09 15:36:23 +02:00
Castillo, Gerard
dae306aa15 first release for the SDP file generation when --h264 flag enabled 2013-09-09 12:11:20 +02:00
Castillo, Gerard
b1de985670 h264 standard sender working 2013-09-05 13:43:28 +02:00
Castillo, Gerard
d2bd3e67c3 initial video recv buffer size decreased 2013-09-05 08:51:03 +02:00
Castillo, Gerard
5ec928b0f7 rtps capture code cleaning and fps updates by 1 fps threshold 2013-09-04 17:16:31 +02:00
Castillo, Gerard
d7a39c3f6d rtsp capture API adaptation 2013-09-04 16:27:22 +02:00
Castillo, Gerard
ff4244c0c1 Merge branch 'rtsp' into trunk 2013-09-04 15:39:51 +02:00
Castillo, Gerard
ab736aa590 rtp session init refactor. no rtcp between ug and rtsp server. 2013-09-04 14:46:33 +02:00
Castillo, Gerard
76c1ed09d4 rtsp update with user and password uri parsing 2013-09-04 12:03:54 +02:00
Martin Pulec
ac28e9eb17 Windows: enable CUDA stuff
+ make VS project for for GPUJPEG
2013-08-29 11:19:08 +02:00
Martin Pulec
dc40fc274b Older libav build fix 2013-08-27 09:18:19 +02:00
Martin Pulec
7fa08d5c37 Fixed when video decompress init failed 2013-08-26 13:22:43 +02:00
Martin Pulec
e9da86ab97 Small build fix 2013-08-26 12:06:15 +02:00
Castillo, Gerard
324ff1c732 copyright texts add into rtsp files 2013-08-23 12:23:21 +02:00
Martin Pulec
7f1f3b25d4 Video decoder: simplify a bit 2013-08-22 18:19:33 +02:00
Martin Pulec
dd475b5ce2 SDL: minor RGB-shift fix 2013-08-22 17:35:27 +02:00
Martin Pulec
7fe5745ede SW mix: reenable reading configuration from file 2013-08-22 17:31:22 +02:00
Martin Pulec
e609b9f678 SW mix: support for arbitrary pixel format 2013-08-22 16:51:49 +02:00
Martin Pulec
8a15b102b7 Video capture paramter: hide structure
+ improve alias handling
2013-08-22 14:04:57 +02:00
Martin Pulec
688e506002 Provide symbols to plugins directly from main app
Added -rdynamic linker option. Removed additional workarounds.
2013-08-21 16:24:12 +02:00
Martin Pulec
2840523710 Added item for capture filter to config file 2013-08-21 10:35:05 +02:00