- 03 Dec, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before. Commit from NYC/NY/Columbia University ;)
-
- 11 Nov, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 15 Oct, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 09 Sep, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 08 Sep, 2007 4 commits
-
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Fix play/pause toggle Removes 2 unused signals
-
- 05 Sep, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 22 Aug, 2007 1 commit
-
-
Rafaël Carré authored
Enforce access to input_item_t through input_item_{G,S}et*() Unlock mutexes before calling these functions Free strings returned by input_item_Get*() New functions added: char * input_item_GetURI( input_item_t * ) void input_item_SetURI( input_item_t * , char * ) mtime_t input_item_GetDuration( input_item_t * ) void input_item_SetDuration( input_item_t * , mtime_t ) to access input_item_t->psz_uri and input_item_t->i_duration
-
- 20 Aug, 2007 1 commit
-
-
Ilkka Ollakka authored
-
- 18 Aug, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
- 15 Aug, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
* Protect input item's meta through setters and getters. That allows tracking of input item meta info changes. * vlc_meta_t gains a table for accessing its non-extra meta.
-
- 06 Aug, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 13 Jun, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 12 May, 2007 2 commits
-
-
Christophe Mutricy authored
main_interface: update the systray tooltip
-
Sigmund Augdal Helberg authored
-
- 28 Apr, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 18 Apr, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
Mostly patch by Sergey Volk
-
Jean-Baptiste Kempf authored
-
- 10 Mar, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 03 Mar, 2007 1 commit
-
-
Sigmund Augdal Helberg authored
should be increased. Fixes a few crashes when input changes.
-
- 11 Feb, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Dec, 2006 1 commit
-
-
Clément Stenac authored
-
- 26 Nov, 2006 2 commits
-
-
Clément Stenac authored
-
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.
-
- 23 Sep, 2006 1 commit
-
-
Clément Stenac authored
Make some sttings persistent
-
- 18 Sep, 2006 1 commit
-
-
Clément Stenac authored
-
- 17 Sep, 2006 1 commit
-
-
Clément Stenac authored
-
- 13 Sep, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* Add a CONNECT macro for simple signal->slot connections * Untested save support in simple preferences
-
- 31 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 27 Aug, 2006 2 commits
-
-
Clément Stenac authored
Implement integer config control
-
Clément Stenac authored
Start using media library
-
- 18 Jul, 2006 1 commit
-
-
Clément Stenac authored
* handle play/pause status
-
- 13 Jul, 2006 1 commit
-
-
Christophe Mutricy authored
-