https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
86682a8 Remove unused variable. 14 June 2008, 23:32:45 UTC
a0a315c Kill warnings. 14 June 2008, 23:31:33 UTC
b5c0d68 Kill warnings. 14 June 2008, 23:11:17 UTC
25bf450 Remove unused variable. 14 June 2008, 22:45:17 UTC
5e36fea Remove unused variable. 14 June 2008, 22:44:06 UTC
ecbf636 Add a shortname to USF subs decoder. 14 June 2008, 22:43:27 UTC
3770811 Remove unused variable. 14 June 2008, 22:39:57 UTC
9d56c18 Remove unused variables. 14 June 2008, 22:39:11 UTC
9b372ac Remove unused variable. 14 June 2008, 22:37:16 UTC
e43f191 Introduce setLayoutMargins for layout margins difference between Qt4.2 and Qt4.3 14 June 2008, 22:25:37 UTC
9af5ad6 Added a couple of more useful error messages 14 June 2008, 22:04:43 UTC
3646783 Work-around a playlist-core bug which prevents 'intf-change' to be set on-time after the addition of new inputs. However, this doubles the idle-CPU load, so we may to fix that in core properly.. 14 June 2008, 22:04:43 UTC
967acfe Added some stuff to make sure that we get nice fps values for screen capture (range: 1 to 30) 14 June 2008, 22:04:43 UTC
a965485 Parse RealAudio headers files. Doesn't decode correctly yet . 14 June 2008, 22:00:04 UTC
cc6941a Fix memory leak and error handling 14 June 2008, 21:40:46 UTC
8cb6c0e Spare relocations 14 June 2008, 21:35:43 UTC
4fac9bb Support more path to look for RealVideo Dlls. 14 June 2008, 21:12:28 UTC
8ad0515 mp4: Don't use playlist code. 14 June 2008, 16:11:20 UTC
bcab891 nsc: No need to include vlc_playlist.h 14 June 2008, 16:01:15 UTC
5dad9b0 demux/playlist: Remove ununsed functions. 14 June 2008, 15:56:42 UTC
2c50364 mms: Get rid of the playlist. 14 June 2008, 15:56:22 UTC
5faadbd Remove VLC_DIR_ACTIVITY, as it is not used. 14 June 2008, 15:38:34 UTC
a0e351f demux/playlist: Don't use playlist_t. 14 June 2008, 15:36:03 UTC
fcaf374 stats: Kill a warning. 14 June 2008, 15:28:29 UTC
188b8fa sgimb: Kill a warning. 14 June 2008, 15:27:48 UTC
ff6d0af lua: Don't use the playlist in the lua demux. 14 June 2008, 15:26:37 UTC
44b9876 stats: Remove vlc_playlist.h 14 June 2008, 15:15:03 UTC
dfef0e4 cdda: Fix a really right warning. 14 June 2008, 15:13:51 UTC
8589b24 demux/playlist: Don't use playlist_t code. 14 June 2008, 15:12:13 UTC
9e93e03 sgimb: Don't use playlist code. 14 June 2008, 15:10:03 UTC
555437f shoutcast: Don't use playlist code. 14 June 2008, 15:09:08 UTC
33c1029 directory: Playlist code shouldn't be used here. 14 June 2008, 15:05:09 UTC
23613e6 cdda: Warn about wrong playlist usage in the file. 14 June 2008, 15:04:25 UTC
2a5fae4 cdda: Warn about wrong playlist usage in the file. We should open a ticket for that one too. 14 June 2008, 15:03:33 UTC
d974dcd cdda: Remove inclusion of vlc_playlist.h. 14 June 2008, 15:01:25 UTC
3597618 xspf: Remove references to the playlist. 14 June 2008, 14:59:47 UTC
89d2445 vcdx: Don't include playlist.h 14 June 2008, 14:55:05 UTC
1d63f0d stream_output: Remove vlc_playlist.h from included headers list. 14 June 2008, 14:41:57 UTC
ffcd6fe vout: Remove vlc_playlist.h from included header list. 14 June 2008, 14:41:21 UTC
e018b9f input: Remove p_playlist gc signaling now that the playlist is aware of vlc_InputSelectedStreamChanged. 14 June 2008, 14:26:30 UTC
3c5f6d9 playlist: Listen to vlc_InputSelectedStreamChanged events. 14 June 2008, 14:26:30 UTC
e9fba76 input: Send vlc_InputSelectedStreamChanged. 14 June 2008, 14:26:30 UTC
1c35d45 Fix typo 14 June 2008, 14:19:23 UTC
9649fa5 Fix status reporting in test.html. 14 June 2008, 14:19:23 UTC
84476bb Update test HTML page. 14 June 2008, 14:19:23 UTC
a4bb635 Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and libvlc_event_type_t. 14 June 2008, 14:19:23 UTC
0a54676 Take win32 into considiration. 14 June 2008, 14:19:22 UTC
15e55a2 Cleanup indentation 14 June 2008, 14:19:22 UTC
ef5b823 Remove deadcode. 14 June 2008, 14:19:22 UTC
c21f918 input: No need to include vlc_playlist.h in control.c now. 14 June 2008, 14:14:43 UTC
86c8471 ncurses: Properly update on item-change variable callback. 14 June 2008, 14:14:43 UTC
bbd8852 input: Don't do NotifyPlaylist() now that the playlist properly listen to input item event. 14 June 2008, 14:14:43 UTC
89237ca playlist: Respond to Name and Info changed events. 14 June 2008, 14:14:03 UTC
ed1e1f8 vlc_object_find(playlist) is an error 14 June 2008, 14:10:43 UTC
d01611b Make the playlist a generic object 14 June 2008, 14:10:43 UTC
378b00a input: Fix a typo in previous commit. 14 June 2008, 13:58:28 UTC
cea7dd8 Revert "events: use input_state_e in input_state_changed." This reverts commit 627aaa888d8bf6f2fa64749263128be78791b462. Well, we do need to define the type first. Limitation of how we declared events. 14 June 2008, 13:52:23 UTC
627aaa8 events: use input_state_e in input_state_changed. 14 June 2008, 13:49:42 UTC
ace6fa7 events: vlc_input_state_changed->input_state_changed 14 June 2008, 13:47:26 UTC
788413c input: Send vlc_InputItemInfoChanged, and vlc_InputItemNameChanged events. 14 June 2008, 13:45:44 UTC
6db8b4d libvlccore.sym: Alphabetical order fix. 14 June 2008, 13:34:54 UTC
680faa3 libvlc_media_player: Use the input event instead of "state" var callback. 14 June 2008, 13:33:20 UTC
1f14593 input: Remove vlc_playlist.h inclusion. 14 June 2008, 13:16:54 UTC
c2bb7bf input: No need to playlist_Signal() on error now that the playlist receive state changed events. 14 June 2008, 13:16:53 UTC
4d6512f input: No need to signal input's end to the playlist now that the playlist gets an event for that one. 14 June 2008, 13:16:53 UTC
94e3fe1 playlist: Respond to input state changed event. 14 June 2008, 13:16:53 UTC
def34b9 playlist: de-inline p_input setters. 14 June 2008, 13:11:41 UTC
966feba playlist: Use a set/release accessor for playlist->p_input. (To better track when to attach/detach events). 14 June 2008, 13:03:15 UTC
c75d563 input: Change the state to END_S when playback is really finished. 14 June 2008, 13:01:32 UTC
18acd8a input: Add input_get_event_manager(). 14 June 2008, 12:16:24 UTC
5573aa7 input: Send vlc_InputStateChanged events. 14 June 2008, 11:50:47 UTC
6a938c3 input: Register vlc_InputStateChanged event. 14 June 2008, 11:37:02 UTC
acb1a3a input: Add an event manager to the input. Currently libvlc uses "state" callback to notice input state changes, and the playlist notice input state change via direct call from the input. playlist can't use the "state" variable as it is also used by the playlist to ask the input to do a certain action. The event approach is much more clear here. 14 June 2008, 11:21:10 UTC
a779588 events: Add wrappers around vlc_event_manager_init for object casting. 14 June 2008, 11:11:10 UTC
04f19d0 events: Fix docs. 14 June 2008, 11:05:35 UTC
0ac31c7 Turn comment into error message. 14 June 2008, 09:05:32 UTC
ed58d07 Fix indentation. 14 June 2008, 08:09:06 UTC
117e2de Remove trailing whitespace 14 June 2008, 08:09:06 UTC
ef7ff28 Add playlist_CurrentId() to get the playlist item id from the currently playing item. 14 June 2008, 08:09:06 UTC
5da255d Fix indentation in some of the structs defintions. 14 June 2008, 08:09:06 UTC
21d5bee Add comment about getVariable() and setVariable() JS function: they are removed because of their security implications. Everyone is advice to use the newer ActiveX v2 (IVLCControl2) interface instead. 14 June 2008, 08:09:06 UTC
feca357 Fix building of ActiveX control with 3 functions being unimplemented right now: - VLCControl::setVariable() - VLCControl::getVariable() - VLCControl::get_PlaylistIndex() 14 June 2008, 08:09:06 UTC
e5eae01 Fix compiler error. 14 June 2008, 08:09:06 UTC
2384481 Readibility improvement. 14 June 2008, 08:09:06 UTC
7f06456 Fix get_VersionInfo() and break long lines. 14 June 2008, 08:09:06 UTC
e5ff4e7 Move Toolbar to the IVLCControl2 interface object, where it should have been all along. 14 June 2008, 08:09:06 UTC
a2ccb9b Use the same internal libvlc API as vlccontrol2.cpp does. 14 June 2008, 08:09:06 UTC
6a0f2d4 Add some sane default values. 14 June 2008, 08:09:05 UTC
763b673 Remove VLCPlugin::getVLCObject() methond from ActiveX 14 June 2008, 08:09:05 UTC
30b36a4 Add missing include to activex/plugin.h 14 June 2008, 08:09:05 UTC
919164a Revert "Desactivate activex until it's fixed" This reverts commit 722f244d86015adc90ec9c7687856d941a5bf207. 14 June 2008, 08:09:05 UTC
9f2297e Indentation fix. 14 June 2008, 08:09:05 UTC
1fda54e Revert "Do not try to build the ActiveX so we can at least have nightlies." This reverts commit 097f8fc9cddf85baac0ad3083c13a85384e86e66. 14 June 2008, 08:09:05 UTC
15a5a37 More config.status magic. I'm not sure why we have a PRODUCT_VERSION and VERSION 13 June 2008, 23:24:31 UTC
7290a1d Fix logic and comment 13 June 2008, 23:22:28 UTC
fe8791f Cosmetic 13 June 2008, 23:04:31 UTC
5e9f18d demux/dummy: Remove vlc_playlist.h inclusion now. 13 June 2008, 21:09:04 UTC
058cf75 demux/dummy: No need to check for playlist availability. (Also fix #1543) This is a bit contriversial, but libvlc actually uses vlc://nop, and this without a playlist. 13 June 2008, 21:04:09 UTC
6175138 Implement the full/basic switch correctly and completely. Additionally, fixed a rare sprefs init failure. 13 June 2008, 17:54:08 UTC
ca0d8dc Removed useless setting which can confuse some setups 13 June 2008, 17:25:50 UTC
back to top