log aviobuf.c @ 2699:49c540731133 libavformat

age author description
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