log mxfdec.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 21 Jul 2010 17:27:28 +0000 mstorsjo Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 libavformat
Thu, 01 Jul 2010 17:10:31 +0000 reimar Change all functions referenced in the mxf_metadata_read_table to use the same libavformat
Wed, 30 Jun 2010 07:55:05 +0000 thardin mxfdec: Improve parsing of the PixelLayout item libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 20 Nov 2009 23:12:55 +0000 reimar Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformat
Tue, 13 Oct 2009 08:08:10 +0000 reimar MXF: simply ignore tracks that are invalid due to not having a valid Sequence libavformat
Sat, 30 May 2009 06:16:44 +0000 bcoudurier return AVERROR_EOF libavformat
Fri, 15 May 2009 05:33:05 +0000 bcoudurier free Track and unset priv_data to avoid double free, fix memleak libavformat
Sat, 21 Mar 2009 00:50:51 +0000 bcoudurier protect realloc overflow libavformat
Sun, 08 Feb 2009 05:12:30 +0000 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
Sun, 08 Feb 2009 04:42:38 +0000 bcoudurier remove implicit header inclusions from mxf.h libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Thu, 08 Jan 2009 02:57:21 +0000 bcoudurier use lower case x and alternate format for hex in printf libavformat
Thu, 08 Jan 2009 02:54:43 +0000 bcoudurier print more debug information if enabled, including index libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat