log mxfdec.c @ 6468:317dedc6b9a2 libavformat

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
Wed, 17 Sep 2008 23:14:48 +0000 bcoudurier revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformat
Tue, 09 Sep 2008 02:56:13 +0000 bcoudurier print stream index in decimal not in hex, easier for debugging libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sun, 31 Aug 2008 01:39:42 +0000 bcoudurier put back mxf_essence_container_uls in demuxer as static const libavformat
Tue, 26 Aug 2008 20:21:39 +0000 aurel mxfdec: set sample_aspect_ratio libavformat
Tue, 19 Aug 2008 21:58:47 +0000 cehoyos Remove useless #ifdef DEBUG (patch by Zhentan Feng). libavformat
Mon, 18 Aug 2008 17:54:18 +0000 michael Factorize common code out of the mxf demuxer. libavformat
Thu, 07 Aug 2008 02:12:14 +0000 bcoudurier rename mxf.c to mxfdec.c libavformat base mxf.c@a2a1deab541d