- 11 May, 2005 12 commits
-
-
Damien Fouilleul authored
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API. main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
-
Benjamin Pracht authored
* Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible. * This doesn't conflict with dvd menu navigation. * If these keys are set to an action that is handled by Cocoa, this action will have priority.
-
Gildas Bazin authored
* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Jérome Decoodt authored
Move MACOS_VERSION macro to intf.h
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
Jérome Decoodt authored
-
Jérome Decoodt authored
-
Jérome Decoodt authored
+ fix hotkeys widget with macos < 10.3
-
Gildas Bazin authored
-
- 10 May, 2005 11 commits
-
-
Jérome Decoodt authored
-
Antoine Cellerier authored
event reporting in wxwin32 seems to be different than in wxgtk
-
Clément Stenac authored
-
Christophe Mutricy authored
* Change the playlist because at least FX and IE don't like cascading forms * control=sout is not a valid control
-
Jérome Decoodt authored
-
Derk-Jan Hartman authored
compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS
-
Antoine Cellerier authored
When we end the feature freeze, we'll have to complete the show command to show (for example) the number of clients connected
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
Closes #48 Closes Debian #306110
-
Gildas Bazin authored
* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
-
Felix Paul Kühne authored
* there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
-
- 09 May, 2005 14 commits
-
-
Felix Paul Kühne authored
* changed the download-location of libtheora to our server since their own refuses to work once again
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
ctrl-s which is also used for changing skins)
-
Rémi Denis-Courmont authored
(can only happens if we're using SSL and it is a not an error situation)
-
Benjamin Pracht authored
* Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Benjamin Pracht authored
-
Felix Paul Kühne authored
-
Sam Hocevar authored
conflicts with the version in Debian which I am unable to change.
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
(?control=stop&control=seek&control=seek&seek_value=&control=seek) » style.css : small esthetic fix
-
Jérome Decoodt authored
-
Antoine Cellerier authored
-
- 08 May, 2005 3 commits
-
-
Jérome Decoodt authored
-
Jérome Decoodt authored
-
Felix Paul Kühne authored
* let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
-