]> git.sesse.net Git - vlc/commitdiff
VLCKit.framework: Documentation updates and whitespace cleanup.
authorFaustino Osuna <enrique.osuna@gmail.com>
Mon, 31 Mar 2008 22:28:26 +0000 (23:28 +0100)
committerFaustino Osuna <enrique.osuna@gmail.com>
Mon, 31 Mar 2008 22:33:04 +0000 (23:33 +0100)
17 files changed:
projects/macosx/framework/Headers/Public/VLCLibrary.h
projects/macosx/framework/Headers/Public/VLCStreamOutput.h
projects/macosx/framework/Headers/Public/VLCStreamSession.h
projects/macosx/framework/Sources/VLCAudio.m
projects/macosx/framework/Sources/VLCEventManager.m
projects/macosx/framework/Sources/VLCLibrary.m
projects/macosx/framework/Sources/VLCMedia.m
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
projects/macosx/framework/Sources/VLCMediaLibrary.m
projects/macosx/framework/Sources/VLCMediaList.m
projects/macosx/framework/Sources/VLCMediaListAspect.m
projects/macosx/framework/Sources/VLCMediaPlayer.m
projects/macosx/framework/Sources/VLCStreamOutput.m
projects/macosx/framework/Sources/VLCStreamSession.m
projects/macosx/framework/Sources/VLCTime.m
projects/macosx/framework/Sources/VLCVideoCommon.m
projects/macosx/framework/Sources/VLCVideoLayer.m

index 89009c2d88bd6301410276cb375a047b263a23e2..b43d74cb1cda2876a07329007ce5578812d84148 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCLibrary.h: VLCKit.framework VLCLibrary implementation
+ * VLCLibrary.h: VLCKit.framework VLCLibrary header
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 5d9f7fe302667f54e440325f6c87dfbe1d45103f..63f467f03da537a2961bed5691473a921c15a75c 100644 (file)
@@ -1,10 +1,26 @@
-//
-//  VLCStreamOutput.h
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/12/08.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCStreamOutput.h: VLCKit.framework VLCStreamOutput header
+ *****************************************************************************
+ * Copyright (C) 2008 Pierre d'Herbemont
+ * Copyright (C) 2008 the VideoLAN team
+ * $Id$
+ *
+ * Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
 
index 3e087a488008494f0790edc5e0e810a23178dac6..2772e58580f248c9bc0f62a89bb297861dd28961 100644 (file)
@@ -1,10 +1,26 @@
-//
-//  VLCStreamSession.h
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/12/08.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCStreamSession.h: VLCKit.framework VLCStreamSession header
+ *****************************************************************************
+ * Copyright (C) 2008 Pierre d'Herbemont
+ * Copyright (C) 2008 the VideoLAN team
+ * $Id$
+ *
+ * Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
 #import <VLCKit/VLCStreamOutput.h>
index e81a03bfe621b2fec6028f20e0508f05bc02686e..f511a7ff7b93bccb9c8c93f360339b8184cefbe1 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCAudio.m: VLC.framework VLCAudio implementation
+ * VLCAudio.m: VLCKit.framework VLCAudio implementation
  *****************************************************************************
  * Copyright (C) 2007 Faustino E. Osuna
  * Copyright (C) 2007 the VideoLAN team
