log aviobuf.c @ 4996:9d88db925e05 libavformat

age author description
Mon, 13 Apr 2009 04:02:51 +0000 bcoudurier seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext libavformat
Fri, 16 Jan 2009 16:39:17 +0000 reimar Merge declaration and initialization of io_buffer_size libavformat
Fri, 16 Jan 2009 16:37:54 +0000 reimar Make io_buffer_size unsigned to avoid a warning about comparing libavformat
Fri, 16 Jan 2009 15:35:51 +0000 reimar Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal libavformat
Fri, 16 Jan 2009 15:34:37 +0000 reimar Use AV_WB32 instead of reimplementing it. libavformat
Fri, 16 Jan 2009 15:32:33 +0000 reimar Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. libavformat
Fri, 16 Jan 2009 15:30:52 +0000 reimar Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Mon, 22 Dec 2008 11:23:00 +0000 cehoyos Initialize s->opaque before calling url_resetbuf(). libavformat
Sat, 13 Dec 2008 13:39:13 +0000 diego whitespace cosmetics libavformat
Mon, 10 Nov 2008 21:41:35 +0000 henry always use the whole buffer for reading w/ packetized sources to avoid packet truncation libavformat
Sat, 18 Oct 2008 17:30:37 +0000 michael Append read data onto the buffer instead of overwriting, this ensures libavformat
Sat, 04 Oct 2008 21:11:58 +0000 reimar Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 31 Jul 2008 19:40:06 +0000 bcoudurier Only reset buffer state if seeking is successful; update seek reg ref. libavformat