log file.c @ 6238:7f0042585fe4 libavformat

age author description
Tue, 06 Jul 2010 14:28:32 +0000 mru Add #ifdefs around code specific to file and pipe protocols libavformat
Tue, 06 Jul 2010 11:42:46 +0000 mru file_protocol: remove redundant #include sys/time.h libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Mon, 26 Apr 2010 22:36:51 +0000 stefano Make file_open() return the error code set in errno if open() fails, libavformat
Sun, 04 Apr 2010 14:21:29 +0000 stefano Implement support to the AVSEEK_SIZE operation in file_seek(). libavformat
Sat, 13 Feb 2010 16:56:37 +0000 mru Do not call lseek() with invalid whence value libavformat
Mon, 27 Jul 2009 12:36:22 +0000 benoit Only consider -1 as an error return value for open(). libavformat
Thu, 26 Mar 2009 01:34:02 +0000 ramiro Use intptr_t when casting pointers to int. libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
Tue, 03 Mar 2009 13:57:09 +0000 rbultje Remove size_t cast in setting s->priv_data directly to the (integer) file libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 11 Jan 2009 22:05:43 +0000 ramiro Use setmode() if it exists in <io.h>, and not based on O_BINARY. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Tue, 27 May 2008 01:19:19 +0000 bcoudurier remove const qualifier, removes warning: libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat