Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
f88c57c4
Commit
f88c57c4
authored
Mar 31, 2008
by
Faustino Osuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCKit.framework: Documentation updates and whitespace cleanup.
parent
49347bf4
Changes
17
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
111 additions
and
45 deletions
+111
-45
projects/macosx/framework/Headers/Public/VLCLibrary.h
projects/macosx/framework/Headers/Public/VLCLibrary.h
+1
-1
projects/macosx/framework/Headers/Public/VLCStreamOutput.h
projects/macosx/framework/Headers/Public/VLCStreamOutput.h
+23
-7
projects/macosx/framework/Headers/Public/VLCStreamSession.h
projects/macosx/framework/Headers/Public/VLCStreamSession.h
+23
-7
projects/macosx/framework/Sources/VLCAudio.m
projects/macosx/framework/Sources/VLCAudio.m
+1
-1
projects/macosx/framework/Sources/VLCEventManager.m
projects/macosx/framework/Sources/VLCEventManager.m
+1
-2
projects/macosx/framework/Sources/VLCLibrary.m
projects/macosx/framework/Sources/VLCLibrary.m
+1
-1
projects/macosx/framework/Sources/VLCMedia.m
projects/macosx/framework/Sources/VLCMedia.m
+1
-1
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
+1
-1
projects/macosx/framework/Sources/VLCMediaLibrary.m
projects/macosx/framework/Sources/VLCMediaLibrary.m
+1
-1
projects/macosx/framework/Sources/VLCMediaList.m
projects/macosx/framework/Sources/VLCMediaList.m
+1
-1
projects/macosx/framework/Sources/VLCMediaListAspect.m
projects/macosx/framework/Sources/VLCMediaListAspect.m
+1
-1
projects/macosx/framework/Sources/VLCMediaPlayer.m
projects/macosx/framework/Sources/VLCMediaPlayer.m
+1
-1
projects/macosx/framework/Sources/VLCStreamOutput.m
projects/macosx/framework/Sources/VLCStreamOutput.m
+23
-8
projects/macosx/framework/Sources/VLCStreamSession.m
projects/macosx/framework/Sources/VLCStreamSession.m
+23
-7
projects/macosx/framework/Sources/VLCTime.m
projects/macosx/framework/Sources/VLCTime.m
+1
-1
projects/macosx/framework/Sources/VLCVideoCommon.m
projects/macosx/framework/Sources/VLCVideoCommon.m
+7
-3
projects/macosx/framework/Sources/VLCVideoLayer.m
projects/macosx/framework/Sources/VLCVideoLayer.m
+1
-1
No files found.
projects/macosx/framework/Headers/Public/VLCLibrary.h
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCLibrary.h: VLCKit.framework VLCLibrary
implementation
* VLCLibrary.h: VLCKit.framework VLCLibrary
header
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Headers/Public/VLCStreamOutput.h
View file @
f88c57c4
//
/*****************************************************************************
// VLCStreamOutput.h
* VLCStreamOutput.h: VLCKit.framework VLCStreamOutput header
// VLCKit
*****************************************************************************
//
* Copyright (C) 2008 Pierre d'Herbemont
// Created by Pierre d'Herbemont on 1/12/08.
* Copyright (C) 2008 the VideoLAN team
// Copyright 2008 __MyCompanyName__. All rights reserved.
* $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 <Cocoa/Cocoa.h>
...
...
projects/macosx/framework/Headers/Public/VLCStreamSession.h
View file @
f88c57c4
//
/*****************************************************************************
// VLCStreamSession.h
* VLCStreamSession.h: VLCKit.framework VLCStreamSession header
// VLCKit
*****************************************************************************
//
* Copyright (C) 2008 Pierre d'Herbemont
// Created by Pierre d'Herbemont on 1/12/08.
* Copyright (C) 2008 the VideoLAN team
// Copyright 2008 __MyCompanyName__. All rights reserved.
* $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 <Cocoa/Cocoa.h>
#import <VLCKit/VLCStreamOutput.h>
#import <VLCKit/VLCStreamOutput.h>
...
...
projects/macosx/framework/Sources/VLCAudio.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCAudio.m: VLC.framework VLCAudio implementation
* VLCAudio.m: VLC
Kit
.framework VLCAudio implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Faustino E. Osuna
* Copyright (C) 2007 Faustino E. Osuna
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCEventManager.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCEventManager.h: VLC.framework VLCEventManager implementation
* VLCEventManager.m: VLCKit.framework VLCEventManager implementation
* This is used to communicate in a sound way accross threads.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCLibrary.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCLibrary.
h: VLC
.framework VLCLibrary implementation
* VLCLibrary.
m: VLCKit
.framework VLCLibrary implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCMedia.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCMedia.m: VLC.framework VLCMedia implementation
* VLCMedia.m: VLC
Kit
.framework VLCMedia implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCMediaDiscoverer.m: VLC.framework VLCMediaDiscoverer implementation
* VLCMediaDiscoverer.m: VLC
Kit
.framework VLCMediaDiscoverer implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCMediaLibrary.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCMedia
Discoverer.m: VLC.framework VLCMediaDiscoverer
implementation
* VLCMedia
Library.m: VLCKit.framework VLCMediaLibrary
implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCMediaList.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCMediaList.m: VLC.framework VLCMediaList implementation
* VLCMediaList.m: VLC
Kit
.framework VLCMediaList implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCMediaListAspect.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCMediaList
.m: VLC.framework VLCMediaLis
t implementation
* VLCMediaList
Aspect.m: VLCKit.framework VLCMediaListAspec
t implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCMediaPlayer.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCMediaPlayer.m: VLC.framework VLCMediaPlayer implementation
* VLCMediaPlayer.m: VLC
Kit
.framework VLCMediaPlayer implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCStreamOutput.m
View file @
f88c57c4
//
/*****************************************************************************
// VLCStreamOutput.m
* VLCStreamOutput.m: VLCKit.framework VLCStreamOutput implementation
// VLCKit
*****************************************************************************
//
* Copyright (C) 2008 Pierre d'Herbemont
// Created by Pierre d'Herbemont on 1/12/08.
* Copyright (C) 2008 the VideoLAN team
// Copyright 2008 __MyCompanyName__. All rights reserved.
* $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 "VLCStreamOutput.h"
#import "VLCLibVLCBridging.h"
#import "VLCLibVLCBridging.h"
@implementation
VLCStreamOutput
@implementation
VLCStreamOutput
-
(
id
)
initWithOptionDictionary
:(
NSDictionary
*
)
dictionary
-
(
id
)
initWithOptionDictionary
:(
NSDictionary
*
)
dictionary
{
{
...
...
projects/macosx/framework/Sources/VLCStreamSession.m
View file @
f88c57c4
//
/*****************************************************************************
// VLCStreamSession.m
* VLCStreamSession.m: VLCKit.framework VLCStreamSession implementation
// VLCKit
*****************************************************************************
//
* Copyright (C) 2008 Pierre d'Herbemont
// Created by Pierre d'Herbemont on 1/12/08.
* Copyright (C) 2008 the VideoLAN team
// Copyright 2008 __MyCompanyName__. All rights reserved.
* $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 "VLCStreamSession.h"
#import "VLCLibVLCBridging.h"
#import "VLCLibVLCBridging.h"
...
...
projects/macosx/framework/Sources/VLCTime.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCTime.
h: VLC
.framework VLCTime implementation
* VLCTime.
m: VLCKit
.framework VLCTime implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
projects/macosx/framework/Sources/VLCVideoCommon.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCVideoCommon.m: VLC.framework VLCVideoCommon implementation
* VLCVideoCommon.m: VLC
Kit
.framework VLCVideoCommon implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
@@ -31,14 +31,14 @@
...
@@ -31,14 +31,14 @@
*/
*/
@implementation
VLCVideoLayoutManager
@implementation
VLCVideoLayoutManager
@synthesize
fillScreenEntirely
;
@synthesize
originalVideoSize
;
/* Factories */
+
(
id
)
layoutManager
+
(
id
)
layoutManager
{
{
return
[[[
self
alloc
]
init
]
autorelease
];
return
[[[
self
alloc
]
init
]
autorelease
];
}
}
/* CALayoutManager Impelmentation */
-
(
void
)
layoutSublayersOfLayer
:(
CALayer
*
)
layer
-
(
void
)
layoutSublayersOfLayer
:(
CALayer
*
)
layer
{
{
/* After having done everything normally resize the vlcopengllayer */
/* After having done everything normally resize the vlcopengllayer */
...
@@ -60,4 +60,8 @@
...
@@ -60,4 +60,8 @@
videolayer
.
frame
=
videoRect
;
videolayer
.
frame
=
videoRect
;
}
}
}
}
/* Properties */
@synthesize
fillScreenEntirely
;
@synthesize
originalVideoSize
;
@end
@end
projects/macosx/framework/Sources/VLCVideoLayer.m
View file @
f88c57c4
/*****************************************************************************
/*****************************************************************************
* VLCVideoLayer.m: VLC.framework VLCVideoLayer implementation
* VLCVideoLayer.m: VLC
Kit
.framework VLCVideoLayer implementation
*****************************************************************************
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* Copyright (C) 2007 the VideoLAN team
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment