log aviobuf.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Thu, 19 Aug 2010 21:28:43 +0000 aurel add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() libavformat
Sun, 25 Jul 2010 14:35:12 +0000 reimar Cosmetics: fix indentation and remove a useless else. libavformat
Sun, 25 Jul 2010 14:33:40 +0000 reimar Simplify get_byte and url_fgetc. libavformat
Sat, 24 Jul 2010 09:04:44 +0000 mstorsjo Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data libavformat
Wed, 21 Jul 2010 21:40:10 +0000 aurel improve ff_get_line to return line length libavformat
Wed, 21 Jul 2010 21:39:01 +0000 aurel move ff_get_line to aviobuf.c libavformat
Tue, 20 Jul 2010 09:58:30 +0000 mstorsjo Remove an assert that was no longer correct nor relevant libavformat
Sat, 17 Jul 2010 05:26:30 +0000 mstorsjo aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek libavformat
Fri, 16 Jul 2010 23:20:03 +0000 mstorsjo url_fskip: Return an error code if the url_fseek failed libavformat
Fri, 09 Jul 2010 12:14:33 +0000 janne move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c libavformat
Mon, 05 Jul 2010 09:11:45 +0000 cehoyos Silence a warning when compiling aviobuf.c libavformat
Thu, 01 Jul 2010 20:15:49 +0000 mstorsjo Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf libavformat
Wed, 21 Apr 2010 21:19:25 +0000 stefano Do not initialize res in url_fseek(), in the case !s->seek directly libavformat
Sun, 18 Apr 2010 17:37:21 +0000 stefano Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if libavformat
Mon, 12 Apr 2010 15:03:30 +0000 cehoyos Do not set pos to an error value. libavformat
Thu, 08 Apr 2010 09:47:32 +0000 thardin Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. libavformat
Thu, 08 Apr 2010 09:02:27 +0000 thardin Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformat
Wed, 24 Mar 2010 10:41:58 +0000 benoit Mask away AVSEEK_FORCE properly in some checks in url_fseek() libavformat
Thu, 18 Mar 2010 00:22:58 +0000 stefano Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end libavformat
Mon, 15 Mar 2010 22:54:22 +0000 michael Add AVSEEK_FORCE flag to indicate that the code should attempt to seek libavformat
Sat, 30 Jan 2010 20:18:55 +0000 stefano Remove duplicated empty line. libavformat
Tue, 20 Oct 2009 06:40:01 +0000 benoit Make url_resetbuf() assert on wrong flags passed and make it static on next libavformat
Mon, 12 Oct 2009 16:38:08 +0000 reimar Merge declaration and initialization libavformat
Mon, 12 Oct 2009 16:36:48 +0000 reimar Simplify: use FFMIN libavformat
Fri, 02 Oct 2009 06:36:39 +0000 reimar Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as libavformat
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
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
Sun, 28 Jan 2007 02:38:02 +0000 bcoudurier proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformat
Mon, 01 Jan 2007 21:49:50 +0000 michael fix indention of previous commit libavformat
Mon, 01 Jan 2007 21:49:09 +0000 michael seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformat
Sat, 16 Dec 2006 20:40:09 +0000 aurel put_*() are not only useful to muxers and protocol libavformat
Thu, 30 Nov 2006 01:00:12 +0000 diego Fix compile with --disable-muxers, patch by Lo«Ác Le Loarer, lll+ffmpeg m4x org. libavformat
Fri, 20 Oct 2006 09:32:48 +0000 michael move memory reading ByteIOContext init from mov.c to avobuf.c libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Tue, 26 Sep 2006 17:09:03 +0000 michael support forward seeking in non seekable streams libavformat
Tue, 26 Sep 2006 16:09:56 +0000 michael simplify seek() failure check libavformat
Fri, 22 Sep 2006 10:03:04 +0000 michael simplify url_fseek() libavformat
Thu, 20 Jul 2006 10:22:07 +0000 michael fix regression failure after adler simplification libavformat
Thu, 09 Feb 2006 22:52:23 +0000 aurel add a Creative VOC (de)muxer libavformat
Sat, 21 Jan 2006 18:36:32 +0000 diego Add --disable-protocols option to configure to disable I/O protocol from libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
Tue, 19 Jul 2005 14:50:22 +0000 michael remove non portable get/put_be64_double() libavformat
Tue, 19 Jul 2005 14:41:08 +0000 michael kill duplicated get/put_be24() libavformat
Fri, 03 Jun 2005 08:48:10 +0000 michael 10l (segfault fix) libavformat
Mon, 30 May 2005 16:45:08 +0000 michael Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
Thu, 19 May 2005 00:06:27 +0000 aurel drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat
Thu, 24 Mar 2005 22:07:54 +0000 michael bypass internal buffer for "large" packets libavformat
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavformat
Sat, 08 Jan 2005 14:21:33 +0000 michael integer overflows, heap corruption libavformat
Fri, 08 Oct 2004 20:09:52 +0000 michael write error handling libavformat
Sun, 25 Jul 2004 11:59:34 +0000 michael ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Tue, 06 Apr 2004 17:40:17 +0000 michael 10l (bytes_left() -> url_feof()) libavformat
Mon, 05 Apr 2004 12:02:10 +0000 michael checksuming for nut & nice checksum API for libavformat libavformat
Mon, 15 Mar 2004 03:29:32 +0000 michael decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
Sat, 14 Feb 2004 16:25:32 +0000 michael avio patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
Wed, 23 Apr 2003 18:38:34 +0000 kabi * keeping compiler happy and quiet libavformat
Wed, 26 Mar 2003 10:30:08 +0000 michaelni ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>) libavformat
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavformat
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat