log gxfenc.c @ 6405:1f6088eaa469 libavformat

age author description
Wed, 21 Jul 2010 07:46:02 +0000 mstorsjo gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 16 Oct 2009 14:46:06 +0000 cehoyos Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Sat, 23 May 2009 03:05:56 +0000 bcoudurier remove useless include libavformat
Mon, 09 Mar 2009 04:17:12 +0000 bcoudurier reindent libavformat
Mon, 09 Mar 2009 03:34:15 +0000 bcoudurier change path pattern to be similar to existing files, and remove useless buffer libavformat
Mon, 09 Mar 2009 02:49:47 +0000 bcoudurier merge struct declaration and definition libavformat
Mon, 09 Mar 2009 02:47:32 +0000 bcoudurier write map packet every 100 packets according to specs libavformat
Mon, 09 Mar 2009 01:35:00 +0000 bcoudurier write flt packet, might need some tweaking but it works libavformat
Mon, 09 Mar 2009 01:10:28 +0000 bcoudurier correctly interleave audio and video according to specs libavformat
Mon, 09 Mar 2009 00:14:55 +0000 bcoudurier write timecode track in gxf libavformat
Sun, 08 Mar 2009 22:23:44 +0000 bcoudurier compute media info in write_header libavformat
Sun, 08 Mar 2009 22:14:26 +0000 bcoudurier factorize write packet libavformat
Sun, 08 Mar 2009 22:12:56 +0000 bcoudurier remove unneeded and empty user data libavformat
Sun, 08 Mar 2009 21:55:08 +0000 bcoudurier uniformize variable names and remove duplicating fields in private structs libavformat
Sun, 08 Mar 2009 21:08:06 +0000 bcoudurier remove useless fields libavformat
Fri, 13 Feb 2009 21:36:36 +0000 bcoudurier use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
Fri, 13 Feb 2009 21:32:18 +0000 bcoudurier cosmetics, rename nb_frames to nb_fields libavformat
Thu, 12 Feb 2009 00:08:44 +0000 bcoudurier compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
Wed, 11 Feb 2009 23:49:54 +0000 bcoudurier rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformat
Mon, 09 Feb 2009 21:34:20 +0000 bcoudurier rename ff_audio_interleave to ff_audio_rechunk_interleave libavformat
Sun, 08 Feb 2009 04:33:53 +0000 bcoudurier use new audio interleaving generic code libavformat
Sat, 31 Jan 2009 11:06:20 +0000 bcoudurier use st->priv_data to store per stream context libavformat
Tue, 27 Jan 2009 23:44:11 +0000 bcoudurier second try fixing time code in gxf libavformat
Fri, 23 Jan 2009 20:03:57 +0000 bcoudurier fix endianness of time code, and calculate it in fields, according to specs libavformat
Tue, 20 Jan 2009 09:43:58 +0000 bcoudurier Do not use avctx->frame_number which might not be set, libavformat
Tue, 20 Jan 2009 09:25:50 +0000 bcoudurier set correct value for starting line libavformat
Tue, 20 Jan 2009 09:14:46 +0000 bcoudurier fix gxf time code mark out value libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat