Felix Paul Kühne
|
c2ac43ade6
osx/framework: extended API to cover titles, fps, playback modes and some convienience chapter functionality
|
15 سال پیش |
Pierre d'Herbemont
|
5bcf64390a
macosx/framework: Make sure the nsobject drawable is never used after being freed.
|
15 سال پیش |
Pierre d'Herbemont
|
0055f8a0c3
macosx/framework: Export -[VLCMediaPlayer remainingTime] and -[VLCTime verboseStringValue].
|
15 سال پیش |
Felix Paul Kühne
|
947b1cdaf7
osx/framework: added wrapper methods for snapshots and deinterlacing
|
16 سال پیش |
Felix Paul Kühne
|
a27e686916
osx/framework: added convenience methods for jumps within a stream
|
16 سال پیش |
Felix Paul Kühne
|
33fa62bbba
macosx/framework: added a hack to fix compilation on Snow Leopard against the 10.5 SDK
|
16 سال پیش |
Pierre d'Herbemont
|
da47b54b30
macosx/framework: Delay sleeping during playback.
|
16 سال پیش |
Pierre d'Herbemont
|
c0792a0e8d
macosx/framework: Slim down to the minimum VLCMediaPlayer -play and -pause methods.
|
16 سال پیش |
Pierre d'Herbemont
|
00b29ada8c
macosx/framework: Add VLCMediaListPlayer.
|
16 سال پیش |
Pierre d'Herbemont
|
a42360a406
VLCMediaPlayer: Listen to error event as well.
|
16 سال پیش |
Pierre d'Herbemont
|
5c89651578
Make sure we don't use the deprecated get_drawable(), by using get_nsobject().
|
16 سال پیش |
Pierre d'Herbemont
|
f46fc89061
macosx/framework: Back in business.
|
16 سال پیش |
Derk-Jan Hartman
|
5be7ddd467
Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying.
|
17 سال پیش |
Faustino Osuna
|
63d26789d0
VLCKit.framework: Documentation updates and whitespace cleanup.
|
17 سال پیش |
Tanguy Krotoff
|
2e78dba9fd
libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media
|
17 سال پیش |
Tanguy Krotoff
|
2b900b19f6
libvlc: add libvlc_MediaInstanceStopped
|
17 سال پیش |
Pierre d'Herbemont
|
886ad866c2
libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player.
|
17 سال پیش |
Rémi Denis-Courmont
|
42fd24d205
Don't include config.h from the headers - refs #297.
|
17 سال پیش |
Pierre d'Herbemont
|
7b9f9eb34d
Fix previous commit.
|
17 سال پیش |
Pierre d'Herbemont
|
c5b79384d6
MacOSX/Framework/VLCMediaPlayer: Publish -audio.
|
17 سال پیش |
Pierre d'Herbemont
|
fb2de8afb1
MacOSX/Framework: Support streamin media list.
|
17 سال پیش |
Pierre d'Herbemont
|
4e1a0224f3
MacOSX/Framework: Publish @property id drawable. Make sure the KVO will be sent for isPlaying.
|
17 سال پیش |
Pierre d'Herbemont
|
8bcaef08b9
MacOSX/Framework/VLCMediaPlayer.m: Fix a wrong detach.
|
17 سال پیش |
Pierre d'Herbemont
|
6224f15848
MacOSX/Framework/VLCMediaPlayer.m: Don't put code that should be in libvlc in the framework.
|
17 سال پیش |
Pierre d'Herbemont
|
f7c6bb3071
MacOSX/Framework/VLCMediaPlayer.m: Avoid some Mac OS X libvlc-specific deadlocks.
|
17 سال پیش |
Pierre d'Herbemont
|
d03ca4fae8
MacOSX/Framework: Implement -canPause and the various setRate related functions.
|
17 سال پیش |
Pierre d'Herbemont
|
b256f31dfd
MacOSX/Framework/VLCMediaPlayer.m: Forgotten detach().
|
17 سال پیش |
Pierre d'Herbemont
|
ca8929abc5
MacOSX/Framework/VLCMediaPlayer.m: auto trigger KVO for @"description" key.
|
17 سال پیش |
Faustino Osuna
|
77af538f0d
MacOSX/Framework: Remove all references to fullscreen mode, it should be the host application's responsibility to transition between fullscreen and window mode.
|
17 سال پیش |
Pierre d'Herbemont
|
1eb308e2d3
MacOSX/Framework/VLCMediaPlayer.m: Missing a comment before the detach to match the attach of libvlc_MediaInstancePositionChanged.
|
17 سال پیش |