log avio.c @ 2710:00ffc2f02705 libavformat

age author description
Wed, 07 Nov 2007 08:34:00 +0000 benoit Check context before accessing its field. libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Mon, 05 Mar 2007 14:26:50 +0000 takis Move avio.h's url_get_max_packet_size() comment from source to header file. libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Tue, 30 Jan 2007 10:37:52 +0000 gpoirier protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformat
Sun, 14 Jan 2007 22:07:19 +0000 gpoirier makes the filename member of the URLContext a pointer, so that the libavformat