Changeset f88c57c4e71bef2e168e4901069a651d9863fd38

Show
Ignore:
Timestamp:
04/01/08 00:33:04 (3 months ago)
Author:
Faustino Osuna <enrique.osuna@gmail.com>
git-committer:
Faustino Osuna <enrique.osuna@gmail.com> 1207002784 +0100
git-parent:

[49347bf49baf8d5a325e1589f442199a3b11cc80]

git-author:
Faustino Osuna <enrique.osuna@gmail.com> 1207002506 +0100
Message:

VLCKit.framework: Documentation updates and whitespace cleanup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/macosx/framework/Headers/Public/VLCLibrary.h

    r43a3035 rf88c57c  
    11/***************************************************************************** 
    2  * VLCLibrary.h: VLCKit.framework VLCLibrary implementation 
     2 * VLCLibrary.h: VLCKit.framework VLCLibrary header 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Headers/Public/VLCStreamOutput.h

    rb3372f1 rf88c57c  
    1 // 
    2 //  VLCStreamOutput.h 
    3 //  VLCKit 
    4 // 
    5 //  Created by Pierre d'Herbemont on 1/12/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/***************************************************************************** 
     2 * VLCStreamOutput.h: VLCKit.framework VLCStreamOutput header 
     3 ***************************************************************************** 
     4 * Copyright (C) 2008 Pierre d'Herbemont 
     5 * Copyright (C) 2008 the VideoLAN team 
     6 * $Id$ 
     7 * 
     8 * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> 
     9 * 
     10 * This program is free software; you can redistribute it and/or modify 
     11 * it under the terms of the GNU General Public License as published by 
     12 * the Free Software Foundation; either version 2 of the License, or 
     13 * (at your option) any later version. 
     14 * 
     15 * This program is distributed in the hope that it will be useful, 
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18 * GNU General Public License for more details. 
     19 * 
     20 * You should have received a copy of the GNU General Public License 
     21 * along with this program; if not, write to the Free Software 
     22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
     23 *****************************************************************************/ 
    824 
    925#import <Cocoa/Cocoa.h> 
  • projects/macosx/framework/Headers/Public/VLCStreamSession.h

    rb3372f1 rf88c57c  
    1 // 
    2 //  VLCStreamSession.h 
    3 //  VLCKit 
    4 // 
    5 //  Created by Pierre d'Herbemont on 1/12/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/***************************************************************************** 
     2 * VLCStreamSession.h: VLCKit.framework VLCStreamSession header 
     3 ***************************************************************************** 
     4 * Copyright (C) 2008 Pierre d'Herbemont 
     5 * Copyright (C) 2008 the VideoLAN team 
     6 * $Id$ 
     7 * 
     8 * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> 
     9 * 
     10 * This program is free software; you can redistribute it and/or modify 
     11 * it under the terms of the GNU General Public License as published by 
     12 * the Free Software Foundation; either version 2 of the License, or 
     13 * (at your option) any later version. 
     14 * 
     15 * This program is distributed in the hope that it will be useful, 
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18 * GNU General Public License for more details. 
     19 * 
     20 * You should have received a copy of the GNU General Public License 
     21 * along with this program; if not, write to the Free Software 
     22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
     23 *****************************************************************************/ 
    824 
    925#import <Cocoa/Cocoa.h> 
  • projects/macosx/framework/Sources/VLCAudio.m

    rb3372f1 rf88c57c  
    11/***************************************************************************** 
    2  * VLCAudio.m: VLC.framework VLCAudio implementation 
     2 * VLCAudio.m: VLCKit.framework VLCAudio implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Faustino E. Osuna 
  • projects/macosx/framework/Sources/VLCEventManager.m

    rb3372f1 rf88c57c  
    11/***************************************************************************** 
    2  * VLCEventManager.h: VLC.framework VLCEventManager implementation 
    3  * This is used to communicate in a sound way accross threads. 
     2 * VLCEventManager.m: VLCKit.framework VLCEventManager implementation 
    43 ***************************************************************************** 
    54 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCLibrary.m

    r39bd598 rf88c57c  
    11/***************************************************************************** 
    2  * VLCLibrary.h: VLC.framework VLCLibrary implementation 
     2 * VLCLibrary.m: VLCKit.framework VLCLibrary implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCMedia.m

    r313a874 rf88c57c  
    11/***************************************************************************** 
    2  * VLCMedia.m: VLC.framework VLCMedia implementation 
     2 * VLCMedia.m: VLCKit.framework VLCMedia implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCMediaDiscoverer.m

    rb3372f1 rf88c57c  
    11/***************************************************************************** 
    2  * VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation 
     2 * VLCMediaDiscoverer.m: VLCKit.framework VLCMediaDiscoverer implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCMediaLibrary.m

    rb3372f1 rf88c57c  
    11/***************************************************************************** 
    2  * VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation 
     2 * VLCMediaLibrary.m: VLCKit.framework VLCMediaLibrary implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCMediaList.m

    rbf1292e rf88c57c  
    11/***************************************************************************** 
    2  * VLCMediaList.m: VLC.framework VLCMediaList implementation 
     2 * VLCMediaList.m: VLCKit.framework VLCMediaList implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCMediaListAspect.m

    rbf1292e rf88c57c  
    11/***************************************************************************** 
    2  * VLCMediaList.m: VLC.framework VLCMediaList implementation 
     2 * VLCMediaListAspect.m: VLCKit.framework VLCMediaListAspect implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCMediaPlayer.m

    r313a874 rf88c57c  
    11/***************************************************************************** 
    2  * VLCMediaPlayer.m: VLC.framework VLCMediaPlayer implementation 
     2 * VLCMediaPlayer.m: VLCKit.framework VLCMediaPlayer implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCStreamOutput.m

    rb3372f1 rf88c57c  
    1 // 
    2 //  VLCStreamOutput.m 
    3 //  VLCKit 
    4 // 
    5 //  Created by Pierre d'Herbemont on 1/12/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/***************************************************************************** 
     2 * VLCStreamOutput.m: VLCKit.framework VLCStreamOutput implementation 
     3 ***************************************************************************** 
     4 * Copyright (C) 2008 Pierre d'Herbemont 
     5 * Copyright (C) 2008 the VideoLAN team 
     6 * $Id$ 
     7 * 
     8 * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> 
     9 * 
     10 * This program is free software; you can redistribute it and/or modify 
     11 * it under the terms of the GNU General Public License as published by 
     12 * the Free Software Foundation; either version 2 of the License, or 
     13 * (at your option) any later version. 
     14 * 
     15 * This program is distributed in the hope that it will be useful, 
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18 * GNU General Public License for more details. 
     19 * 
     20 * You should have received a copy of the GNU General Public License 
     21 * along with this program; if not, write to the Free Software 
     22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
     23 *****************************************************************************/ 
    824 
    925#import "VLCStreamOutput.h" 
    1026#import "VLCLibVLCBridging.h" 
    11  
    1227 
    1328@implementation VLCStreamOutput 
  • projects/macosx/framework/Sources/VLCStreamSession.m

    rb3372f1 rf88c57c  
    1 // 
    2 //  VLCStreamSession.m 
    3 //  VLCKit 
    4 // 
    5 //  Created by Pierre d'Herbemont on 1/12/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/***************************************************************************** 
     2 * VLCStreamSession.m: VLCKit.framework VLCStreamSession implementation 
     3 ***************************************************************************** 
     4 * Copyright (C) 2008 Pierre d'Herbemont 
     5 * Copyright (C) 2008 the VideoLAN team 
     6 * $Id$ 
     7 * 
     8 * Authors: Pierre d'Herbemont <pdherbemont # videolan.org> 
     9 * 
     10 * This program is free software; you can redistribute it and/or modify 
     11 * it under the terms of the GNU General Public License as published by 
     12 * the Free Software Foundation; either version 2 of the License, or 
     13 * (at your option) any later version. 
     14 * 
     15 * This program is distributed in the hope that it will be useful, 
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18 * GNU General Public License for more details. 
     19 * 
     20 * You should have received a copy of the GNU General Public License 
     21 * along with this program; if not, write to the Free Software 
     22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
     23 *****************************************************************************/ 
    824 
    925#import "VLCStreamSession.h" 
  • projects/macosx/framework/Sources/VLCTime.m

    rb3372f1 rf88c57c  
    11/***************************************************************************** 
    2  * VLCTime.h: VLC.framework VLCTime implementation 
     2 * VLCTime.m: VLCKit.framework VLCTime implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
  • projects/macosx/framework/Sources/VLCVideoCommon.m

    rdbddc5a rf88c57c  
    11/***************************************************************************** 
    2  * VLCVideoCommon.m: VLC.framework VLCVideoCommon implementation 
     2 * VLCVideoCommon.m: VLCKit.framework VLCVideoCommon implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont 
     
    3232 
    3333@implementation VLCVideoLayoutManager  
    34 @synthesize  fillScreenEntirely; 
    35 @synthesize  originalVideoSize; 
    3634 
     35/* Factories */ 
    3736+ (id)layoutManager 
    3837{ 
     
    4039} 
    4140 
     41/* CALayoutManager Impelmentation */ 
    4242- (void)layoutSublayersOfLayer:(CALayer *)layer 
    4343{ 
     
    6161    } 
    6262} 
     63 
     64/* Properties */ 
     65@synthesize fillScreenEntirely; 
     66@synthesize originalVideoSize; 
    6367@end 
  • projects/macosx/framework/Sources/VLCVideoLayer.m

    rdbddc5a rf88c57c  
    11/***************************************************************************** 
    2  * VLCVideoLayer.m: VLC.framework VLCVideoLayer implementation 
     2 * VLCVideoLayer.m: VLCKit.framework VLCVideoLayer implementation 
    33 ***************************************************************************** 
    44 * Copyright (C) 2007 Pierre d'Herbemont