1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 10:02:17 +00:00
mpv/stream
Clément Bœsch 59fff90d94 options: change -alang and -slang to use string list type
There is no reason to use manual language list splitting when an
automatic split function is already available.

Some types change from "unsigned char" to "char", but this shouldn't
cause issues since [as]lang settings are unlikely to have characters
above 127.
2011-04-20 04:22:42 +03:00
..
freesdp cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
librtsp cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
realrtsp fix compilation with old FFmpeg versions 2011-02-08 19:07:10 +02:00
ai_alsa1x.c spelling fixes 2010-11-02 04:15:03 +02:00
ai_alsa.c spelling fixes 2010-11-02 04:15:03 +02:00
ai_oss.c
asf_mmst_streaming.c
asf_mmst_streaming.h
asf_streaming.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
audio_in.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
audio_in.h
cache2.c terminal output: show cache fill changes in "PAUSED" message 2011-02-15 18:35:34 +02:00
cache2.h terminal output: show cache fill changes in "PAUSED" message 2011-02-15 18:35:34 +02:00
cdd.h stream_cddb: move structs to the file they're used in 2010-11-02 04:11:07 +02:00
cdinfo.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
cookies.c
cookies.h
dvb_tune.c
dvb_tune.h
dvbin.h stream/dvbin.h: Use angular brackets for system #includes. 2010-11-02 04:11:07 +02:00
frequencies.c
frequencies.h
http.c fix compilation with old FFmpeg versions 2011-02-08 19:07:10 +02:00
http.h stream/: delete base64_encode(), use libavutil av_base64_encode() 2010-12-16 05:16:50 +02:00
network.c stream/http: Add support for login/password in http_proxy env variable 2010-12-16 05:19:17 +02:00
network.h stream/http.c: Move mime_type_table extern declaration to network.h 2010-11-02 04:16:45 +02:00
open.c Simplify code: make open_stream() accept NULL file_format argument 2010-11-02 04:15:48 +02:00
pnm.c spelling fixes 2010-11-02 04:15:03 +02:00
pnm.h
pvr.h
rtp.c
rtp.h
stream_bluray.c stream_bluray: implement slave mode compatible controls 2010-11-02 04:14:20 +02:00
stream_cdda.c stream_cdda: change printf format for cdda_tracks to %d 2010-11-02 04:11:07 +02:00
stream_cddb.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
stream_cue.c
stream_dvb.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
stream_dvd_common.c
stream_dvd_common.h
stream_dvd.c options: change -alang and -slang to use string list type 2011-04-20 04:22:42 +03:00
stream_dvd.h options: change -alang and -slang to use string list type 2011-04-20 04:22:42 +03:00
stream_dvdnav.c options: change -alang and -slang to use string list type 2011-04-20 04:22:42 +03:00
stream_dvdnav.h options: change -alang and -slang to use string list type 2011-04-20 04:22:42 +03:00
stream_ffmpeg.c Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams 2010-05-25 23:07:28 +00:00
stream_file.c cache: read up to 64 KiB at once from stream_file 2010-11-14 12:24:11 +02:00
stream_ftp.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
stream_live555.c
stream_mf.c
stream_nemesi.c
stream_netstream.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
stream_netstream.h stream: Use MSG_NOSIGNAL flag if available for send(). 2010-11-02 04:11:43 +02:00
stream_null.c
stream_pvr.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
stream_radio.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
stream_radio.h Drop pointless _st suffix from 'struct stream'. 2010-05-27 20:38:25 +00:00
stream_rtp.c
stream_rtsp.c Drop pointless _st suffix from 'struct stream'. 2010-05-27 20:38:25 +00:00
stream_smb.c
stream_tv.c
stream_udp.c
stream_vcd.c
stream_vstream.c cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" 2010-05-29 17:20:44 +03:00
stream.c stream.[ch], ass_mp: new stream function for whole-file reads 2011-03-03 21:39:24 +02:00
stream.h stream.[ch], ass_mp: new stream function for whole-file reads 2011-03-03 21:39:24 +02:00
tcp.c stream/tcp.c: Prefer the use of inet_ntop over inet_ntoa 2010-11-02 04:11:07 +02:00
tcp.h
tv.c cleanup: remove unused MEncoder-related code 2011-01-25 02:29:31 +02:00
tv.h stream/tv: move new_handle() function from header to tv.c 2010-11-02 04:16:55 +02:00
tvi_bsdbt848.c stream/tv: move new_handle() function from header to tv.c 2010-11-02 04:16:55 +02:00
tvi_def.h stream/tv: move new_handle() function from header to tv.c 2010-11-02 04:16:55 +02:00
tvi_dshow.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
tvi_dshow.h
tvi_dummy.c stream/tv: move new_handle() function from header to tv.c 2010-11-02 04:16:55 +02:00
tvi_v4l2.c stream/tvi_v4l2.c: simplify by using getfps helper function 2011-01-31 16:03:10 +02:00
tvi_v4l.c cleanup: don't check for NULL before free() 2010-11-08 18:05:12 +02:00
udp.c
udp.h
url.c stream/url.c: escape characters >= 127 in URLs 2011-02-15 18:47:55 +02:00
url.h stream/http: Add support for login/password in http_proxy env variable 2010-12-16 05:19:17 +02:00
vcd_read_darwin.h
vcd_read_fbsd.h
vcd_read_os2.h
vcd_read_win32.h cosmetics: Remove vim/emacs coding style hints from sources 2010-11-02 04:16:48 +02:00
vcd_read.h