log gxfenc.c @ 6449:3a28e6827095 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
Sat, 13 Dec 2008 21:58:17 +0000 reimar Avoid _t in gxf enum type names libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Tue, 27 May 2008 01:26:22 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 09 Aug 2007 17:18:59 +0000 bcoudurier take care to use video track field number as duration libavformat
Thu, 26 Jul 2007 13:01:09 +0000 aurel replaces hardcoded values by the equivalent enum definitions libavformat
Fri, 13 Jul 2007 17:15:56 +0000 bcoudurier Smartjog granted permission to relicense as LGPL 2.1 libavformat
Fri, 13 Jul 2007 17:06:58 +0000 bcoudurier round timestamps up, k2 broadcast server seems to need it libavformat
Wed, 14 Feb 2007 14:54:20 +0000 bcoudurier fix dts adjusting libavformat
Mon, 22 Jan 2007 01:16:42 +0000 diego Fix some more license headers. libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Tue, 28 Nov 2006 15:34:18 +0000 bcoudurier readjust dts if negative libavformat
Wed, 18 Oct 2006 15:10:14 +0000 bcoudurier use AVFormatContext to log libavformat
Tue, 17 Oct 2006 17:44:06 +0000 bcoudurier avoid overwriting pkt libavformat
Tue, 10 Oct 2006 09:17:51 +0000 bcoudurier quiet gcc about enum value not handled in switch libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
Mon, 21 Aug 2006 15:49:08 +0000 bcoudurier set correct first gop closed value libavformat
Mon, 21 Aug 2006 15:14:36 +0000 bcoudurier rename closed_gop to first_gop_closed libavformat
Mon, 21 Aug 2006 13:57:12 +0000 bcoudurier init buffer libavformat
Sat, 12 Aug 2006 00:18:58 +0000 bcoudurier use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformat
Wed, 09 Aug 2006 10:48:32 +0000 bcoudurier parse mpeg frame to get pict type and closed gop flag libavformat
Tue, 01 Aug 2006 10:00:12 +0000 bcoudurier negative to_pad won't provoke infinite loop libavformat
Tue, 01 Aug 2006 09:56:27 +0000 bcoudurier avoid reading beyond packet size libavformat
Wed, 19 Jul 2006 09:38:22 +0000 bcoudurier GXF muxer libavformat