1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00
mpv/stream
2010-03-10 02:36:35 +02:00
..
freesdp Remove unused functions. 2010-02-27 23:14:44 +00:00
librtsp Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp. 2010-01-04 09:48:14 +00:00
realrtsp Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
ai_alsa1x.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
ai_alsa.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
ai_oss.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
asf_mmst_streaming.c Merge svn changes up to r30694 2010-03-10 01:01:15 +02:00
asf_mmst_streaming.h Add header for asf_mmst_streaming_start() instead of forward declaring it. 2010-02-21 23:26:16 +00:00
asf_streaming.c Merge svn changes up to r30694 2010-03-10 01:01:15 +02:00
audio_in.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
audio_in.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
cache2.c Merge svn changes up to r30798 2010-03-10 02:35:02 +02:00
cache2.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
cdd.h Fix cd_info_new() prototype. 2010-02-27 21:32:33 +00:00
cdinfo.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
cookies.c Fix argument order for lseek, fixes cookie loading in Windows and in general 2010-02-03 17:50:18 +00:00
cookies.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
dvb_tune.c Add header for exported DVB-related functions. 2010-02-21 21:00:08 +00:00
dvb_tune.h Add header for exported DVB-related functions. 2010-02-21 21:00:08 +00:00
dvbin.h Add a few missing header #includes and #defines. 2010-01-04 18:58:35 +00:00
frequencies.c Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
frequencies.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
http.c Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
http.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
network.c Merge svn changes up to r30798 2010-03-10 02:35:02 +02:00
network.h Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
open.c Merge svn changes up to r30748 2010-03-10 01:50:55 +02:00
pnm.c
pnm.h
pvr.h
rtp.c
rtp.h stream/rtp.h appears not to originate from dvbstream. 2010-01-30 21:38:05 +00:00
stream_cdda.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
stream_cddb.c Merge svn changes up to r30798 2010-03-10 02:35:02 +02:00
stream_cue.c Merge svn changes up to r30815 2010-03-10 02:36:35 +02:00
stream_dvb.c Replace misuse of stream_reset to set stream pos to 0 by more appropriate code. 2010-02-20 18:39:26 +00:00
stream_dvd_common.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
stream_dvd_common.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
stream_dvd.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
stream_dvd.h Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it. 2010-02-19 19:38:53 +00:00
stream_dvdnav.c Merge svn changes up to r30663 2010-03-10 00:13:11 +02:00
stream_dvdnav.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
stream_ffmpeg.c Merge svn changes up to r30502 2010-03-09 19:44:28 +02:00
stream_file.c Merge svn changes up to r30663 2010-03-10 00:13:11 +02:00
stream_ftp.c Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
stream_live555.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
stream_mf.c
stream_nemesi.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
stream_netstream.c
stream_netstream.h Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
stream_null.c Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
stream_pvr.c
stream_radio.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
stream_radio.h Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
stream_rtp.c
stream_rtsp.c
stream_smb.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
stream_tv.c Fix warning "missing braces around initializer". 2010-02-27 23:23:34 +00:00
stream_udp.c
stream_vcd.c Merge svn changes up to r30798 2010-03-10 02:35:02 +02:00
stream_vstream.c
stream.c Merge svn changes up to r30815 2010-03-10 02:36:35 +02:00
stream.h Merge svn changes up to r30815 2010-03-10 02:36:35 +02:00
tcp.c Merge svn changes up to r30663 2010-03-10 00:13:11 +02:00
tcp.h
tv.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
tv.h
tvi_bsdbt848.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
tvi_def.h Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
tvi_dshow.c Merge svn changes up to r30748 2010-03-10 01:50:55 +02:00
tvi_dshow.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
tvi_dummy.c Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
tvi_v4l2.c
tvi_v4l.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
udp.c
udp.h
url.c Merge svn changes up to r30475 2010-03-09 19:18:43 +02:00
url.h Add license header to all files missing it in the stream subdirectory. 2010-01-30 22:26:47 +00:00
vcd_read_darwin.h Mark vcd_get_track_end () and vcd_read_toc() as static. 2010-02-22 16:32:03 +00:00
vcd_read_fbsd.h Merge svn changes up to r30732 2010-03-10 01:25:15 +02:00
vcd_read_win32.h Mark vcd_get_track_end () and vcd_read_toc() as static. 2010-02-22 16:32:03 +00:00
vcd_read.h Merge svn changes up to r30732 2010-03-10 01:25:15 +02:00