log ffm.c @ 3310:66d5e19f7b77 libavformat

age author description
Wed, 21 May 2008 22:52:21 +0000 bcoudurier use duration from pkt libavformat
Wed, 21 May 2008 22:49:48 +0000 bcoudurier simplify libavformat
Wed, 21 May 2008 22:48:33 +0000 bcoudurier simplify libavformat
Wed, 21 May 2008 21:04:42 +0000 bcoudurier check pkt stream index before returning packet, prevent segfault libavformat
Tue, 08 Jan 2008 23:08:51 +0000 diego Fix random typos. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Thu, 22 Feb 2007 13:23:38 +0000 alex codec_tag settable via VideoTag, and transmit codec_tag in ffm libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 21 Jan 2006 18:36:32 +0000 diego Add --disable-protocols option to configure to disable I/O protocol from libavformat
Thu, 19 Jan 2006 00:54:10 +0000 michael pts fix by (Bryan Mayland / bmayland O leoninedev o com) 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
Wed, 12 Oct 2005 23:25:15 +0000 alex fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics 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
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos 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
Sat, 07 May 2005 00:58:28 +0000 philipjsg Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. libavformat
Fri, 06 May 2005 03:19:45 +0000 philipjsg Add in many fields that have been added to the Codec structure. This means libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformat
Mon, 11 Oct 2004 23:53:53 +0000 michael 100l (forgoten seeking functions) libavformat
Fri, 01 Oct 2004 16:30:15 +0000 michael move free() of AVStream priv data to av_write_trailer() libavformat
Fri, 01 Oct 2004 13:16:16 +0000 michael do not call (av_)abort() libavformat
Sun, 25 Jul 2004 11:59:34 +0000 michael ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Thu, 18 Mar 2004 20:52:40 +0000 michael adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) libavformat
Wed, 19 Nov 2003 02:34:40 +0000 philipjsg Add more resilience in reading ffm files. In particular, don't assume libavformat
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Fri, 08 Aug 2003 17:52:30 +0000 bellard add av_new_stream() usage libavformat
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavformat
Sat, 08 Mar 2003 14:29:12 +0000 michaelni fixing frame_rate accuracy libavformat
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavformat
Thu, 23 Jan 2003 23:34:29 +0000 bellard use av_strdup() libavformat
Mon, 09 Dec 2002 12:03:43 +0000 michaelni AVVideoFrame -> AVFrame libavformat
Mon, 09 Dec 2002 02:53:55 +0000 philipjsg Fix a crash caused by a null coded_picture pointer in ffserver. libavformat
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat