log aviobuf.c @ 4232:5defcf4194fb libavformat

age author description
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
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavformat
Sat, 22 Dec 2007 16:18:07 +0000 reimar Add a av_alloc_put_byte function. libavformat
Wed, 19 Dec 2007 21:11:08 +0000 michael Make recently added and still unused read_seek functions return offset_t. libavformat
Wed, 19 Dec 2007 20:57:13 +0000 michael Merge recently added and still unused play and pause functions. libavformat
Wed, 19 Dec 2007 02:33:47 +0000 michael Remove unneeded avio wrapper functions. libavformat
Sun, 16 Dec 2007 17:52:46 +0000 bcoudurier return error when url_fseek could not read until desired offset in streamed mode libavformat
Wed, 28 Nov 2007 19:46:49 +0000 andoma Extend ByteIOContext and add the buffered IO functions: libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sat, 03 Nov 2007 18:29:16 +0000 kostya Add ff_ prefix to get_v() libavformat
Sat, 03 Nov 2007 18:26:42 +0000 kostya Make get_v() available to the other demuxers libavformat
Tue, 30 Oct 2007 00:01:25 +0000 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
Thu, 11 Oct 2007 14:57:47 +0000 benoit Add functionality to set the direction of a ByteIOContext buffer. libavformat
Wed, 26 Sep 2007 11:33:30 +0000 benoit Indentation libavformat
Wed, 26 Sep 2007 11:32:51 +0000 benoit Check read_packet before using it. libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Fri, 11 May 2007 19:07:40 +0000 alex cosmetics: fix indentation libavformat
Mon, 05 Mar 2007 13:55:45 +0000 takis Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 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:48:39 +0000 gpoirier Fix misbehaviour in url_fseek() when seeking fails. libavformat