mpv/stream
reimar 647514eb73 More VCD cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23871 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-27 08:49:14 +00:00
..
freesdp More strncat() misuses. 2007-02-11 18:00:55 +00:00
librtsp Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
realrtsp Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
Makefile Revert r23530. 2007-06-21 08:18:51 +00:00
ai_alsa.c
ai_alsa1x.c
ai_oss.c
asf_mmst_streaming.c Quick hack mostly for documentation purposes to make -aid work with mms:// 2007-02-08 17:03:24 +00:00
asf_streaming.c wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750 2007-06-29 21:21:57 +00:00
audio_in.c
audio_in.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
cache2.c Fix a few gcc warnings, approved by Diego and Reimar. 2007-02-05 23:46:08 +00:00
cache2.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
cdd.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
cdinfo.c
cookies.c
cookies.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
dvb_tune.c
dvbin.h
frequencies.c
frequencies.h
http.c Fix base64_encode() max output length checking. 2007-01-28 19:25:03 +00:00
http.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
netstream.h
network.c wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750 2007-06-29 21:21:57 +00:00
network.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
open.c
pnm.c
pnm.h Cygwin has had inttypes.h since version 1.5. 2007-07-03 08:28:44 +00:00
pvr.h added proper GPL headers to new stream/pvr.h file 2007-05-08 12:22:42 +00:00
rtp.c
rtp.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
stream.c cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size 2007-02-28 23:40:39 +00:00
stream.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
stream_cdda.c
stream_cddb.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
stream_cue.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
stream_dvb.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
stream_dvd.c The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD 2007-07-03 08:24:01 +00:00
stream_dvd.h The header is always included conditional to USE_DVDREAD, 2007-07-03 08:22:39 +00:00
stream_dvdnav.c after a DVDNAV_VTS_CHANGE event report the title being played 2007-04-22 10:27:44 +00:00
stream_dvdnav.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
stream_file.c truncate mencoder's output file if it exists, instead of overwriting just part of it. 2007-03-05 17:42:25 +00:00
stream_ftp.c
stream_livedotcom.c
stream_mf.c
stream_netstream.c
stream_null.c
stream_pvr.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
stream_radio.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
stream_radio.h Remove unnecessary #ifdef around the whole file. 2007-07-09 20:40:18 +00:00
stream_rtp.c
stream_rtsp.c
stream_smb.c truncate mencoder's output file if it exists, instead of overwriting just part of it. 2007-03-05 17:42:25 +00:00
stream_tv.c Cosmetics. 2007-06-30 10:59:55 +00:00
stream_udp.c
stream_vcd.c at open() discard front margin/empty sectors (fixes demuxing by libavformat); patch by Zuxy meng 2007-03-24 10:37:05 +00:00
stream_vstream.c
tcp.c winsocks expects an int in milliseconds instead of struct timeval to set 2007-03-01 14:57:44 +00:00
tcp.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
tv.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
tv.h Remove unnecessary #ifdef around the whole file. 2007-07-09 20:40:47 +00:00
tvi_bsdbt848.c Fix OpenBSD compilation: strndup is a GNU extension. 2007-05-20 11:36:50 +00:00
tvi_def.h mjpeg support for v4l2 tv:// driver 2007-06-01 17:29:35 +00:00
tvi_dummy.c remove unnecessary stubs which were not ever used. 2007-05-24 09:58:57 +00:00
tvi_v4l.c Remove unnecessary flip for RGB in v4l1. 2007-07-08 13:30:33 +00:00
tvi_v4l2.c mjpeg support for v4l2 tv:// driver 2007-06-01 17:29:35 +00:00
udp.c optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan (sio4 users sf net) simplified by me 2007-03-08 20:47:10 +00:00
udp.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
url.c
url.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
vcd_read.h
vcd_read_darwin.h Remove some unused variables, patch by timwoj ieee org. 2007-05-28 08:42:35 +00:00
vcd_read_fbsd.h More VCD cosmetics 2007-07-27 08:49:14 +00:00
vcd_read_nbsd.h 100l, return is missing a value 2007-07-26 23:19:36 +00:00
vcd_read_win32.h add vcd:// for win32, patch by zuxy meng 2007-03-12 15:57:01 +00:00