- 03 Oct, 2007 1 commit
-
-
Rafaël Carré authored
notify: unref the notification popup after we have finished using it. fix a big memory leak, and potential crashes.
-
- 01 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 28 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 05 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2007 1 commit
-
-
Rafaël Carré authored
-
- 25 Aug, 2007 5 commits
-
-
Christophe Mutricy authored
-
Rafaël Carré authored
that solves 'blank' popups problem
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Don't put not translated string in the popup
-
- 24 Aug, 2007 1 commit
-
-
Rafaël Carré authored
Passes intf_thread_t* to Notify() Uses newlines in the popup message
-
- 23 Aug, 2007 2 commits
-
-
Rafaël Carré authored
Fix memory leak by unrefing the GdkPixBuf
-
Rafaël Carré 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
-
-
Rémi Denis-Courmont authored
-
- 18 Aug, 2007 1 commit
-
-
Rafaël Carré authored
Fix [21193]
-
- 15 Aug, 2007 1 commit
-
-
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.
-
- 26 Nov, 2006 1 commit
-
-
zorglub 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.
-
- 17 Nov, 2006 1 commit
-
-
Rafaël Carré authored
(Fixes #848)
-
- 15 Oct, 2006 1 commit
-
-
Rafaël Carré authored
-
- 09 Oct, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 17 Sep, 2006 3 commits
- 08 Jun, 2006 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 04 Jun, 2006 2 commits
-
-
zorglub authored
* Improve notification layout
-
Christophe Mutricy authored
TODO: - get rid of the harcoded path for the icon - make the meta printed an option.
-
- 14 May, 2006 1 commit
-
-
zorglub authored
What is currently broken: * Some playlist demuxers (shout, dvb and pls) * DAAP * BeOS playlist * GPE playlist, I suppose What has some trouble: * Meta handling in several demuxers (most notably TS) * Skins2 playlist (doesn't refresh correctly) * OS X playlist (see bigben's latest commits)
-
- 13 Apr, 2006 1 commit
-
-
zorglub authored
-
- 25 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 22 Mar, 2006 1 commit
-
-
zorglub authored
-
- 21 Mar, 2006 1 commit
-
-
dionoea authored
-
- 19 Feb, 2006 1 commit
-
-
dionoea authored
Note to zorglub: please test changes before commiting.
-
- 16 Feb, 2006 1 commit
-
-
dionoea authored
-
- 15 Feb, 2006 2 commits
- 14 Feb, 2006 2 commits
-
-
http://growl.info/Jérome Decoodt authored
It is built by default since it sends notifications to network (perhaps we should only build it on macos). msn.c: should fix a refcount issue (*not tested*)
-
zorglub authored
-