log avienc.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Fri, 25 Jun 2010 04:29:02 +0000 jai_menon avienc : Avoid creating invalid AVI files when muxing subtitle streams libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 16 Feb 2010 16:32:25 +0000 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
Sat, 06 Feb 2010 12:32:44 +0000 jai_menon Add AVI metadata conversion table. libavformat
Fri, 05 Feb 2010 15:14:56 +0000 michael strn muxing in avi support. libavformat
Thu, 28 Jan 2010 03:37:22 +0000 michael Remove last MAX_STREAMS from avienc.c libavformat
Thu, 28 Jan 2010 02:45:17 +0000 michael Introduce AVIStream struct and move stream based variables to it. libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Fri, 19 Jun 2009 13:26:10 +0000 reimar Add support for muxing XSUB subtitles to AVI muxer. libavformat
Tue, 07 Apr 2009 12:31:28 +0000 aurel use av_freep() instead of av_free() + =NULL. libavformat
Tue, 24 Feb 2009 15:04:18 +0000 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
Fri, 13 Feb 2009 09:39:04 +0000 diego Remove pointless #if around the file, it is already conditionally compiled. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 18 Jan 2009 22:53:28 +0000 aurel replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 04 Jan 2009 23:31:31 +0000 aurel rename AVMetaData to AVMetadata and meta_data to metadata libavformat
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Tue, 02 Sep 2008 22:53:42 +0000 diego Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 27 Mar 2008 01:18:16 +0000 michael Fix aspect ratio. libavformat
Sun, 02 Mar 2008 19:51:31 +0000 michael Store aspect ratio in avis. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 08 Jul 2007 01:41:06 +0000 mru remove redundant codec_get_bmp_tag() call in avi_write_header() libavformat
Sun, 21 Jan 2007 12:08:31 +0000 michael get rid of the [4] limitation of codec tag lists libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Sat, 20 Jan 2007 23:09:27 +0000 michael fix indention (dunno why it was messed up ...) 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
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat
Thu, 07 Sep 2006 16:33:24 +0000 gpoirier Allow to store the the track number though the IPRT (part) tag in AVI. libavformat
Thu, 24 Aug 2006 08:22:26 +0000 gpoirier fix ODML AVI Duration for files > 2GB libavformat
Fri, 18 Aug 2006 16:48:35 +0000 banan AVI tag reading and writing patch by David Conrad. libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c 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
Thu, 01 Jun 2006 07:31:59 +0000 banan Flash Screen Video decoder (fourcc:FSV1) libavformat
Wed, 17 May 2006 21:52:38 +0000 diego Add MPEG FourCC for MPEG-2 video. libavformat
Fri, 07 Apr 2006 16:59:57 +0000 kostya KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat
Thu, 02 Mar 2006 20:44:35 +0000 michael fixing total_frames libavformat
Thu, 02 Mar 2006 20:08:01 +0000 michael indention libavformat
Wed, 01 Mar 2006 07:42:55 +0000 banan Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by libavformat
Wed, 01 Mar 2006 01:29:12 +0000 michael replace if by assert as it should never by true libavformat
Tue, 21 Feb 2006 20:32:47 +0000 alex check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change libavformat
Sun, 19 Feb 2006 10:20:27 +0000 michael RMP4 ("xvid fork") decoding support libavformat
Sun, 12 Feb 2006 08:53:29 +0000 melanson dosbox native ZMBV decoder, courtesy of Kostya libavformat
Thu, 26 Jan 2006 19:42:45 +0000 rtognimp Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket libavformat
Wed, 25 Jan 2006 17:14:16 +0000 michael avoid using non constant fields of AVCodecContext in avi muxer libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Mon, 09 Jan 2006 15:41:39 +0000 reimar CamStudio decoder, only 32 bit lzo mode is tested 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, 30 Nov 2005 10:50:13 +0000 gpoirier add some h.264 fourccs to codec_bmp_tags[] libavformat
Sun, 13 Nov 2005 03:32:12 +0000 alex Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case. libavformat
Thu, 13 Oct 2005 04:31:55 +0000 melanson Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
Tue, 06 Sep 2005 15:02:43 +0000 michael a few more raw yuv fourccs 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
Sun, 26 Jun 2005 20:26:47 +0000 rtognimp Theora fourcc libavformat
Thu, 09 Jun 2005 20:01:02 +0000 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavformat
Fri, 03 Jun 2005 08:50:46 +0000 michael a step toward CODEC_TYPE_DATA support libavformat
Tue, 17 May 2005 22:47:34 +0000 melanson Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavformat
Mon, 16 May 2005 13:21:39 +0000 mru add VP30 fourcc libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Wed, 20 Apr 2005 09:42:47 +0000 michael Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavformat
Sun, 03 Apr 2005 05:02:08 +0000 melanson Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavformat
Fri, 01 Apr 2005 21:21:12 +0000 michael fix vorbis in avi libavformat
Sat, 26 Mar 2005 20:32:55 +0000 melanson Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavformat
Wed, 23 Mar 2005 12:42:12 +0000 michael 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp) libavformat
Tue, 15 Mar 2005 23:50:24 +0000 michael sample_size fix libavformat
Tue, 01 Mar 2005 02:24:58 +0000 melanson go LOCO, courtesy of Kostya Shishkov libavformat
Tue, 22 Feb 2005 19:48:07 +0000 michael switch MPEG4 fourcc to FMP4 libavformat
Sun, 23 Jan 2005 21:54:07 +0000 michael wmv3 libavformat
Thu, 13 Jan 2005 13:09:35 +0000 michael 10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat
Wed, 12 Jan 2005 19:07:24 +0000 michael timestamp truncation fix? libavformat
Sat, 01 Jan 2005 23:02:09 +0000 michael WV1F support libavformat
Sun, 28 Nov 2004 18:29:38 +0000 lorenm split ffhuffyuv into 2 codecs: libavformat
Wed, 17 Nov 2004 03:45:53 +0000 melanson native QPEG video decoder, courtesy of Konstantin Shishkov libavformat
Sat, 06 Nov 2004 19:11:34 +0000 michael cbr audio muxing fix libavformat
Wed, 27 Oct 2004 04:30:48 +0000 melanson Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov libavformat
Sun, 24 Oct 2004 13:07:59 +0000 michael dvr-ms video decoding support libavformat
Wed, 06 Oct 2004 08:50:46 +0000 kabi * fixing a few of gcc 'clean-code' warnings libavformat
Fri, 01 Oct 2004 13:16:16 +0000 michael do not call (av_)abort() libavformat
Thu, 16 Sep 2004 03:31:41 +0000 melanson IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavformat
Sun, 22 Aug 2004 15:35:21 +0000 rtognimp h261 libavformat
Sat, 14 Aug 2004 15:08:09 +0000 melanson TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavformat
Sun, 25 Jul 2004 23:36:44 +0000 michael my experimental wavelet codec libavformat
Wed, 21 Jul 2004 01:21:06 +0000 michael raw rgb support libavformat
Thu, 17 Jun 2004 10:46:08 +0000 michael 10l fix by (Bohdan Horst <nexus at irc dot pl>) libavformat
Tue, 15 Jun 2004 13:49:12 +0000 michael pass timestamps correctly for -sync 0 libavformat
Thu, 10 Jun 2004 14:08:57 +0000 michael more fourccs libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Fri, 07 May 2004 02:57:13 +0000 melanson support SVQ1 in AVI files, just for fun libavformat
Sun, 11 Apr 2004 19:32:24 +0000 michael codec tag for FLV libavformat
Sun, 11 Apr 2004 19:18:53 +0000 michael 4xm codec tag libavformat
Sun, 11 Apr 2004 14:58:51 +0000 michael some tag for mpeg2, so looking MPEG2VIDEO up works libavformat
Mon, 12 Jan 2004 22:14:45 +0000 rtognimp MSZH and ZLIB decoder support libavformat
Wed, 03 Dec 2003 04:58:48 +0000 melanson DUCK codec libavformat
Sat, 29 Nov 2003 00:21:33 +0000 michael H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavformat
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
Wed, 01 Oct 2003 04:39:38 +0000 tmmm New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavformat
Mon, 29 Sep 2003 22:40:01 +0000 michaelni 10l libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Mon, 08 Sep 2003 22:04:29 +0000 bellard CODEC_ID_MP3LAME is obsolete libavformat
Mon, 08 Sep 2003 04:17:40 +0000 tmmm hacks to support Xan AVI files libavformat
Fri, 05 Sep 2003 18:45:32 +0000 al3x initial nut muxer and demuxer (demuxer is not fail safe) libavformat
Thu, 04 Sep 2003 10:26:49 +0000 michaelni case insensitive codec_get_id() libavformat
Mon, 01 Sep 2003 13:05:21 +0000 michaelni asv2 regression test libavformat
Thu, 24 Jul 2003 23:37:40 +0000 michaelni ATI VCR2 libavformat
Thu, 24 Jul 2003 12:18:46 +0000 michaelni ATI VCR1 decoder libavformat
Sat, 12 Jul 2003 16:55:15 +0000 michaelni 10l libavformat
Fri, 20 Jun 2003 18:21:58 +0000 al3x lossless jpeg support libavformat
Mon, 09 Jun 2003 19:11:50 +0000 michaelni 10l libavformat
Tue, 27 May 2003 22:43:34 +0000 michaelni asv1 regression test libavformat
Wed, 07 May 2003 19:01:45 +0000 romansh * introducing new public interface in imgconvert.c libavformat