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
45400df9
Commit
45400df9
authored
Jan 03, 2008
by
Faustino Osuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX/Framework: Remove 'TODO' references/files.
parent
fed5de25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
extras/MacOSX/Framework/TODO
extras/MacOSX/Framework/TODO
+0
-24
extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
+0
-2
No files found.
extras/MacOSX/Framework/TODO
deleted
100644 → 0
View file @
fed5de25
TODO List:
- Add user data into media_descriptor to reference internal VLC object -- fix not committed to SVN.
- Fix stream.c to recognize VLC_ENOOBJECT
- Easy way to tell the length of the movie without having to instiate the demuxer. Maybe cached info?
- Hook into "length" variable for media streams vs. using intf-change as a hook.
- Figure out a better way to raise error messages versus quit_on_exception
- Have VLCMedia search for playable files when directories are referenced.
- Only fetch meta data that has been requested. Just don't fetch it, just because.
- md callback to notify VLCMedia that it is about to be destroyed.
- add media_list_player
Changelog
- VLCMediaControl eliminated
- setView/view renamed to setVideoView/videoView
- VLCMediaPlayer NSView *view changed to VLCVideoView *videoView
- VLCMediaPlayer initWithView changed to initWithVideoView:(VLCVideoView *)aVideoView
- Updated VLCMediaPlayer.videoSize from NSRect to NSSize
- Updated Pre-Compile.sh script to create symbolic links based on relative pathes
- More issues with VLCTime length, released object by setting to nil
- Added VLCMedia.h to VLCMediaPlayer.h.
- Static linked libvlc-control.a and libvlc.a -- dynamically linked libiconv (system file) and vlc_libintl.dylib
eliminates errors and warning messages when framework linked against other applications.
extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
View file @
45400df9
...
...
@@ -143,7 +143,6 @@
EF78BD450CAEEFF600354E6E
/* VLCVideoView.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
30
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
VLCVideoView.m
;
sourceTree
=
"<group>"
;
};
EF8BB8CE0CAFA8D80038A613
/* VLCMediaPlayer.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
VLCMediaPlayer.h
;
path
=
Public/VLCMediaPlayer.h
;
sourceTree
=
"<group>"
;
};
EF8BB8CF0CAFA8D80038A613
/* VLCMediaPlayer.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
VLCMediaPlayer.m
;
sourceTree
=
"<group>"
;
};
EF8BCECD0CB9339A004AA006
/* TODO */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text
;
path
=
TODO
;
sourceTree
=
"<group>"
;
};
EFD551DC0CC6DD720074CEE1
/* VLCLibVLCBridging.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
30
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
VLCLibVLCBridging.h
;
path
=
Internal/VLCLibVLCBridging.h
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
...
...
@@ -171,7 +170,6 @@
0867D691FE84028FC02AAC07
/* VLC */
=
{
isa
=
PBXGroup
;
children
=
(
EF8BCECD0CB9339A004AA006
/* TODO */
,
EF78BD3B0CAEEFD000354E6E
/* Headers */
,
08FB77AEFE84172EC02AAC07
/* Sources */
,
32C88DFF0371C24200C91783
/* Other Sources */
,
...
...
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