vlc/modules/access
Antoine Cellerier 04193d5097 v4l2 access can now find optimal frame rate and dimensions
Default is now to use the best available dimensions at the best framerate unless framerate was explicitly set, where it would use that frame rate.
2009-01-04 19:17:20 +01:00
..
bda BDA allow card selection 2008-12-28 12:13:19 +02:00
cdda Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
dshow Use NULL instead of 0. 2008-12-17 21:49:19 +01:00
dvb Use calloc instead of malloc+memset. 2008-12-13 16:25:35 +01:00
mms mms/mmstu: fix a memleak and avoid to memcpy two times the same thing 2008-12-15 23:15:35 +01:00
rtmp Use asprintf instead of malloc+sprintf. 2008-10-31 22:10:16 +01:00
rtp Remove access-filter support. 2008-12-09 22:11:34 +01:00
rtsp Check malloc return value. 2008-12-17 21:49:19 +01:00
screen Implement DEMUX_GET_TIME in screen access. 2009-01-03 22:50:25 +01:00
vcd Use calloc instead of malloc+memset. 2008-12-12 23:51:23 +01:00
vcdx Fix for 'no-return-in-nonvoid function intf.c' 2008-12-21 14:22:17 +02:00
.gitignore Check-in modules/Makefile.am 2008-03-23 21:53:10 +02:00
Modules.am Move v4l2.c back to the access/ directory 2009-01-04 17:44:55 +01:00
alsa.c Fix confusing variable name. 2009-01-04 17:33:39 +01:00
cdda.c Set CDDA track duration when creating the track items. 2008-11-22 16:29:54 +01:00
dc1394.c test if access dc1394 is right earlier in the probing process to avoid side effect (irrelevant errors) for others. 2008-12-31 13:53:48 +01:00
directory.c Cleanup directory URI encoding 2008-10-30 22:09:18 +02:00
dv.c Removed useless buffering at stream level. 2008-11-11 20:41:19 +01:00
dvdnav.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
dvdread.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
eyetv.m Removed useless buffering at stream level. 2008-11-11 20:41:19 +01:00
fake.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
file.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
ftp.c Use calloc instead of malloc+memset. 2008-12-12 23:51:23 +01:00
gnomevfs.c Use asprintf and use free instead of g_free (fixes #2252) 2008-10-29 22:31:57 +02:00
http.c Make icecast server detection more robust. 2008-11-19 20:22:01 +01:00
jack.c Use calloc instead of malloc+memset. 2008-12-12 23:51:23 +01:00
mmap.c mmap: fix large file support on 32-bits archs (closes #2188) 2008-11-08 17:51:28 +02:00
oss.c Fix confusing variable name. 2009-01-04 17:33:39 +01:00
pvr.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
qtcapture.m Use calloc instead of malloc+memset. 2008-12-12 23:51:23 +01:00
smb.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
tcp.c Fix potential memleak (+cleaning). 2008-10-31 23:49:48 +01:00
udp.c Removed useless buffering at stream level. 2008-11-11 20:41:19 +01:00
v4l.c Input based input slaves sound better. 2009-01-04 17:53:37 +01:00
v4l2.c v4l2 access can now find optimal frame rate and dimensions 2009-01-04 19:17:20 +01:00
videodev2.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
videodev_mjpeg.h Move v4l and pvr into the main access directory. 2006-07-19 09:45:02 +00:00