]> git.sesse.net Git - vlc/history - modules/access/v4l/v4l.c
Improvements to preferences
[vlc] / modules / access / v4l / v4l.c
2004-12-11 Clément StenacImprovements to preferences
2004-08-30 Gildas Bazin* modules/access/v4l/v4l.c: in v4l, RGB24 really is...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-07 Laurent Aimar * v4l: try to open the device only when a access name...
2004-07-24 Gildas Bazin* modules/access/v4l/v4l.c: converted to access_demux...
2004-06-06 Laurent Aimar * v4l: converted to access2, but untested so ...
2004-05-16 Gildas Bazin* include/modules_inner.h, include/modules.h: added...
2004-05-15 Gildas Bazin* modules/access/v4l/v4l.c: removed useless warning...
2004-04-27 Sam Hocevar * modules/access/v4l/v4l.c:
2004-04-14 Gildas Bazin* modules/access/v4l/v4l.c: off by one fix by James...
2004-02-12 Laurent Aimar * v4l: patch from Carsten Gottbeh�t (gottbehuet at...
2004-02-04 Laurent Aimar * v4l: hue/colour/... path from Carsten Gottbeh�t
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-03 Rocky BernsteinSorry to be so pedantic - grammar (and spelling)
2004-01-03 Rocky BernsteinSpelling.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-26 Gildas Bazin* modules/access/v4l/v4l.c: fixed small mem leak.
2003-11-24 Gildas Bazin* modules/access/v4l/v4l.c: small fix and added a ...
2003-11-24 Laurent Aimar * v4l: ported to stream_* and es_out_*. Not tested !
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Alexis de Lattre- Updated French translation (still a lot of work to...
2003-11-15 Laurent Aimar* v4l: hack from xine from GStreamer to compile v4l...
2003-11-09 Gildas Bazin* modules/access/v4l/v4l.c: couple of fixes.
2003-11-06 Gildas Bazin* modules/access/v4l/v4l.c: big clean-up of the Video4L...
2003-10-25 Laurent Aimar * v4l: added fps option to reduce the frame rate.
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-09-07 Laurent Aimar * all : set pf_demux_control.
2003-08-30 Gildas Bazin* modules/access/v4l/v4l.c: fixed uninitialized variable.
2003-08-29 Laurent Aimar * v4l: removed encoder.h include.
2003-08-28 Gildas Bazin* src/video_output/*, src/libvlc.h, include/video_outpu...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-07-24 Sam Hocevar * modules/access/v4l/v4l.c:
2003-07-24 Benjamin Pracht* Changes "frequency=" syntax. New syntax is channel...
2003-05-31 Laurent Aimar * mjpeg grabbing added, thanks to Paul Forgey <paulf...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-08 Laurent Aimar * v4l: clean up.
2003-05-08 Laurent Aimar * v4l: remove __V4L_AUDIO_ (useless)
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-05-03 Laurent Aimar * v4l: used the same trick than vls to avoid too much...
2003-05-03 Laurent Aimar * v4l: fix a stupid bug that broke audio.
2003-05-02 Laurent Aimar * v4l: audio grabbing part begin to work :)
2003-04-30 Gildas Bazin* modules/access/v4l/v4l.c: fixed breakage for devices...
2003-04-27 Gildas Bazin* src/video_output/vout_pictures.c, include/video_outpu...
2003-04-09 Eric Petit v4l.c: compile fix
2003-03-31 Laurent Aimar * v4l: forgot a munmap.
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.