mpv/libmpdemux
reimar 97efe20cd1 always cast stream IDs to unsigned before comparing to MAX_STREAMS.
just defining them as unsigned might be a better fix though...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18107 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-15 21:09:29 +00:00
..
realrtsp missing free in case sdpplin_parse_stream returns invalid stream. 2006-04-14 14:10:04 +00:00
.cvsignore
Makefile cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines 2006-03-25 10:38:37 +00:00
ai_alsa.c
ai_alsa1x.c
ai_oss.c
asf.h fix descrambling of asf file, 2006-03-30 23:06:18 +00:00
asf_mmst_streaming.c
asf_streaming.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
asfheader.c Don't use free()d pointer CID 260 2006-04-01 23:50:30 +00:00
audio_in.c
audio_in.h
aviheader.c make sure the indx chunk is big enough to hold the basic structure. 2006-04-06 21:49:12 +00:00
aviheader.h
aviprint.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
bswap.h
cache2.c avoid cache fill status overflow with caches > ca. 20 MB 2006-04-09 18:16:29 +00:00
cdd.h
cdda.c
cddb.c
cdinfo.c
config.h
cookies.c
cookies.h
cue_read.c
cue_read.h
demux_aac.c fix minor (i.e. unlikely to ever happen) leak when init fails 2006-03-09 22:11:39 +00:00
demux_asf.c fix descrambling of asf file, 2006-03-30 23:06:18 +00:00
demux_audio.c try to detect flac bitrate early on to avoid division by zero problems. 2006-04-11 10:46:52 +00:00
demux_avi.c dwStart support for mplayer. 2006-02-18 09:26:39 +00:00
demux_avs.c
demux_avs.h
demux_demuxers.c
demux_film.c Fix memory leak cid 176 2006-03-10 23:51:41 +00:00
demux_fli.c Fix memory leak cid 177 2006-03-10 23:48:33 +00:00
demux_gif.c
demux_lavf.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
demux_lmlm4.c
demux_mf.c
demux_mkv.c 10l, keyframes must have tag 0x10, not 1. 2006-04-14 21:08:25 +00:00
demux_mov.c Fix passing qdm2 extradata to lavc decoder 2006-03-27 21:37:18 +00:00
demux_mpc.c
demux_mpg.c timestamps are 33 bits long, so they don't fit in an unsigned int; 10l 2006-04-11 20:05:24 +00:00
demux_nsv.c
demux_nuv.c
demux_ogg.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
demux_pva.c 10l, checking for NULL after dereferencing makes no sense (though what is this check for anyway?) 2006-03-22 12:23:55 +00:00
demux_rawaudio.c
demux_rawdv.c
demux_rawvideo.c
demux_real.c always cast stream IDs to unsigned before comparing to MAX_STREAMS. 2006-04-15 21:09:29 +00:00
demux_realaud.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
demux_roq.c
demux_rtp.cpp Allows the LIVE555 library to forces the client's port to be used 2006-02-19 13:27:27 +00:00
demux_rtp.h
demux_rtp_codec.cpp
demux_rtp_internal.h
demux_smjpeg.c
demux_ts.c segfault fix: assign param->apid (that is the audio id found) when inexistent audio language is specified; patch by Erik Auerswald auerswal a unix-ag d uni-kl d de 2006-04-05 18:50:24 +00:00
demux_ty.c name array is too small, use strlcpy instead of strncpy 2006-03-08 21:13:16 +00:00
demux_ty_osd.c
demux_viv.c
demux_vqf.c
demux_xmms.c
demux_xmms_plugin.h
demux_y4m.c
demuxer.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
demuxer.h
dvb_defaults.h
dvb_tune.c
dvbin.c close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161 2006-03-12 11:45:27 +00:00
dvbin.h
dvdnav_stream.c
dvdnav_stream.h
ebml.c
ebml.h
extension.c
frequencies.c 10l: huge amount of constant crap in data segment 2006-04-03 06:38:55 +00:00
frequencies.h 10l: huge amount of constant crap in data segment 2006-04-03 06:38:55 +00:00
genres.h
help_mp.h
http.c free memory on error in http_add_basic_authentication 2006-04-14 13:37:38 +00:00
http.h
matroska.h
mf.c
mf.h
mp3_hdr.c
mp3_hdr.h
mp_msg.h
mpeg_hdr.c H264: when fixed_fps is set the framerate is expressed in fields per second, so it must be halved 2006-03-25 23:07:28 +00:00
mpeg_hdr.h
ms_hdr.h
muxer.c unified failure case in muxer_new_muxer() 2006-03-12 22:14:00 +00:00
muxer.h Fix video delay when encoding with B-frames. 2006-02-21 09:40:25 +00:00
muxer_avi.c Fix video delay when encoding with B-frames. 2006-02-21 09:39:22 +00:00
muxer_lavf.c recommitted version 1.22 + Rich's 1.25 2006-03-13 07:08:01 +00:00
muxer_mpeg.c workaround to prevent segfault: when using -ve lavc with b-frames write_chunk(1st video frame) gets called with len=-1UL; -1ULl to whomever calls me that way 2006-04-05 20:51:35 +00:00
muxer_rawaudio.c
muxer_rawvideo.c
netstream.h
network.c Remove superfluous extern variable declaration. 2006-03-27 07:31:08 +00:00
network.h
nuppelvideo.h
open.c
parse_es.c
parse_es.h
parse_mp4.c
parse_mp4.h
pnm.c
pnm.h
qtpalette.h
rtp.c
rtp.h
stheader.h dwStart support for mplayer. 2006-02-18 09:26:39 +00:00
stream.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
stream.h Remove mpdvdkit1 cruft from the build system. 2006-04-02 13:31:03 +00:00
stream_dvd.c remove vts_no parameter from mp_get_titleset_length - it is not only useless, 2006-04-14 13:03:05 +00:00
stream_file.c
stream_ftp.c Fix seeking with cache enabled on systems using fork(). 2006-03-13 16:56:10 +00:00
stream_livedotcom.c
stream_netstream.c
stream_null.c
stream_smb.c
stream_vcd.c
stream_vstream.c
test.c
tv.c make failures during e.g. setting the TV norm non-fatal. 2006-04-11 10:19:53 +00:00
tv.h 10l: huge amount of constant crap in data segment 2006-04-03 06:38:55 +00:00
tvi_bsdbt848.c
tvi_def.h
tvi_dummy.c
tvi_v4l.c make failures during e.g. setting the TV norm non-fatal. 2006-04-11 10:19:53 +00:00
tvi_v4l2.c make failures during e.g. setting the TV norm non-fatal. 2006-04-11 10:19:53 +00:00
url.c
url.h
vcd_read.h
vcd_read_darwin.h
vcd_read_fbsd.h
vcd_read_nbsd.h
video.c Fix a/v desync for real some files 2006-03-26 14:10:52 +00:00
yuv4mpeg.c
yuv4mpeg.h
yuv4mpeg_intern.h
yuv4mpeg_ratio.c