- 25 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 21 Aug, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 20 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 04 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
- Removed the gross SUPPRESSED hack - Remove support for strict deprecated aliases (that was not used anyway)
-
- 20 Feb, 2007 1 commit
-
-
Clément Stenac authored
- Return correct item ids - Structures for navigating the playlist - Consistent locking * Add a b_locked parameter to the remaining playlist API calls
-
- 26 Nov, 2006 1 commit
-
-
Clément Stenac authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 19 Nov, 2006 1 commit
-
-
Derk-Jan Hartman authored
-
- 21 Oct, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 01 Oct, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 24 Sep, 2006 1 commit
-
-
Clément Stenac authored
Add input_ItemAddOptionNoDup (unused at the moment) + free warning fix
-
- 17 Sep, 2006 1 commit
-
-
Clément Stenac authored
-
- 16 Sep, 2006 1 commit
-
-
Clément Stenac authored
-
- 26 Aug, 2006 1 commit
-
-
Clément Stenac authored
* Start putting together all interface strings (Refs:#703)
-
- 06 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 02 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 29 Jul, 2006 1 commit
-
-
Felix Paul Kühne authored
- intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field. - intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues - intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo - intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
-
- 14 May, 2006 1 commit
-
-
Clément Stenac authored
-
- 05 May, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 23 Apr, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 22 Apr, 2006 2 commits
-
-
Antoine Cellerier authored
* shoutcast.c : remove "debug" printf
-
Antoine Cellerier authored
Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon. Ref #640.
-
- 14 Apr, 2006 1 commit
-
-
Clément Stenac authored
-
- 23 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 04 Feb, 2006 1 commit
-
-
Clément Stenac authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 14 Dec, 2005 1 commit
-
-
Clément Stenac authored
-
- 05 Dec, 2005 1 commit
-
-
Clément Stenac authored
-
- 15 Oct, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
AUTHORS: updated my entry
-
- 01 Aug, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 12 May, 2005 2 commits
-
-
Felix Paul Kühne authored
-
Christophe Mutricy authored
-
- 17 Apr, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 11 Apr, 2005 1 commit
-
-
Antoine Cellerier authored
-
- 10 Apr, 2005 2 commits
-
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
rest: new services discovery module to get channels from shoutcast
-
- 06 Feb, 2005 1 commit
-
-
Clément Stenac authored
hopefully prevent deadlocks * API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care. * SAP/DAAP : Ensure that the node gets removed on quit * HAL : Remove the node on quit and fix f**age of the Close function
-