Commit Graph

  • c30b1e90df Do not use pkg-config on Windows Martin Pulec 2012-10-03 16:50:48 +02:00
  • b18bff2391 RTP: fixed crash in RNG if hostname is not resolvable Martin Pulec 2012-10-03 16:18:39 +02:00
  • a83b12436f RTP: fixed crash in RNG if hostname is not resolvable Martin Pulec 2012-10-03 16:18:39 +02:00
  • b1fbfd10a9 allow to pass DXT5 YCoCg to SAGE if supported Martin Pulec 2012-10-03 14:41:36 +02:00
  • 7c32e7f583 added top-to-bottom DXT (CUDA) Martin Pulec 2012-10-02 18:02:33 +02:00
  • 91f8d503f1 updated DXT decompression to be thread insensitive Martin Pulec 2012-10-02 13:51:13 +02:00
  • 3c19f03903 SAGE: config parsing fix Martin Pulec 2012-09-29 16:35:32 +02:00
  • 694c119831 Multi-GPU processing when transcoding JPEG->DXT1 Martin Pulec 2012-10-01 14:45:27 +02:00
  • 41b2890f2d CUDA DXT - do not use textures Martin Pulec 2012-10-01 13:38:36 +02:00
  • 1975618aff import module fixes Martin Pulec 2012-09-29 16:39:01 +02:00
  • e09a5e5c18 Transcode to DXT1 uses now CUDA dxt compression Martin Pulec 2012-10-01 12:38:38 +02:00
  • 90153ef8d6 Import: added audio Martin Pulec 2012-09-12 15:11:53 +02:00
  • 0768fa1064 Added import capture module (currently video only) Martin Pulec 2012-09-11 13:01:45 +02:00
  • 9bfc4fdc5e Video export fix Martin Pulec 2012-09-11 17:39:42 +02:00
  • b42dfb2559 Audio export minor - do not align printed val Martin Pulec 2012-09-11 12:28:57 +02:00
  • d825909f1b export: allow use custom directory Martin Pulec 2012-09-11 12:20:10 +02:00
  • 4bcb0d8ae1 added video export Martin Pulec 2012-09-11 10:27:59 +02:00
  • 34f9dd65ff audio export: do not output empty file Martin Pulec 2012-09-11 09:47:19 +02:00
  • 5ae1112fab Some readibility improvements Martin Pulec 2012-09-10 17:41:44 +02:00
  • e35fe6025b Added audio exporter Martin Pulec 2012-08-02 13:48:58 +02:00
  • f0745a248c Make decompression in a separate thread Martin Pulec 2012-09-13 16:30:46 +02:00
  • 25099eb14d Added JPEG->DXT1 transcoder Martin Pulec 2012-09-13 18:19:24 +02:00
  • 953637d906 GPUJPEG UltraGrid fixes Martin Pulec 2012-09-27 16:13:52 +02:00
  • b48e537210 Fix configure fail if XFixes not found Martin Pulec 2012-09-26 16:57:18 +02:00
  • c1bb2801ab IHDTV: removed some platform-dependend includes Martin Pulec 2012-09-25 10:50:14 +02:00
  • efdfee1b66 Allow use "unlimited" as an parameter for "-l" Martin Pulec 2012-09-24 15:53:40 +02:00
  • eaa9c546c1 Some screen capture changes Martin Pulec 2012-09-24 15:07:03 +02:00
  • eab1ba3eb6 SAGE: let user specify SAGE input codec Martin Pulec 2012-09-24 14:11:37 +02:00
  • 702f00e1fd Added dummy UYVY compress Martin Pulec 2012-09-21 17:43:11 +02:00
  • 182343e684 Added cursor to screen capture (Linux) Martin Pulec 2012-09-21 13:53:34 +02:00
  • 8edac1038e QuickTime - double buffering Martin Pulec 2012-09-01 17:08:57 +02:00
  • f6700b3bd6 GL: small exit fixes Martin Pulec 2012-09-20 13:55:14 +02:00
  • 8c257bde36 Linux screen capture improvements Martin Pulec 2012-09-19 12:58:59 +02:00
  • 0b1f066d7b RTDXT: release GL context after init Martin Pulec 2012-09-14 09:37:24 +02:00
  • a08d52e65e Get rid of global 'should_exit' variable Martin Pulec 2012-09-12 16:53:40 +02:00
  • 953d8a0df8 V4L2 fix: use obtained denominator/numerator for FPS Martin Pulec 2012-09-10 15:52:08 +02:00
  • 4fce0eddf0 RTDXT cmdline tools further updates Martin Pulec 2012-09-07 11:05:28 +02:00
  • 4f9869aff3 Fix OpenGL crash on glCompressedTexSubImage2D Martin Pulec 2012-09-06 18:35:09 +02:00
  • 18886b2e91 fixed some leak Martin Pulec 2012-09-01 23:16:49 +02:00
  • e715d53905 added batch mode for encoding program Martin Pulec 2012-09-01 22:39:47 +02:00
  • b14d70172c corrected FourCC handling Martin Pulec 2012-09-05 18:16:17 +02:00
  • 77d5d00d49 dxt_compress: update tools to use current API Martin Pulec 2012-08-29 10:14:57 +02:00
  • 2b5af9cade YUYV -> UYVY - do not load 64b integers Martin Pulec 2012-08-27 15:07:20 +02:00
  • 6996e3c01f GL: YCoCg equation directly written Martin Pulec 2012-08-27 13:10:20 +02:00
  • bb709dbab9 Added V4L2 capture Martin Pulec 2012-08-26 15:39:04 +02:00
  • cd354f96d3 main.c updated according to the API change Martin Pulec 2012-08-24 10:45:49 +02:00
  • 775e412cae Update API for video display Martin Pulec 2012-08-23 15:55:01 +02:00
  • e753d45a14 Make decoder state local to every participant Martin Pulec 2012-08-23 12:20:12 +02:00
  • 97454acc50 Postprocess decoder updates Martin Pulec 2012-08-20 19:14:26 +02:00
  • 737ea94d3a vo_pp: API change Martin Pulec 2012-08-20 15:54:15 +02:00
  • 50f53f822b added interlace postprocessor Martin Pulec 2012-08-20 10:36:23 +02:00
  • 0b55ce2615 Added some video frame utility functions Martin Pulec 2012-08-20 09:44:58 +02:00
  • c5ae450774 API update for vo_pp Martin Pulec 2012-08-15 14:48:50 +02:00
  • b463db7d52 another build fixes Martin Pulec 2012-08-17 13:02:36 +02:00
  • 6f9d7ca923 Wrong permissions Martin Pulec 2012-08-17 11:36:09 +02:00
  • 8f1bc52c25 Mac build fixes Martin Pulec 2012-08-17 11:08:24 +02:00
  • 05515f83af Missing extension Martin Pulec 2012-08-17 10:34:54 +02:00
  • e96b8d5875 Screen: dropped OpenGL backend (Linux) Martin Pulec 2012-08-16 12:13:36 +02:00
  • 266186ab16 define macro for OpenGL common libs Martin Pulec 2012-08-16 17:00:46 +02:00
  • b89d931075 configure.ac: added libquanta to SAGE test prereq. Martin Pulec 2012-08-15 17:23:07 +02:00
  • 749a8a6a96 Updated to GPUJPEG 51bc564e Martin Pulec 2012-08-15 14:51:23 +02:00
  • 7e8b957a34 some build fixes Martin Pulec 2012-08-14 19:32:36 +02:00
  • 81b27709af GPUJPEG: invoke libtoolize for parent Martin Pulec 2012-08-14 18:22:55 +02:00
  • 02c370ac8b Updated GPUJPEG to 2d45e144 Martin Pulec 2012-08-14 17:28:45 +02:00
  • 20d53167c7 removed bashism from configure.as Martin Pulec 2012-08-15 10:29:57 +02:00
  • 9bc160ff77 SAGE: small fix Martin Pulec 2012-08-14 19:45:51 +02:00
  • 101cc0c27f added SW prerequisities to INSTALL Martin Pulec 2012-08-03 18:25:50 +02:00
  • 88a862d524 Require at least GLEW 1.5.2 Martin Pulec 2012-08-03 18:13:08 +02:00
  • d1e1d50646 Do not support Mac OS X 10.5 Martin Pulec 2012-08-03 17:36:15 +02:00
  • bf073fa00e SAGE: allow set config file Martin Pulec 2012-08-03 11:10:31 +02:00
  • 904691840d testcard_common: one more missing include Martin Pulec 2012-08-03 10:13:05 +02:00
  • a52a38b58f RTDXT: use for each tile separate encoder Martin Pulec 2012-08-02 19:41:54 +02:00
  • f8dd9224bb testcard_common: missing includes Martin Pulec 2012-08-02 19:14:00 +02:00
  • 56b483f28c added --dynamic-list-data link option Martin Pulec 2012-08-02 16:45:46 +02:00
  • 55bf62b1f8 Moved shared testcard objects to testcard_common Martin Pulec 2012-08-02 16:42:59 +02:00
  • 7769fd318b SAGE: added missing frame counter increment Martin Pulec 2012-08-02 11:37:49 +02:00
  • d7a85160c1 Testcard: export functions shared with testcard2 Martin Pulec 2012-08-01 17:16:01 +02:00
  • 5981ce1db0 Flush network buffers for video after reconfigure Martin Pulec 2012-07-24 10:05:10 +02:00
  • 085c3d96d5 Do not rely on "packed" attribute in UG packet hdr Martin Pulec 2012-08-01 15:45:36 +02:00
  • 00935e0802 LDGM: added missing usage on profile Martin Pulec 2012-08-01 14:43:17 +02:00
  • 37b77b48ed fixed some misspelled words Martin Pulec 2012-08-01 13:18:03 +02:00
  • 4e08f1ef68 UltraGrid 1.1-rc4 v1.1 Martin Pulec 2012-07-31 23:06:12 +02:00
  • 120e333ace Added new target 'bundle-nolib' - dummy bundle Martin Pulec 2012-07-31 16:57:56 +02:00
  • 5e89b60d77 Fixed some Intel C Compiler warnings Martin Pulec 2012-07-31 16:52:15 +02:00
  • 12f481b584 Updated NEWS Martin Pulec 2012-07-31 11:12:05 +02:00
  • 971b7776d0 DVS: do not exit on DVS error in a main loop Martin Pulec 2012-07-30 18:29:31 +02:00
  • 92e24dd02f allow specifiing multicast iface Martin Pulec 2012-07-30 15:45:18 +02:00
  • dab475dab7 Parameter to force hostname resolving into IPv6 Martin Pulec 2012-07-30 14:17:42 +02:00
  • 1590886185 allow RFC 4007 zone ID IPv6 addresses Martin Pulec 2012-07-30 12:28:40 +02:00
  • 9621aa586e LDGM: added values for uncompressed HD profiles Martin Pulec 2012-07-29 15:10:19 +02:00
  • a88065b861 GL - parameter to unset VSync Martin Pulec 2012-07-28 12:54:00 +02:00
  • 15f89d9b0a GL - reordered init commands Martin Pulec 2012-07-27 19:04:50 +02:00
  • 85305b2de0 Linux: smaller recv buffer (initial value) Martin Pulec 2012-07-27 18:30:55 +02:00
  • d118f0c691 RTDXT: disalbe PBO for decoder Martin Pulec 2012-07-27 18:03:08 +02:00
  • f1bc09a417 typo Martin Pulec 2012-07-27 14:17:25 +02:00
  • 9758cd0d34 GL: small refactoring Martin Pulec 2012-07-27 13:31:49 +02:00
  • 8c3adf855a DeckLink: added 'fast' parameter Martin Pulec 2012-07-27 12:34:39 +02:00
  • d8f0a7a5b1 decoder cleanups Martin Pulec 2012-07-26 15:39:49 +02:00
  • d0ad84aa0e video display: added comments Martin Pulec 2012-07-26 15:02:02 +02:00
  • 6c107d3799 Enable IPv6 support by default Martin Pulec 2012-07-25 12:59:36 +02:00