annotate IM_AF Encoder/IM_AM Encoder.xcodeproj/project.pbxproj @ 0:138a3cea9792

Different files related to my project, including the encoder (I made it) and decoder. Also I added the mp4atoms as an example. MP4atoms belong to the IMAF player library.
author Eugenio Oñate Hospital <eo301@eecs.qmul.ac.uk>
date Wed, 04 Jul 2012 22:16:23 +0100
parents
children 19490164927c
rev   line source
eo301@0 1 // !$*UTF8*$!
eo301@0 2 {
eo301@0 3 archiveVersion = 1;
eo301@0 4 classes = {
eo301@0 5 };
eo301@0 6 objectVersion = 46;
eo301@0 7 objects = {
eo301@0 8
eo301@0 9 /* Begin PBXBuildFile section */
eo301@0 10 4A773E3B158A37CC00E2DE6C /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A773E3A158A37CC00E2DE6C /* main.c */; };
eo301@0 11 4A773E3D158A37CC00E2DE6C /* IM_AM_Encoder.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4A773E3C158A37CC00E2DE6C /* IM_AM_Encoder.1 */; };
eo301@0 12 /* End PBXBuildFile section */
eo301@0 13
eo301@0 14 /* Begin PBXCopyFilesBuildPhase section */
eo301@0 15 4A773E34158A37CC00E2DE6C /* CopyFiles */ = {
eo301@0 16 isa = PBXCopyFilesBuildPhase;
eo301@0 17 buildActionMask = 2147483647;
eo301@0 18 dstPath = /usr/share/man/man1/;
eo301@0 19 dstSubfolderSpec = 0;
eo301@0 20 files = (
eo301@0 21 4A773E3D158A37CC00E2DE6C /* IM_AM_Encoder.1 in CopyFiles */,
eo301@0 22 );
eo301@0 23 runOnlyForDeploymentPostprocessing = 1;
eo301@0 24 };
eo301@0 25 /* End PBXCopyFilesBuildPhase section */
eo301@0 26
eo301@0 27 /* Begin PBXFileReference section */
eo301@0 28 4A2EDBC71594935300A00D85 /* string.g.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string.g.h; sourceTree = "<group>"; };
eo301@0 29 4A7662A5159A21DB004344F5 /* Drumbox.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = Drumbox.wav; sourceTree = SOURCE_ROOT; };
eo301@0 30 4A7662A6159A21DB004344F5 /* GTR.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = GTR.wav; sourceTree = SOURCE_ROOT; };
eo301@0 31 4A7662A7159A21DB004344F5 /* Kik.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = Kik.wav; sourceTree = SOURCE_ROOT; };
eo301@0 32 4A7662A8159A21DB004344F5 /* vocal.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = vocal.wav; sourceTree = SOURCE_ROOT; };
eo301@0 33 4A773E36158A37CC00E2DE6C /* IM_AM Encoder */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "IM_AM Encoder"; sourceTree = BUILT_PRODUCTS_DIR; };
eo301@0 34 4A773E3A158A37CC00E2DE6C /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
eo301@0 35 4A773E3C158A37CC00E2DE6C /* IM_AM_Encoder.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = IM_AM_Encoder.1; sourceTree = "<group>"; };
eo301@0 36 4A773E44158A384000E2DE6C /* IM_AF Encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IM_AF Encoder.h"; sourceTree = "<group>"; };
eo301@0 37 4A773E45158A3F1F00E2DE6C /* stdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stdio.h; path = ../stdio.h; sourceTree = "<group>"; };
eo301@0 38 4AA6EB54158CF0CC000DCEBC /* stdlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdlib.h; sourceTree = "<group>"; };
eo301@0 39 4AE74F40158A43760005EBF9 /* stdarg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdarg.h; sourceTree = SOURCE_ROOT; };
eo301@0 40 4AE74F41158A43760005EBF9 /* stddef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stddef.h; sourceTree = SOURCE_ROOT; };
eo301@0 41 4AEBEFCC1598DB430043303A /* Bass.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = Bass.wav; sourceTree = SOURCE_ROOT; };
eo301@0 42 /* End PBXFileReference section */
eo301@0 43
eo301@0 44 /* Begin PBXFrameworksBuildPhase section */
eo301@0 45 4A773E33158A37CC00E2DE6C /* Frameworks */ = {
eo301@0 46 isa = PBXFrameworksBuildPhase;
eo301@0 47 buildActionMask = 2147483647;
eo301@0 48 files = (
eo301@0 49 );
eo301@0 50 runOnlyForDeploymentPostprocessing = 0;
eo301@0 51 };
eo301@0 52 /* End PBXFrameworksBuildPhase section */
eo301@0 53
eo301@0 54 /* Begin PBXGroup section */
eo301@0 55 4A773E2B158A37CC00E2DE6C = {
eo301@0 56 isa = PBXGroup;
eo301@0 57 children = (
eo301@0 58 4A773E39158A37CC00E2DE6C /* IM_AM Encoder */,
eo301@0 59 4A773E37158A37CC00E2DE6C /* Products */,
eo301@0 60 );
eo301@0 61 sourceTree = "<group>";
eo301@0 62 };
eo301@0 63 4A773E37158A37CC00E2DE6C /* Products */ = {
eo301@0 64 isa = PBXGroup;
eo301@0 65 children = (
eo301@0 66 4A773E36158A37CC00E2DE6C /* IM_AM Encoder */,
eo301@0 67 );
eo301@0 68 name = Products;
eo301@0 69 sourceTree = "<group>";
eo301@0 70 };
eo301@0 71 4A773E39158A37CC00E2DE6C /* IM_AM Encoder */ = {
eo301@0 72 isa = PBXGroup;
eo301@0 73 children = (
eo301@0 74 4A7662A5159A21DB004344F5 /* Drumbox.wav */,
eo301@0 75 4A7662A6159A21DB004344F5 /* GTR.wav */,
eo301@0 76 4A7662A7159A21DB004344F5 /* Kik.wav */,
eo301@0 77 4A7662A8159A21DB004344F5 /* vocal.wav */,
eo301@0 78 4AEBEFCC1598DB430043303A /* Bass.wav */,
eo301@0 79 4AE74F40158A43760005EBF9 /* stdarg.h */,
eo301@0 80 4AE74F41158A43760005EBF9 /* stddef.h */,
eo301@0 81 4A773E45158A3F1F00E2DE6C /* stdio.h */,
eo301@0 82 4AA6EB54158CF0CC000DCEBC /* stdlib.h */,
eo301@0 83 4A2EDBC71594935300A00D85 /* string.g.h */,
eo301@0 84 4A773E3A158A37CC00E2DE6C /* main.c */,
eo301@0 85 4A773E3C158A37CC00E2DE6C /* IM_AM_Encoder.1 */,
eo301@0 86 4A773E44158A384000E2DE6C /* IM_AF Encoder.h */,
eo301@0 87 );
eo301@0 88 path = "IM_AM Encoder";
eo301@0 89 sourceTree = "<group>";
eo301@0 90 };
eo301@0 91 /* End PBXGroup section */
eo301@0 92
eo301@0 93 /* Begin PBXNativeTarget section */
eo301@0 94 4A773E35158A37CC00E2DE6C /* IM_AM Encoder */ = {
eo301@0 95 isa = PBXNativeTarget;
eo301@0 96 buildConfigurationList = 4A773E40158A37CC00E2DE6C /* Build configuration list for PBXNativeTarget "IM_AM Encoder" */;
eo301@0 97 buildPhases = (
eo301@0 98 4A773E32158A37CC00E2DE6C /* Sources */,
eo301@0 99 4A773E33158A37CC00E2DE6C /* Frameworks */,
eo301@0 100 4A773E34158A37CC00E2DE6C /* CopyFiles */,
eo301@0 101 );
eo301@0 102 buildRules = (
eo301@0 103 );
eo301@0 104 dependencies = (
eo301@0 105 );
eo301@0 106 name = "IM_AM Encoder";
eo301@0 107 productName = "IM_AM Encoder";
eo301@0 108 productReference = 4A773E36158A37CC00E2DE6C /* IM_AM Encoder */;
eo301@0 109 productType = "com.apple.product-type.tool";
eo301@0 110 };
eo301@0 111 /* End PBXNativeTarget section */
eo301@0 112
eo301@0 113 /* Begin PBXProject section */
eo301@0 114 4A773E2D158A37CC00E2DE6C /* Project object */ = {
eo301@0 115 isa = PBXProject;
eo301@0 116 attributes = {
eo301@0 117 LastUpgradeCheck = 0420;
eo301@0 118 ORGANIZATIONNAME = SAE;
eo301@0 119 };
eo301@0 120 buildConfigurationList = 4A773E30158A37CC00E2DE6C /* Build configuration list for PBXProject "IM_AM Encoder" */;
eo301@0 121 compatibilityVersion = "Xcode 3.2";
eo301@0 122 developmentRegion = English;
eo301@0 123 hasScannedForEncodings = 0;
eo301@0 124 knownRegions = (
eo301@0 125 en,
eo301@0 126 );
eo301@0 127 mainGroup = 4A773E2B158A37CC00E2DE6C;
eo301@0 128 productRefGroup = 4A773E37158A37CC00E2DE6C /* Products */;
eo301@0 129 projectDirPath = "";
eo301@0 130 projectRoot = "";
eo301@0 131 targets = (
eo301@0 132 4A773E35158A37CC00E2DE6C /* IM_AM Encoder */,
eo301@0 133 );
eo301@0 134 };
eo301@0 135 /* End PBXProject section */
eo301@0 136
eo301@0 137 /* Begin PBXSourcesBuildPhase section */
eo301@0 138 4A773E32158A37CC00E2DE6C /* Sources */ = {
eo301@0 139 isa = PBXSourcesBuildPhase;
eo301@0 140 buildActionMask = 2147483647;
eo301@0 141 files = (
eo301@0 142 4A773E3B158A37CC00E2DE6C /* main.c in Sources */,
eo301@0 143 );
eo301@0 144 runOnlyForDeploymentPostprocessing = 0;
eo301@0 145 };
eo301@0 146 /* End PBXSourcesBuildPhase section */
eo301@0 147
eo301@0 148 /* Begin XCBuildConfiguration section */
eo301@0 149 4A773E3E158A37CC00E2DE6C /* Debug */ = {
eo301@0 150 isa = XCBuildConfiguration;
eo301@0 151 buildSettings = {
eo301@0 152 ALWAYS_SEARCH_USER_PATHS = NO;
eo301@0 153 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
eo301@0 154 CLANG_ENABLE_OBJC_ARC = YES;
eo301@0 155 COPY_PHASE_STRIP = NO;
eo301@0 156 GCC_C_LANGUAGE_STANDARD = gnu99;
eo301@0 157 GCC_DYNAMIC_NO_PIC = NO;
eo301@0 158 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
eo301@0 159 GCC_OPTIMIZATION_LEVEL = 0;
eo301@0 160 GCC_PREPROCESSOR_DEFINITIONS = (
eo301@0 161 "DEBUG=1",
eo301@0 162 "$(inherited)",
eo301@0 163 );
eo301@0 164 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
eo301@0 165 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
eo301@0 166 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
eo301@0 167 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
eo301@0 168 GCC_WARN_ABOUT_RETURN_TYPE = YES;
eo301@0 169 GCC_WARN_UNUSED_VARIABLE = YES;
eo301@0 170 MACOSX_DEPLOYMENT_TARGET = 10.7;
eo301@0 171 ONLY_ACTIVE_ARCH = YES;
eo301@0 172 SDKROOT = macosx;
eo301@0 173 };
eo301@0 174 name = Debug;
eo301@0 175 };
eo301@0 176 4A773E3F158A37CC00E2DE6C /* Release */ = {
eo301@0 177 isa = XCBuildConfiguration;
eo301@0 178 buildSettings = {
eo301@0 179 ALWAYS_SEARCH_USER_PATHS = NO;
eo301@0 180 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
eo301@0 181 CLANG_ENABLE_OBJC_ARC = YES;
eo301@0 182 COPY_PHASE_STRIP = YES;
eo301@0 183 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
eo301@0 184 GCC_C_LANGUAGE_STANDARD = gnu99;
eo301@0 185 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
eo301@0 186 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
eo301@0 187 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
eo301@0 188 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
eo301@0 189 GCC_WARN_ABOUT_RETURN_TYPE = YES;
eo301@0 190 GCC_WARN_UNUSED_VARIABLE = YES;
eo301@0 191 MACOSX_DEPLOYMENT_TARGET = 10.7;
eo301@0 192 SDKROOT = macosx;
eo301@0 193 };
eo301@0 194 name = Release;
eo301@0 195 };
eo301@0 196 4A773E41158A37CC00E2DE6C /* Debug */ = {
eo301@0 197 isa = XCBuildConfiguration;
eo301@0 198 buildSettings = {
eo301@0 199 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
eo301@0 200 PRODUCT_NAME = "$(TARGET_NAME)";
eo301@0 201 };
eo301@0 202 name = Debug;
eo301@0 203 };
eo301@0 204 4A773E42158A37CC00E2DE6C /* Release */ = {
eo301@0 205 isa = XCBuildConfiguration;
eo301@0 206 buildSettings = {
eo301@0 207 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
eo301@0 208 PRODUCT_NAME = "$(TARGET_NAME)";
eo301@0 209 };
eo301@0 210 name = Release;
eo301@0 211 };
eo301@0 212 /* End XCBuildConfiguration section */
eo301@0 213
eo301@0 214 /* Begin XCConfigurationList section */
eo301@0 215 4A773E30158A37CC00E2DE6C /* Build configuration list for PBXProject "IM_AM Encoder" */ = {
eo301@0 216 isa = XCConfigurationList;
eo301@0 217 buildConfigurations = (
eo301@0 218 4A773E3E158A37CC00E2DE6C /* Debug */,
eo301@0 219 4A773E3F158A37CC00E2DE6C /* Release */,
eo301@0 220 );
eo301@0 221 defaultConfigurationIsVisible = 0;
eo301@0 222 defaultConfigurationName = Release;
eo301@0 223 };
eo301@0 224 4A773E40158A37CC00E2DE6C /* Build configuration list for PBXNativeTarget "IM_AM Encoder" */ = {
eo301@0 225 isa = XCConfigurationList;
eo301@0 226 buildConfigurations = (
eo301@0 227 4A773E41158A37CC00E2DE6C /* Debug */,
eo301@0 228 4A773E42158A37CC00E2DE6C /* Release */,
eo301@0 229 );
eo301@0 230 defaultConfigurationIsVisible = 0;
eo301@0 231 defaultConfigurationName = Release;
eo301@0 232 };
eo301@0 233 /* End XCConfigurationList section */
eo301@0 234 };
eo301@0 235 rootObject = 4A773E2D158A37CC00E2DE6C /* Project object */;
eo301@0 236 }