1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/modules/access
2010-03-07 21:27:35 +02:00
..
bd utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
bda BDA: include ordering 2009-12-28 00:32:58 +01:00
dshow dshow: use empty() instead of !size() (quicker). 2010-02-02 09:34:38 +01:00
dvb utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
mms ASF: thread-safe pseudo-random numbers 2010-03-06 00:40:20 +02:00
rtmp RTMP: totally broken, disabled for the time being 2010-03-07 21:27:35 +02:00
rtp Modified the way xiph codecs headers are transported in VLC. 2010-02-17 23:54:20 +01:00
rtsp net_Printf: automagic cast to VLC object 2010-02-07 13:33:50 +02:00
screen Remove useless vlc_object_detach() before vlc_object_release() 2010-01-28 22:34:23 +02:00
vcd vcd: fix potential NULL-dereference (found with cocinnelle static analyser). 2010-02-08 22:25:38 +01:00
vcdx Use vlc_mrand48() instead of rand() 2010-03-06 12:30:13 +02:00
zip Fixed segfault with corrupted zip file. 2010-02-28 00:27:08 +01:00
.gitignore Check-in modules/Makefile.am 2008-03-23 21:53:10 +02:00
alsa.c Remove useless <fcntl.h> inclusions 2010-01-11 19:37:21 +02:00
attachment.c Used uint64_t for access_t::info.i_size/i_pos and access_t::pf_seek(). 2010-01-22 00:18:34 +01:00
avio.c Fixed typo in avformat access. 2010-01-23 18:42:29 +01:00
avio.h Added an access using avformat protocol support. 2009-12-12 19:23:56 +01:00
cdda.c input_item: compress two functions into one and rename "Add" into "Post" for clarity and consistency 2010-02-03 03:47:17 +01:00
dc1394.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
directory.c Use vlc_openat, fix support for non-UTF-8 systems 2010-02-14 13:33:35 +02:00
dv.c Remove sys/types.h check 2010-01-16 14:13:50 +02:00
dvdnav.c Fixed an assert with still frame in dvdnav. 2010-02-21 23:32:48 +01:00
dvdread.c access/access_demux: check psz_access rather than b_force 2010-01-28 21:19:55 +02:00
eyetv.m Cosmetic: socket(AF_ -> socket(PF_ 2009-08-06 19:40:35 +03:00
fake.c Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
file.c Use vlc_openat, fix support for non-UTF-8 systems 2010-02-14 13:33:35 +02:00
fs.c Missing files 2010-01-16 14:05:33 +02:00
fs.h Split file path functions out of vlc_charset.h into vlc_fs.h 2010-02-07 15:19:37 +02:00
ftp.c FTP: handle ftp://HOST correctly 2010-02-28 18:53:52 +02:00
gnomevfs.c Used uint64_t for access_t::info.i_size/i_pos and access_t::pf_seek(). 2010-01-22 00:18:34 +01:00
http.c Fixed regression in http access. 2010-02-22 23:22:24 +01:00
imem.c Removed es_format_t::i_aspect. 2009-12-16 22:00:47 +01:00
jack.c Remove useless <errno.h> inclusions 2010-01-11 19:08:42 +02:00
mmap.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
Modules.am RTMP: totally broken, disabled for the time being 2010-03-07 21:27:35 +02:00
mtp.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
oss.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
pvr.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
qtcapture.m qtcapture: Make sure we don't block on main thread at destruction. 2009-12-28 03:01:53 +01:00
sftp.c access_sftp: fix compilation. 2010-01-22 10:07:40 +01:00
smb.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
tcp.c Add most of *-caching options as safe 2009-05-01 14:58:46 +02:00
udp.c A couple more obvious missing (int64_t) cast fixes. 2009-05-29 14:44:42 +02:00
v4l2.c Fix debug messages. 2010-02-28 18:01:53 +01:00
v4l.c V4L: compile fix 2010-02-07 19:56:51 +02: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