-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
632 lines (433 loc) · 21.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
guvcview (2.0.7)
* Fix libav API break (ticket #70)
* Update autoconf scripts
-- Paulo Assis <[email protected]> Mon, 25 Apr 2022 19:30:00 +0100
guvcview (2.0.7)
* Fix audio encoder (tickets #64 and #65)
* Use current theme icons (get icon by name)
-- Paulo Assis <[email protected]> Mon, 27 Oct 2021 18:33:00 +0100
guvcview (2.0.6)
* multiple bug fixes
-- Paulo Assis <[email protected]> Mon, 6 Oct 2018 23:21:00 +0100
guvcview (2.0.5)
* terminate configure if qt5 is enabled and moc is missing
* add sfml render
* fix aac encoder (replace experimental aac by libvo_aacenc)
* fix build against newer kernels
* disable window key pressed events if a string control has focus
* fix video monotonic pts flag value in encoder context
* fix audio cleanup
* add support for HEVC (h265) video codec
* fix muxed h264 support; fix raw output (alloc outbuf frame)
* add circular buffer for delayed audio frames pts
* remove support for older libavcodec vesions (< 54.01)
* add support for VP9
* fix motion estimation method for x264 [1-4]
* fix buggy behaviour for file names without extension
* add support for sfml render
* drop support for sdl1 based render
* Flavio Spagnuolo <[email protected]>: fix matroska clean up when audio is disabled
* fix segfault when destroying mutexes by unlocking already unlocked mutexes
* fix libc readdir_r deprecated warning: replace by readdir
* add extra video fx filters
-- Paulo Assis <[email protected]> Mon, 8 Feb 2017 15:20:00 +0100
guvcview (2.0.4)
* drop support for internal 422 packed format (use only 420 planar)
* add support for extra pixel formats, including be formats
* add command line option for requesting fps
* add support for control events
* add support for string, int64, bitmask and integer menu controls
* make sure we can't select unsuported pix formats from the gui
* fix status message for QT5 interface
* move mutexes to device handlers (context)
* v4l2core and audio api - don't access device data directly (use opaque structures)
* add constructor and destructor functions for v4l2core and encoder
-- Paulo Assis <[email protected]> Mon, 22 Feb 2016 10:10:00 +0100
guvcview (2.0.3)
* Add Qt5 interface (--enable-qt5)
* fix '-n' option (don't save frame when photo countdown reaches 0)
* restore exit_on_term option
* use AC_SYS_LARGEFILE m4 macro for enabling Large File Support (LFS) on 32 bit systems
* add color config for crosshair osd
* change rendering engine to use updateTexture instead of lock/unlock texture
* change rendering lib to avoid frame copy when using osd
-- Paulo Assis <[email protected]> Mon, 4 Jan 2016 23:34:00 +0100
guvcview (2.0.2)
* fix mjpeg and h264 decoders (libav): init avpacket
* fix wrong logic of enable switches (Marvin Schmidt ticket #12)
* create a frame queue and refactor frame grab/decode
* fix jpeg decoder for older libavcodec api ( < 54.25)
* attach video capture to SIGUSR1 signal
* add audio latency control to gui
* change default portaudio latency to high latency
* set device during initialization
* use time for matroska segment uid if gsl is disabled
* fix array index causing buffer overflow
* restore CPPFLAGS after AC_CHECK_HEADERS
* remove direct access to device data in v4l2core lib
* make sure to stop encoder thread before exiting capture thread
* avoid SIGFPE on bad channels or samprate data inside audio capture callbacks
* remove check for avcodec.h (it's needed for very old libavcodec versions); set iyuv as default internal format (over yuyv)
* add basic support for continuous and stepwise frame sizes
* add support for empty control list
* add code for crossair osd
* fix h264 demux from mjpg container
* fix pan/tilt for logitech peripheral V3 (use raw control instead of v4l2)
-- Paulo Assis <[email protected]> Mon, 27 Jul 2015 12:00:00 +0100
guvcview (2.0.1)
* Fix audio clean bug (segfault when audio=none)
* Add --disable_libv4l2 option
* Add support for internal yu12 planar format
* Workaround uvcvideo bug (buf.bytesused=0 on kernels >=3.16)
-- Paulo Assis <[email protected]> Tue, 30 Sep 2014 18:05:00 +0100
guvcview (2.0.0)
* new version 2.0.0 (code rewriten from scratch)
* move all core functions to 4 shared libs
* change options
* change config
* add sdl2 render
* use gsl for random number generation
-- Paulo Assis <[email protected]> Fri, 2 May 2014 9:54:00 +0100
guvcview (1.7.3)
* add silence frames to compensate audio drift (delay).
* fix possible memory leak
* add video and image capture through system signals:
SIGUSR1 and SIGUSR2
* add true no_display mode (no X required)
* small bug fixes
-- Paulo Assis <[email protected]> Sun, 16 Feb 2014 10:24:00 +0000
guvcview (1.7.2)
* Add H264 decoding support.
* Sync translations.
-- Paulo Assis <[email protected]> Sun, 8 Dec 2013 10:26:00 +0000
guvcview (1.7.1)
* Fix avi muxer: fix opendml indexes (>= 1Gb)
* Update Italian translation
-- Paulo Assis <[email protected]> Tue, 16 Jul 2013 13:27:00 +0000
guvcview (1.7.0)
* refactor avi muxer (base it on libav muxer with opendml support)
* refactor mkv muxer (base it on libav muxer with webm support)
* Add VP8, Theora and Vorbis codecs
* Add Webm support
* Add a Top Menu
* Move all file operations to the Top Menu
-- Paulo Assis <[email protected]> Sun, 20 Jan 2013 15:44:00 +0000
guvcview (1.6.1)
* Fix build with latest libavcodec
* Fix audio codecs listing
* Fix audio codecs (AC3 and AAC) input format for latest libavcodec API (float)
* Add support for delayed frames in video encoding
-- Paulo Assis <[email protected]> Sun, 22 Jul 2012 14:35:00 +0000
guvcview (1.6.0)
* run audio in separate thread
* update audio buffer
* move pulse audio interface from simple to async API
* add pulse device list
* enable build of pulse API by default
-- Paulo Assis <[email protected]> Thu, 19 Apr 2012 23:18:00 +0000
guvcview (1.5.3)
* update libavcodec API
* add libavutil dependency
* fix pulse interface
* update language catalogs (add bs and fo)
-- Paulo Assis <[email protected]> Mon, 27 Feb 2012 23:18:00 +0000
guvcview (1.5.2)
* move to pthreads (fix gthread API 2 issues)
* add italian translation
* fix several libavcodec issues
* fix some gtk3 widgets
-- Paulo Assis <[email protected]> Wed, 1 Feb 2012 23:01:00 +0000
guvcview (1.5.1)
* move to gtk3
* make control window size dependent on screen resolution
* Threaded coding patch by George Sedov <[email protected]>
* fix h264 codec properties
-- Paulo Assis <[email protected]> Wed, 12 Oct 2011 12:12:00 +0000
guvcview (1.5.0)
* add a no display mode (--no_display)
* fix build issues with newer versions (>=0.7.x) of ffmpeg libavcodec
* add support for unix signals
* add VU meter OSD
* fix menu controls (linux 3.0)
-- Paulo Assis <[email protected]> Tue, 9 Aug 2011 22:16:00 +0000
guvcview (1.4.5)
* store current codec properties in configuration file
* fix audio codec properties button
* modify some logitech extra controls (integer to menu)
-- Paulo Assis <[email protected]> Tue, 1 Mar 2011 23:09:00 +0000
guvcview (1.4.4)
* add av_sync patch by Richard Fuchs <[email protected]>:
Fixes sync issues between audio and video
(most noticeable in avi container due to lack of timestamps)
* Apply matroska-largefiles patch by Richard Fuchs <[email protected]>:
Fix large files indexing in 32 bit systems
* fix logitech disable video processing mode
-- Paulo Assis <[email protected]> Mon, 10 Jan 2011 15:05:00 +0000
guvcview (1.4.3)
* Fix control enumeration for buggy cameras (endless loop on failed control query)
* Add udev events support (new dependy libudev)
* Add exit on close to image capture
* Fix image capture autonaming when set from command line
-- Paulo Assis <[email protected]> Sun, 06 Nov 2010 11:00:00 +0000
guvcview (1.4.2)
* Add support for Y16 pixel format (Greyscale)
* Fix dynamic control support under kernels > 2.6.35
* Check if resolution is supported by SDL_Surface
* Check for null overlays
* Use a sanner video ring buffer size (dependent on fps)
* Add gdk-pixbuf-2.0 to pkg-config dependencies - fix build error on Maverick
-- Paulo Assis <[email protected]> Sat, 25 Sept 2010 14:45:00 +0000
guvcview (1.4.1)
* Fix h264 default values
* Fix dynamic control mappings (uncache dynamic ctrls in uvc driver)
* Check for valid ranges on integer controls
-- Paulo Assis <[email protected]> Mon, 14 Jun 2010 23:24:00 +0000
guvcview (1.4.0)
* completly refactor v4l control interface
* change to control profile file format - rfc 0.0.2
* change icon set, use Paul Davey <[email protected]> icons:
http://mattahan.deviantart.com/
-- Paulo Assis <[email protected]> Tue, 8 Jun 2010 10:18:00 +0000
guvcview (1.3.1)
* Add support for GDK events
* Add support for Webcam photo button
* Add raw image format to command line picture timed capture
-- Paulo Assis <[email protected]> Sat, 10 Apr 2010 22:23:00 +0000
guvcview (1.3.0)
* Use libv4l2 for device access
* Fix several builtin software autofocus issues
-- Paulo Assis <[email protected]> Sat, 6 Mar 2010 19:58:00 +0000
guvcview (1.2.2)
* Drop Twolame dependency
* Audio enconding through libavcodec
* Add MP3, AC3 and AAC support
-- Paulo Assis <[email protected]> Sat, 30 Jan 2010 13:08:00 +0000
guvcview (1.2.1)
* Performance boost:
- Use ring buffers for video and audio processing.
- Moved video and audio processing (including file IO) to separate thread.
* Add particles video effect.
* Fixed bug caused by empty device list.
* Add MPG4-AVC (H264) codec support.
-- Paulo Assis <[email protected]> Mon, 16 Nov 2009 10:25:00 +0000
guvcview (1.2.0)
* Resolution and input format change no longer need a restart
* Add add_ctrls option - exits after adding extension controls
* Add disk check during capture (checks free space every 10sec)
* Stop capture if low on free disk space
* Add xioctl funtion - failed ioctl will be retried 4 times in case of I/O error
* Fixed invalid gtk-button-images property warning
-- Paulo Assis <[email protected]> Wed, 13 Oct 2009 11:30:00 +0000
guvcview (1.1.4)
* Set pixel format BA81 to correct fourcc
* Definitve fix button images display under karmic
* Sdd pix formats: nv12, nv21, nv16, nv61, y41p, grey, s501, s505, s508
* Improve yu12 and yv12 format conversion.
* Add skip initial frames option
* Fix man pages
* Add hebrew language support
-- Paulo Assis <[email protected]> Wed, 19 Sep 2009 21:59:00 +0000
guvcview (1.1.3)
* Add rgb24 and bgr24 color formats
* Set pulse support disabled by default in configure
* Add extra messages to configure
* Fix button images display under gtk 2.17
-- Paulo Assis <[email protected]> Thu, 20 Aug 2009 13:50:00 +0000
guvcview (1.1.2)
* Fixed YUYV Matroska codec segfault
* Added enable-debug option to configure (debug symbols (-g) is now disable by default)
* Added Dutch translation
-- Paulo Assis <[email protected]> Wed, 13 Aug 2009 12:59:00 +0000
guvcview (1.1.1)
* Fixed Ubuntu 9.10 exit segfault
* Added disable-pulse option to configure
* Added russian translation by Roustam Ghizdatov
* Added patches 2763, 2764 and 2765 by iwamatsu
* Fixed some video format conversions
* Fixed memory allocations when in control_only mode
-- Paulo Assis <[email protected]> Sun, 31 May 2009 10:16:00 +0000
guvcview (1.1.0)
* Added Matroska file format support (mkv)
* Fixed Ubuntu 9.10 audio capture
* Added initial pulseaudio support (testing only - needs pulse-devel for enabling)
-- Paulo Assis <[email protected]> Sun, 10 May 2009 14:26:00 +0000
guvcview (1.0.5-ubuntu1) intrepid; urgency=low
* Added libavcodec properties button
* Improved default options for libavcodec
* Improved support for libavcodec
-- Paulo Assis <[email protected]> Sat, 4 Apr 2009 14:00:00 +0000
guvcview (1.0.4-ubuntu1) intrepid; urgency=low
* Added WMV1 encoding to avi capture
* fixed libavcodec configuration
* changed support for uyvy (now we convert it to yuyv and use only one render format)
* changed raw bayer conversion funtions
* added full bayer support ( all bayer pixel formats)
-- Paulo Assis <[email protected]> Sun, 29 Mar 2009 22:32:00 +0000
guvcview (1.0.3-ubuntu1) intrepid; urgency=low
* Added MPEG encoding to avi capture
* Added FLV1 encoding to avi capture
* Added japanese translation
-- Paulo Assis <[email protected]> Mon, 23 Mar 2009 23:01:00 +0000
guvcview (1.0.2-ubuntu1) intrepid; urgency=low
* Fixed segfault on gspca devices
-- Paulo Assis <[email protected]> Sun, 8 Mar 2009 09:58:00 +0000
guvcview (1.0.1) intrepid; urgency=low
* Fixed giant bug that prevented format detection
-- Paulo Assis <[email protected]> Mon, 4 Mar 2009 23:57:00 +0000
guvcview (1.0.0) intrepid; urgency=low
* Fixed vid:pid for UVC driver dynamic controls (parsing v4l2_cap card value)
* Fixed yu12 conversion bug (needs testing)
* added yv12 frame format (needs testing)
* added yvyu frame format (needs testing)
* Fixed null devices list bug (segfault)
* Added version option to console args (--version)
-- Paulo Assis <[email protected]> Mon, 2 Mar 2009 14:43:00 +0000
guvcview (0.9.9) intrepid; urgency=low
* Fixed Format detection bug
* Added control only functionality (--control_only), allows image control in different apps (e.g ekiga, mplayer)
* Splitted V4l2 interface in smaller files
-- Paulo Assis <[email protected]> Thu, 19 Feb 2009 18:03:00 +0000
guvcview (0.9.8) intrepid; urgency=low
* Added audio tab
* Added new icon theme
* Added audio effects
* Added Turkish, Danish and Czech catalogs
* Fixed Debian/armel corruption bug.(fix by Rask Ingemann Lambertsen)
* Fixed gdk display bug after avi capture auto split (when max length reached), make gdk thread safe.
* Fixed empty device list segfault bug
-- Paulo Assis <[email protected]> Sat, 28 Jan 2009 09:43:00 +0000
guvcview (0.9.7) stable; urgency=low
* Added JPEG pixel format support.
* Added YYUV pixel format support.
* Change configuration parsing method, using GScanner (glib).
* Change console options parsing method, using GOption (glib).
* Change string handling, using glib functions.
* Change memory managment, using glib functions.
* Change from pthreads to gthreads (glib).
* Added multiple device support.
-- Paulo Assis <[email protected]> Tue, 31 Dec 2008 12:16:00 +0000
guvcview (0.9.6) stable; urgency=low
* Fixed Get Focus value for logitech motor focus cameras.
* Added select with timeout so guvcview won't stall at VIDIOC_DQBUFF.
* Added support for GBRG pix format.
* Added initial support for drivers that don't enumerate frame sizes (gspca).
* Change console options parsing method, we now use getopt.
* Improved v4l2 error handling by providing more usefull error messages.
-- Paulo Assis <[email protected]> Sat, 6 Dec 2008 18:44:00 +0000
guvcview (0.9.5) stable; urgency=low
* Fixed several warnings in valgrind.
* Fixed a couple of memory leaks.
* Fixed a device open/close bug after first format init failure, causing
second init with a valid format to fail.
-- Paulo Assis <[email protected]> Fri, 7 Nov 2008 23:19:00 +0000
guvcview (0.9.4) stable; urgency=low
* Added support for isight camera - UYVY (Nobuhiro Iwamatsu).
* Added support for YU12 ( YUV 4:2:0 planar ) pix format
* Changed audio capture from blocking API to callback API,
should improve audio performance.
* Improved software autofocus (Dr. Alexander K. Seewald)
* Added MP2 audio compression (twolame)
* Added AVI auto file naming
* Added AVI multi file captures (captures bigger than max file size)
-- Paulo Assis <[email protected]> Mon, 13 Oct 2008 18:48:00 +0000
guvcview (0.9.3) stable; urgency=low
* Fixed buffer overflow in filename extension for autocapture.
* Fixed Doc installation path
* Added software autofocus control for quickcam cameras (beta)
* Changed avi audio method (audio chunks are now written directly to avi file)
* Added avi max file size limit to config file
* Close avi safely and stop capture when max file size reached
* Fixed compilation with 2.6.26 kernels
-- Paulo Assis <[email protected]> Mon, 18 Aug 2008 23:25:00 +0000
guvcview (0.9.2) stable; urgency=low
* Fixed German Translation by Andreas Volz <[email protected]>.
* Fixed Jpg Save error on Cameras with incomplete JFIF headers
-- Paulo Assis <[email protected]> Mon, 21 Jul 2008 23:30:00 +0000
guvcview (0.9.1) stable; urgency=low
* Added error message dialogs.
* Changed cleanup.
* Added translations for error messages.
* Fixed Pan/Tilt for Sphere/Orbit (should now work with latest libwebcam)
* Changed icon set
* Added guvcview icon to control window
* Improved Raw support (needs patch for uvc driver, http://forums.quickcamteam.net/showthread.php?tid=323)
-- Paulo Assis <[email protected]> Wed, 11 Jul 2008 12:04:00 +0000
guvcview (0.9.0) stable; urgency=low
* GUI change: Add Tab Container.
* Add spin button to integer controls (allows fine tunning).
* Add gettext support (i18n).
* Add laguage catalogs (pt pt_PT pt_BR fr de).
* Add button icons.
* Changed build scripts, make will now build guvcview.desktop and make install will install all data files.
-- Paulo Assis <[email protected]> Mon, 18 May 2008 10:20:00 +0000
guvcview (0.8.2) stable; urgency=low
* Fixed SegFault after soundthread exit in 64 bit systems (bug: #013688)
* Moved all SDL related stuff to video thread
* Add support for long name command line args
-- Paulo Assis <[email protected]> Fri, 02 May 2008 19:18:00 +0000
guvcview (0.8.1) stable; urgency=low
* Fixed Debian Testing (lenny) image file name icrement bug.
-- Paulo Assis <[email protected]> Wed, 19 Apr 2008 22:25:18 +0000
guvcview (0.8.0) stable; urgency=low
* Fixed Pan/Tilt and Focus Control
* Added Scrolled Pans to GUI
* Added image autonaming and auto capture.
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.7.4) stable; urgency=low
* Added File Auto name checkbox
* Added File increment label
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.7.3) stable; urgency=low
* Added file name increment for multiple captures
* Added timed capture mode
* Fixed Pan/Tilt controls
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.7.1) stable; urgency=low
* Fixed Backlight Compensation
* Added Dynamic Controls
* Added video loop sleep time to rc file
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.7.0) stable; urgency=low
* Fixed Cell padding (auto resize widgets)
* Fixed Mono filter
* Added quit button
* Added sound capture parameters to rc file
* Added device string to rc file
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.6.2) stable; urgency=low
* Replace '~' by home dir in Path entry
* added fps counter command line option '-p'
* added input mode combo box (jpg - yuv)
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.6.1) stable; urgency=low
* fixed memory allocation bug for jpeg encoder buffer
* added video filters to rc file
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.6.0) unstable; urgency=low
* Added image filters
* Added built-in jpeg encoder (allows jpeg and MJPG compression with
filters and in yuv mode)
* Changed Exposure settings to comboBox (compatibility with V4L2)
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.5.4) unstable; urgency=low
* Adds [-t seconds] and [-n filename.avi] command line options - timer used
with -n will capture filename.avi for specified number of seconds
* Stores avi and sound options to rc file. The options will be remembered in
the next session.
* Moved global variables to global structure. Allows bether cleanup.
* Increased audio input buffer - will avoid droping frames in the begining
of capture in slower machines.
* Improved sync system for video-audio.
* Cleanup of some non-used variables.
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.5.2-1) unstable; urgency=low
* fixes a restart bug when guvcview is started from system path
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.5.1-0) unstable; urgency=low
* disables sound and avi compression controls when in avi capture
* some bug fixing for sound capture.
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000
guvcview (0.5.0-beta) unstable; urgency=low
* Adds basic sound support to AVI capture
* AVI video set by default to MJPG
-- Paulo Assis <[email protected]> Wed, 09 Jan 2008 19:07:18 +0000