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
Martin Pulec
958edc979a
Video compress: fixed multiple init string parsing
2013-06-04 17:27:20 +02:00
Martin Pulec
fc9e4087bb
QuickTime: multiple changes
...
* allow grabbing of compressed video
* disable audio if not explicitly requested (causes some crashes)
2013-06-04 16:23:46 +02:00
Martin Pulec
8cde8997fb
QT cap.: some fixes
2013-06-01 17:10:29 +02:00
Martin Pulec
f69986608e
LDGM: fixed multiple tiles
2013-05-28 15:47:44 +02:00
Martin Pulec
643839fc79
utils/worker.c: fixes
2013-05-27 14:02:52 +02:00
Martin Pulec
5cd2f4d2d9
Video compress: fixed a leak
2013-05-27 13:21:01 +02:00
Martin Pulec
ac4510b085
Missing module dependency
2013-05-27 09:59:51 +02:00
Martin Pulec
6dec20a2b9
SAGE: API change fix
2013-05-27 09:57:10 +02:00
Martin Pulec
8923bd89d9
GL: 1 ms wait to reduce busy waiting
2013-05-24 14:05:34 +02:00
Martin Pulec
ac73f8988c
Audio: do not start threads when not needed
2013-05-24 13:42:53 +02:00
Martin Pulec
df2afa29c4
ALSA: prefix messages with driver identifier
2013-05-17 12:39:09 +02:00
Martin Pulec
fd8571192d
Added video capture filters - blanking and dropping
2013-05-17 11:16:16 +02:00
Martin Pulec
6406b31564
Libavcodec: some compatibility tweaks
2013-05-16 10:40:10 +02:00
Martin Pulec
ef877f103e
minor fix
2013-05-16 10:38:49 +02:00
Martin Pulec
0599c0255e
Decoders: better diagnostics
2013-05-16 10:03:39 +02:00
Martin Pulec
4622f91d35
Slightly increase deletion intervals
2013-05-16 09:15:15 +02:00
Martin Pulec
ad1add77f3
Video display: added nonblocking option
...
* use blocking option for interframe compressions
2013-05-16 09:10:06 +02:00
Martin Pulec
626e1f2c38
H.264: better support for interlaced
2013-05-15 15:03:38 +02:00
Martin Pulec
42ec499b67
Pbuf: deletion delay only for inter-frame compress
2013-05-15 14:38:07 +02:00
Martin Pulec
a1a5a3f8a8
SW Mix: fix
2013-05-15 11:22:08 +02:00
Martin Pulec
b457f5da48
Audio: do not report errors on help
2013-05-15 11:08:01 +02:00
Martin Pulec
c42f9d018f
Video compress: do not report error on help
2013-05-15 10:32:24 +02:00
Martin Pulec
cfb897ee2d
Vidcap, display: do not report errors on help
2013-05-15 10:21:52 +02:00
Martin Pulec
492f262adb
DVS capture: silence some another warning
2013-05-15 09:21:39 +02:00
Martin Pulec
510644c494
Audio playback: remove duplicite message
2013-05-15 09:00:38 +02:00
Martin Pulec
1be0fa7033
DVS display: cleared some compile warnings
2013-05-15 09:00:30 +02:00
Martin Pulec
4b8c6c6b9b
DeckLink captured: remove some meaningless printf
2013-05-14 11:44:03 +02:00
Martin Pulec
289563bdcd
Audio testcard: support for user suplied WAV file
2013-05-14 11:14:11 +02:00