Martin Pulec
d6989b5cec
added DShow
2013-01-31 12:51:24 +01:00
Martin Pulec
5ee0985f91
Merge branch 'master' into trunk
...
Conflicts:
src/video_codec.c
src/video_decompress.c
2013-01-23 09:57:00 +01:00
Martin Pulec
39c3d2e702
Silenced clang warnings about alignment
...
TODO: there are stil some files left to check and if ok then silence
warnings.
2013-01-18 12:53:48 +01:00
Martin Pulec
639566ed1c
PortAudio: change preset to low latency
...
* seems like it works fine with the async API now
2013-01-17 16:46:55 +01:00
Martin Pulec
2177656895
PDB node destroyed after iter. jumps to next node
2013-01-17 12:59:14 +01:00
Martin Pulec
cdc134d0ad
Audio: show help when requested
...
Do show help also if user asks for sth like '-r alsa:help', in addition
to '-r help'. The former one, of course, lists only ALSA playback devices.
2013-01-17 10:06:28 +01:00
Martin Pulec
063b3481f3
PortAudio: switched to async API
2013-01-16 16:49:40 +01:00
Martin Pulec
d8c89a4e53
Remove lock from PortAudio modules
...
This kind of lock (FS) is probably not feasible under MS Windows. From
code review it doesn't seem that the critical sections could overlap,
either.
2013-01-16 12:50:28 +01:00
Martin Pulec
4131c4b131
Merge branch 'master' into trunk
...
Conflicts:
configure.ac
src/audio/audio.c
src/rtp/decoders.c
src/video_codec.c
src/video_compress.c
src/video_compress/fastdxt.c
src/video_decompress.c
src/video_decompress/dxt_glsl.c
2013-01-15 10:05:56 +01:00
Martin Pulec
ecc2f1ff5c
Merge branch 'windows'
2013-01-07 13:14:51 +01:00
Martin Pulec
e950e75fb9
fixed potential ALSA bug
2012-11-19 18:03:39 +01:00
Martin Pulec
0182a10d00
Merge branch 'master' into windows
2012-10-23 11:47:39 +02:00
Navsteva
6dfd098d2f
Support fow Windows
...
* DeckLink
* OpenGL
* FastDXT
2012-10-23 11:42:49 +02:00
Martin Pulec
3582c58454
Audio: flush buffers after reconfiguration
2012-10-12 16:37:59 +02:00
Martin Pulec
d825909f1b
export: allow use custom directory
2012-09-27 16:17:19 +02:00
Martin Pulec
34f9dd65ff
audio export: do not output empty file
2012-09-27 16:16:23 +02:00
Martin Pulec
e35fe6025b
Added audio exporter
2012-09-27 16:15:02 +02:00
Martin Pulec
a08d52e65e
Get rid of global 'should_exit' variable
...
+ rather simplify process of exiting - eg. first exit receiver thread
and after that display. Display is thus certain that no _getf/_putf
functions will be called while processing its _finish function.
Similarly done on the sender side.
2012-09-12 16:53:40 +02:00
Martin Pulec
e753d45a14
Make decoder state local to every participant
...
* currently only video
+ removed annoying warning about non-empty participant database
2012-08-23 12:27:24 +02:00
Martin Pulec
37b77b48ed
fixed some misspelled words
2012-08-01 13:18:03 +02:00
Martin Pulec
5e89b60d77
Fixed some Intel C Compiler warnings
...
Note that only GCC-compatible ICC mode can be used (see Mantis bug #177 )
2012-07-31 16:56:04 +02:00
Martin Pulec
92e24dd02f
allow specifiing multicast iface
2012-07-30 15:45:18 +02:00
Martin Pulec
dab475dab7
Parameter to force hostname resolving into IPv6
...
Currently hostnames are resloved into IPv4 addresses by default.
2012-07-30 14:17:42 +02:00
Martin Pulec
c8a913f0aa
pretty print usage
2012-07-24 11:37:28 +02:00
Martin Pulec
a582c5ab81
cleared some warnings
2012-07-13 10:53:33 +02:00
Martin Pulec
4f935a9b88
Fixed misaligned access to variables
2012-07-09 14:52:30 +02:00
Martin Pulec
20e77b8289
echo cancellation - corrected when speex is disabled
2012-07-04 11:07:50 +02:00
Martin Pulec
bb5b84d9ea
Restructuralize directory structure
...
* content of ultragrid/ subdirector moved to root
2012-07-02 18:24:25 +02:00