index 87d881ba65b9617699cb7bc556cb6b2f53eb70ce..6158fee462892d9acb277995ee9538d4c39a8eea 100644 (file)
@@ -1,6 +1,5 @@
 /*****************************************************************************
- * VLCEventManager.h: VLC.framework VLCEventManager implementation
- * This is used to communicate in a sound way accross threads.
+ * VLCEventManager.m: VLCKit.framework VLCEventManager implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 2550a4896b67e2ac787007c95e05a3da725150a1..9252ce6aedd5e63904947657618359603ed927e4 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCLibrary.h: VLC.framework VLCLibrary implementation
+ * VLCLibrary.m: VLCKit.framework VLCLibrary implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 02e05fe7b6028e5c4bd87aa302df90b21c17828d..37561783b13206e363ee8c7ff59587167152d1f8 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMedia.m: VLC.framework VLCMedia implementation
+ * VLCMedia.m: VLCKit.framework VLCMedia implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 995743761932fe6ae5b08afa3d1267e4e22feed8..274a0a14e1e407a9cb18e63d1b0455c820646c89 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation
+ * VLCMediaDiscoverer.m: VLCKit.framework VLCMediaDiscoverer implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index d850ee0f08e4daf9a3c46241482bfb5ae1c5c0bb..401f80eeff43b7efcf66cd85fe2aba87e3ce2114 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation
+ * VLCMediaLibrary.m: VLCKit.framework VLCMediaLibrary implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 8d1cc96a23716f3c9d2d201ee683c816b73f3978..65522536d81ffcc311ffeb098e14c5efebada6e0 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaList.m: VLC.framework VLCMediaList implementation
+ * VLCMediaList.m: VLCKit.framework VLCMediaList implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index dc181f70a3315041ce7beb4b03c50d4ad5e7c014..7b901cac991d782731a98dc055837c4e1a9032c5 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaList.m: VLC.framework VLCMediaList implementation
+ * VLCMediaListAspect.m: VLCKit.framework VLCMediaListAspect implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index e08e3fa04e2fbd73e398d82f84398851b398b387..c1aa3e2c03275ffe66415bce31c1004e5c430c5e 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCMediaPlayer.m: VLC.framework VLCMediaPlayer implementation
+ * VLCMediaPlayer.m: VLCKit.framework VLCMediaPlayer implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 0e9808674944bb4ac4b39ee4242fb16c123aef5b..d99c1c21870d7604ac4f5da1c0cdd2a76a2cb91e 100644 (file)
@@ -1,15 +1,30 @@
-//
-//  VLCStreamOutput.m
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/12/08.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCStreamOutput.m: VLCKit.framework VLCStreamOutput implementation
+ *****************************************************************************
+ * Copyright (C) 2008 Pierre d'Herbemont
+ * Copyright (C) 2008 the VideoLAN team
+ * $Id$
+ *
+ * Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import "VLCStreamOutput.h"
 #import "VLCLibVLCBridging.h"
 
-
 @implementation VLCStreamOutput
 - (id)initWithOptionDictionary:(NSDictionary *)dictionary
 {
index b83f6d43fc1cc1763bc665bb1ece2a7b42556bdc..97ff22656d819f4edebc7c8b9e8f0a61ef172467 100644 (file)
@@ -1,10 +1,26 @@
-//
-//  VLCStreamSession.m
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/12/08.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCStreamSession.m: VLCKit.framework VLCStreamSession implementation
+ *****************************************************************************
+ * Copyright (C) 2008 Pierre d'Herbemont
+ * Copyright (C) 2008 the VideoLAN team
+ * $Id$
+ *
+ * Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import "VLCStreamSession.h"
 #import "VLCLibVLCBridging.h"
index 68f319791c25c93fdbfea3b6e6dc89e0727298b3..566d94b1a964909c5e6b20d48082c04886149952 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCTime.h: VLC.framework VLCTime implementation
+ * VLCTime.m: VLCKit.framework VLCTime implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
index 312eec342bd47f8f98de65e2712d3321b2fdfbb1..a17a9130c36bf3773ba6632aa42a6309426bfebe 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCVideoCommon.m: VLC.framework VLCVideoCommon implementation
+ * VLCVideoCommon.m: VLCKit.framework VLCVideoCommon implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
  */
 
 @implementation VLCVideoLayoutManager 
-@synthesize  fillScreenEntirely;
-@synthesize  originalVideoSize;
 
+/* Factories */
 + (id)layoutManager
 {
     return [[[self alloc] init] autorelease];
 }
 
+/* CALayoutManager Impelmentation */
 - (void)layoutSublayersOfLayer:(CALayer *)layer
 {
     /* After having done everything normally resize the vlcopengllayer */
@@ -60,4 +60,8 @@
         videolayer.frame = videoRect;
     }
 }
+
+/* Properties */
+@synthesize fillScreenEntirely;
+@synthesize originalVideoSize;
 @end
index 5121b385b884e2e016ec2cd6c4e30b17f20e6820..5be4df0e7668b95667a599a3f9c57435b7c1234d 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * VLCVideoLayer.m: VLC.framework VLCVideoLayer implementation
+ * VLCVideoLayer.m: VLCKit.framework VLCVideoLayer implementation
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team