Commit Graph

116 Commits

Author SHA1 Message Date
xliska
2b38f8faa5 Correct compilation of the Quad code. 2010-07-09 15:21:58 +00:00
xliska
e4c8962c6c Stupid mistake. There is no library necessary to be linked with the quad module. 2010-07-08 11:40:22 +00:00
xliska
a456a3a4c0 Correct building of the Quad code. 2010-07-08 11:16:02 +00:00
xliska
76fa38b4b6 Revamped mode settings and help for hdstation (Sebastian)
Correct building of the Quad code.
2010-07-08 11:14:08 +00:00
xliska
aeb90b2dfa Switched to 16 bits per sample for audio sending. This is just a general compatibility issue. 24b does not alway work which introduces additional issues while debugging the audio.
Correct numbers of Blackmagic devices.
2010-04-28 09:48:46 +00:00
xliska
b6e82b61f2 Blackmagic SDK 7.3.2
added appropriate Blackmagic drivers and library src
revamped blackmagic capture module

result: Blackmagic Decklink finaly working ;)

THX to Dalibor Matura
2010-03-24 15:39:12 +00:00
xhejtman
49104d4a1e revert some more changes. 2010-02-05 15:14:14 +00:00
xhejtman
51ee5224cf revert the previous commit, wrong branch. 2010-02-05 14:06:17 +00:00
xhejtman
a6b4ee594e clean up sdl a bit 2010-02-05 13:03:58 +00:00
xhejtman
f8caa7636d decoder works for R10k, RGBA, UYVY, v210 now.
for sdl use SDL semaphore stub instead of posix one
TODO: add more threads to decoder as it is not fast enough for RGB modes
2010-02-05 12:55:43 +00:00
xliska
51f70233af Corrected some trivial audio compilation related errors. 2010-01-28 10:06:59 +00:00
xliska
89ed319903 Workaround for sdl-config on Macs. sdl-config semms to need connection to the WindowServer when invoked through the AM_PATH_SDL macro which renders compiling UltraGrid over a general ssh session not feasible. 2010-01-05 18:55:47 +00:00
xmatela
518ee714a9 licensing 2009-12-11 15:35:22 +00:00
xmatela
0fc84257bf licensing 2009-12-11 15:29:39 +00:00
xliska
ebd1d073b4 Copyrights 2009-12-11 15:27:17 +00:00
xmatela
10981d646c licensing 2009-12-11 15:13:10 +00:00
xliska
6bcef86029 Updated copyrights. 2009-12-11 15:04:52 +00:00
xmatela
7c105c82e3 small copyright change 2009-12-11 14:50:57 +00:00
xliska
8a2bae521a Sample copyright header. 2009-12-11 14:48:35 +00:00
xmatela
14149f8ad7 small copyright change 2009-12-11 14:41:21 +00:00
xliska
205c6a18db Updated the general copyright notice. 2009-12-11 14:38:10 +00:00
xmatela
e89d5d23b0 Linkinng the SDL from MacPorts by default now. L* 2009-12-04 13:33:37 +00:00
xmatela
cd4eda4e42 Usage listing adapted to reflect recent commandline configuration options
Added option to list available display/capture devices
Use -d help or -t help to list devices
2009-12-03 17:23:16 +00:00
xmatela
a92edaab7f code formating in testcard.c 2009-12-03 16:34:53 +00:00
xmatela
587fd5fb78 Kona display transformed to universal quicktime display.
Use -t kona -g help
2009-12-02 18:09:43 +00:00
xhejtman
3a9a087762 fcc fix 2009-12-02 17:18:48 +00:00
xhejtman
46dda5c695 cosmetic change 2009-12-02 16:39:05 +00:00
xhejtman
152d911e95 added 2Vuy format 2009-12-02 16:28:35 +00:00
xhejtman
65860d19b1 panning bugfix 2009-12-02 14:27:43 +00:00
xmatela
d66a4b5670 diagonal pattern shift with :p option 2009-12-02 13:44:40 +00:00
xhejtman
461e200887 prototypes change 2009-12-02 10:44:31 +00:00
xhejtman
743b12d903 added v_codec. dropped testcard_image* 2009-12-02 10:42:56 +00:00
xhejtman
22cf169212 video codecs definition 2009-12-02 10:41:16 +00:00
xhejtman
86f1c9bf13 sdl display rework 2009-12-02 10:39:45 +00:00
xhejtman
0f38fdfe41 struct vidcap_fmt -> char *
testcard rework
2009-12-02 10:37:30 +00:00
xmatela
6d33661297 Autodetecting Mr. Proper hd_size_x when v210 pixel format is used. 2009-11-26 19:13:03 +00:00
xmatela
490a82e11b SDL display supports v210 format (by lukas hejtmanek). Plus some source code
formating.
2009-11-26 16:03:40 +00:00
xmatela
70069b584f Added option to choose a quicktime codec.
hd_size_x/y is set acording to seleceted quicktime capture mode.
2009-11-25 11:46:21 +00:00
xliska
19d80dfdc5 Backup of rudimentary support for HD-SDI Master Quad on linux. 2009-11-23 12:10:33 +00:00
xmatela
baf9d14d1e Selecting capture modes from cmd. Tested with quicktime only.
Use -t quicktime -g help for list of devices and modes availale.
    -t quicktime -g <num1>:<num> to select device (<num1>) and mode (<num2>)
    -t quicktime -g gui	to cast quicktime SG gui
2009-11-20 19:38:23 +00:00
xmatela
d9b397e889 Adjusted indent in main.c 2009-11-18 15:54:00 +00:00
xliska
beaa3f8ab0 Corrected two error messages. 2009-09-29 10:09:12 +00:00
xliska
8165cc42a3 - Support for Blackmagic DeckLink and Intensity cards
* Intensty (and Intensity Pro) works as of now
- Sorted out some issues while compiling UltraGrid without portaudio
- Got rid of some compilation warnings
2009-09-29 10:03:36 +00:00
xliska
253fa43506 Correct linking with portaudio on Macs. Corrected some copy/paste errors. 2009-09-03 11:09:26 +00:00
xliska
b01011d258 Free portaudio resources on exit. 2009-06-17 09:43:01 +00:00
gix
e811e68eda Minor cleanup 2009-05-20 16:07:07 +00:00
xliska
62c40d0535 Merged CVS head with audio devel tree. The code still needs some debugging before making a release.
Removed tests from the test suite which were using the old RAT based audio.
2009-05-20 14:55:23 +00:00
xliska
d5360bc53c Added portaudio tree to the UltraGrid distribution in preparation for the CVS
and audio tree merge.

configure && make prepared to include portaudio headers and link the library.

Added HAVE_AUDIO which is set to 1 when portaudio found.
2009-04-27 13:32:28 +00:00
xliska
7c37880cfb Switch from getopt() to getopt_long()
Also, restructured and reformated some code.
2009-04-19 17:59:53 +00:00
xliska
b2b53881c2 Moved rtcp and some housekeeping to the display thread which solves the displaying performance issues.
Also, some threads are renamed accordingly to what they are actually doing ;)
2009-04-16 12:34:44 +00:00