log libmpdemux/asf_streaming.c @ 19062:83c3afeab35d

age author description
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Sun, 12 Mar 2006 22:29:27 +0000 reimar Fix compilation error introduced by last commit
Sun, 12 Mar 2006 21:44:22 +0000 reimar fix feature pragma length check
Sun, 06 Nov 2005 15:25:08 +0000 reimar Fix bugs/crash introduced by translation patch
Sat, 05 Nov 2005 00:53:33 +0000 ptt Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
Mon, 31 Oct 2005 23:37:41 +0000 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
Tue, 06 Sep 2005 21:08:36 +0000 reimar check4proxies always creates a copy, so url should be freed
Tue, 26 Jul 2005 18:55:20 +0000 reimar strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will
Fri, 03 Jun 2005 15:33:26 +0000 nicodvb printf converted to mp_msg; made static many unnecessarily global symbols
Sun, 29 May 2005 12:54:00 +0000 nicodvb ported all network streams to the new API
Thu, 03 Feb 2005 20:13:44 +0000 reimar fix for streams that do not send a bitrate
Sun, 16 Jan 2005 22:30:28 +0000 rtognimp If asf/tcp fails, asf/http used a wrong port
Tue, 28 Dec 2004 11:16:23 +0000 reimar 10l, variable declarations must be before mp_msg.