log

age author description
Wed, 28 Nov 2012 13:46:24 +0000 ib Remove variable assignment.
Wed, 28 Nov 2012 12:23:28 +0000 ib Comment unused return value.
Wed, 28 Nov 2012 12:14:46 +0000 ib Check chdir() return value to avoid race condition.
Wed, 28 Nov 2012 11:57:52 +0000 ib Don't increment a pointer which might be null.
Wed, 28 Nov 2012 11:40:52 +0000 ib Check stat() return value before utilizing its information.
Mon, 26 Nov 2012 23:42:36 +0000 al stream ftp: Remove unneeded cast
Mon, 26 Nov 2012 23:39:56 +0000 al stream ftp: Use C99 designated initializers
Mon, 26 Nov 2012 23:38:11 +0000 al stream ftp: Set type to STREAMTYPE_STREAM
Mon, 26 Nov 2012 23:37:06 +0000 al stream ftp: open_f: Mark parameter file_format unused
Mon, 26 Nov 2012 23:36:00 +0000 al stream ftp: Pass full buffer size to snprintf
Mon, 26 Nov 2012 19:50:32 +0000 reimar Fix vo_gl sometimes drawing a black image instead of the video.
Mon, 26 Nov 2012 19:30:58 +0000 reimar Try to improve seeking in files with only few video packets,
Mon, 26 Nov 2012 11:32:50 +0000 ib Move isPlaylistStreamtype definition to util/list.h.
Mon, 26 Nov 2012 10:49:33 +0000 ib Don't unconditionally reset Filename and StreamType if not playing.
Mon, 26 Nov 2012 10:48:26 +0000 ib Simplify playlist handling by defining a symbolic constant.