Lukas Rucka
f5b54598ef
Fixed sage middleware detection in configure.ac
2014-04-04 15:55:10 +02:00
Martin Pulec
f5aa54d558
Send FourCC 'UYVY' for UYVY
2014-02-05 16:01:52 +01:00
Martin Pulec
b2737e320c
Makefile.in: output dir creation fix
2014-02-03 10:07:59 +01:00
Martin Pulec
9d971e561c
Fixed FourCCs
...
Fixed Quicktime display
2014-01-31 12:56:33 +01:00
Martin Pulec
9e8784948c
Win32 context: create context in separate thread
...
Context should be hold in a separate thread because when the thread,
where is the window created, exits DC is automatically destroyed.
2014-01-20 11:06:51 +01:00
Martin Pulec
274c2bfef9
RTDXT: dummy parsing fix
2014-01-17 15:42:24 +01:00
Martin Pulec
0812fcea4f
Win32 OpenGL context: register class only once
2014-01-17 15:42:24 +01:00
Martin Pulec
13b944ad8e
RTDXT: minor improvements
2014-01-17 15:42:15 +01:00
Martin Pulec
331f60eed7
Win32 OpenGL context: print error for a fail
...
Print error message when we didn't succeded in registering a new window
class.
2014-01-16 17:13:08 +01:00
Martin Pulec
6d2a32c724
Libavcodec: avoid division by zero
...
Fixed according to https://trac.videolan.org/vlc/ticket/8508 .
2014-01-10 17:41:56 +01:00
Martin Pulec
fb418b4331
UltraGrid 1.2
v1.2
2013-12-20 18:17:03 +01:00
Martin Pulec
cd1eb9a8e4
ALSA: increase maximal buffer size
...
This mitigates persistent overruns in some scenarios.
TODO: replace nonblocking behavior with a blocking one
2013-12-20 14:53:27 +01:00
Martin Pulec
da9cd07737
Disable echo cancellation because it isn't working
...
TODO: fix and reenable
2013-12-19 12:58:15 +01:00
Martin Pulec
7dab35fe36
DShow: fixed device indices
2013-12-18 15:08:46 +01:00
Martin Pulec
7ce204a281
V4L2: added support for H.264
...
+ some rewrite allowing more than 2 buffers (currently only macro)
2013-12-17 16:39:26 +01:00
Martin Pulec
1bcfe1ef80
Libavcodec: missing version check
2013-12-05 10:33:40 +01:00
Martin Pulec
0cf75ad18f
Dshow: missing header
2013-12-05 10:18:20 +01:00
Martin Pulec
32101ef8c1
Audio: support for libavcodec < 55
2013-11-13 17:54:16 +01:00
Martin Pulec
f06aded30b
Record/playback: start from idx 1 (mplayer compat)
...
First frame has index 00000001.<ext>, the same as mplayer so that frames
produced by mplayer can be directly played with UltraGrid.
2013-11-13 16:58:01 +01:00
Martin Pulec
4d35f36b9f
Import: do not abort if first frame is not found
2013-11-13 16:53:03 +01:00
Martin Pulec
6808f5e5dd
DELTACAST capture: be more verbose
...
Print messages of what was entered incorrectly in the configuration
string.
2013-11-13 15:20:39 +01:00
Martin Pulec
a22027775a
dshow: accept also FORMAT_VideoInfo2 video header
2013-11-13 14:59:54 +01:00
Martin Pulec
80c254fa4f
dshow: fixed CS initialization
2013-11-12 17:41:11 +01:00
Martin Pulec
44e364080f
SDL: corrected option parsing
2013-11-11 13:32:09 +01:00
Martin Pulec
7009cfac4e
Repaired JACK transport
2013-11-11 13:15:25 +01:00
Martin Pulec
f17c5fe048
Recorded playback: enable multi-tile playout
2013-11-07 13:53:34 +01:00
Martin Pulec
5ffca524f9
DVS capture: some fixes
2013-11-06 17:33:14 +01:00
Martin Pulec
894600c926
ALSA: fixed ALSA format for 24b samples
2013-11-06 15:11:24 +01:00
Martin Pulec
f0d5499a1c
OpenGL: small fix
2013-11-06 15:10:46 +01:00
Martin Pulec
e211aba493
Video compressions: fixes
2013-11-06 15:08:10 +01:00
Martin Pulec
401b59f644
Deltacast-dvi: allocate state with calloc()
2013-11-06 14:57:23 +01:00
Martin Pulec
e852baabfe
Lavd: small fix
2013-11-06 14:56:52 +01:00
Martin Pulec
34309b817b
Corrected getopt -P option usage
2013-11-06 14:52:37 +01:00
Martin Pulec
53614b0ae5
LDGM: corrected expected JPEG sizes
2013-11-06 14:45:41 +01:00
Martin Pulec
7af1c94ba1
Small fix of capture init
2013-11-05 17:03:10 +01:00
Lukas Rucka
935647e9f6
Libavcodec compatibility fix (ffmpeg 54.x.y)
2013-11-05 17:02:58 +01:00
Lukas Rucka
9f7fedf73f
Fixed missing argument for display_put_frame when compiling with ihdtv support
2013-11-05 17:02:54 +01:00
Lukas Rucka
045b8e1d71
Fixed detection of JPEG and SAGE libraries Fixed message output after compilation & bug in installing license file
2013-11-05 17:02:49 +01:00
Martin Pulec
d143362152
Make optional GPL build
2013-10-22 17:09:16 +02:00
Martin Pulec
eadcfa6c89
Updated NEWS
2013-10-22 15:34:06 +02:00
Martin Pulec
c1a928348b
Audio playout: modules update according to new API
2013-10-22 15:33:57 +02:00
Martin Pulec
81ca27cf67
rename import/export cmdline options to playback/record
2013-10-21 15:17:12 +02:00
Martin Pulec
2fa33fa932
Reordered commands - vidcap_finish is always run
...
TODO: Think the whole stuff over - do we prefer finishing explicitly
grab function if there are no frames? Or rather we want "non-blocking"
(eg. timedwait) calls in _grab functions? The first one is somehow
cleaner but also harder to implement. Anyway, currently is finish called
just before done function, so its currently not serving it purpose.
2013-06-24 16:49:43 +02:00
Martin Pulec
dd9493477b
Handle SIGSEGV and SIGALRM
...
* display more user-friendly message instructing to report bugs
2013-06-24 16:41:21 +02:00
Martin Pulec
ae8426079f
Audio decoder: fixed missing dereferencing
2013-06-24 15:34:51 +02:00
Martin Pulec
2a485abb83
ALSA: fixed possibly wrong assert
2013-06-21 16:39:16 +02:00
Martin Pulec
a67c2fab8c
Import: fixed audio freeze
2013-06-21 16:28:30 +02:00
Martin Pulec
28d4ff6f10
Decoder: small optimalization
...
Do not try to wait for buffer swap with every packet.
2013-06-19 15:29:13 +02:00
Martin Pulec
8265ada00a
Video compress: additional small fixes
2013-06-10 18:27:06 +02:00
toor
919f8f09fc
QuickTime: OS X 10.7 compatibility fixes
2013-06-10 18:10:58 +02:00