]> git.sesse.net Git - vlc/history - modules/misc
properly display translated strings in setWindowTitle in qt4 interface
[vlc] / modules / misc /
2006-11-13 Marian DurkovicWarn the user about missing MLDv2 support in his OS
2006-11-12 Rafaël CarréVarious bugfixes
2006-11-11 Marian DurkovicSync IPv4 and IPv6 multicast debugs
2006-11-11 Rémi Denis-CourmontUse Unicode wrapper
2006-11-11 Marian Durkovicforwardport [17650]
2006-11-11 Marian DurkovicCosmetics: Warn the user about lack of IGMPv3 support...
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-06 Antoine CellerierTab/trailing spaces police
2006-11-05 Rémi Denis-CourmontCosmetic fix
2006-11-04 Rémi Denis-CourmontFix error passing from IPv4 plugin
2006-10-26 Rémi Denis-CourmontFix typo
2006-10-26 Rémi Denis-CourmontReverse supposedly bogus fix
2006-10-26 Rémi Denis-Courmont*Ahem*
2006-10-24 Rémi Denis-CourmontUntested attempt to fix multicast IPv4 on Windows
2006-10-22 Rafaël Carrétypo
2006-10-22 Rafaël Carréfix xosd, thanks to hobophobe
2006-10-21 Rémi Denis-CourmontRemove dead code
2006-10-21 Rémi Denis-CourmontCleanup
2006-10-18 Rémi Denis-CourmontFix typo
2006-10-18 Rémi Denis-CourmontFallback to IGMPv2 when IGMPv3 fails - fixes #734
2006-10-18 Rémi Denis-Courmont- Try DNS resolution before creating socket as per...
2006-10-18 Rémi Denis-CourmontDon't assume multicast address are in dotted notation...
2006-10-18 Rémi Denis-CourmontDon't put Linux-specific defines in the wild.
2006-10-15 Rafaël CarréUse a smaller icon for notifications
2006-10-14 Benjamin Pracht* Hopefully close the dbus connection correctly
2006-10-10 Felix Paul Kühne* forward-port [17020]
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-09 Gildas Bazin* modules/misc/xml/xtag.c: fixed memory leak.
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-10-04 Sam Hocevar * modules/misc/logger.c: don't truncate logfile upon...
2006-10-01 Rafaël CarréAdded psz_trackid, psz_artistid, psz_albumid to vlc_met...
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-30 Rafaël CarréCosmetics, add some comments
2006-09-30 Clément StenacMerge author/artist
2006-09-28 Rafaël CarréDon't Close() on connection error, retry every minute
2006-09-24 Christophe Mutricytaglib has been moved
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...
2006-09-24 Clément StenacTaglib based parser, use it for Vorbis parsing
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-18 Antoine CellerierIt's still ugly as hell but a bit more accurate. (This...
2006-09-18 Antoine CellerierBraindead plugin that get's the current song's album...
2006-09-18 Clément StenacAudioscrobbler plugin update by Rafael Carre
2006-09-17 Clément StenacDon't delete callbacks from an already destroyed objects
2006-09-17 Pavlov Konstantinservicing email change request for Rafael Carre
2006-09-17 Antoine CellerierFix deadlock (hopefully)
2006-09-17 Antoine CellerierNew audioscrobbler/last.fm plugin by Rafaël Carré and...
2006-09-17 Clément StenacReduce wakeup frequencies
2006-09-17 Clément StenacDon't run growl and msn plugins
2006-09-17 Clément StenacInterfaces are now allowed not to have a Run function.
2006-09-17 Clément StenacFix
2006-09-17 Clément Stenac* Move all notifications plugins to misc/notify
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-16 Benjamin Pracht* Fix the screensaver module for newer dbus APIs. Repor...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacAdd missing actions in popup
2006-09-09 Rémi Denis-CourmontReally fix SDP ordering here too (closes #716 again)
2006-09-08 Rémi Denis-CourmontFix SDP line ordering (closes #716)
2006-09-07 Rémi Denis-CourmontMake GnuTLS use pthread directly rather than VLC's...
2006-09-07 Rémi Denis-Courmont- Check x509 certificates start and end date (*ahem*)
2006-09-07 Rémi Denis-CourmontRequire more recent GnuTLS and get rid of broken algos.
2006-08-25 Sam Hocevar * modules/misc/playlist/xspf.c: fix warnings that...
2006-08-24 Clément Stenaccompile fix
2006-08-24 Clément StenacStupid platforms
2006-08-24 Clément StenacTemplate for profile parser
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-07-19 Olivier Aubertmodules/misc/svg.c: fix SVG rendering
2006-07-12 Jean-Paul SamanRemoved unused variable pi_gamma
2006-07-12 Jean-Paul SamanRTSP rewind and fastforward support (Scale option)...
2006-06-25 Rémi Denis-Courmont- Work-around for IPv6 SSM with Winsock 2 from Olivier...
2006-06-22 Clément Stenac* Create new types for device probing
2006-06-21 Clément StenacHAL probing module
2006-06-20 Clément StenacNon-working general declarations for disc probing ...
2006-06-14 Yoann Peronneau* playlist/xspf.c: handles empty nodes
2006-06-14 Yoann Peronneau* xpsf.c: ...but <playlist> has... grmbl
2006-06-14 Yoann Peronneau* xspf.c: <trackList> has no <location> or <title>...
2006-06-14 Yoann Peronneau* Tree playlist XSPF export
2006-06-10 Christophe Mutricymisc/freetype.c: Fix strings
2006-06-08 Christophe MutricyOups
2006-06-08 Christophe MutricyDon't hardcode path
2006-06-04 Jérome DecoodtOBJECT_INPUT->OBJECT_PLAYLIST
2006-06-04 Clément Stenac* Don't reset input meta information
2006-06-04 Christophe MutricyNew libnotify plugin.
2006-05-25 Derk-Jan Hartman* H264 RTP packetization by Vitaly V. Bursov <vitalyvb...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-05 Rémi Denis-CourmontWe need to include "config.h" somehow before we can...
2006-04-30 Derk-Jan Hartman* Fix searching in aggregate mode for the RTSP VoD...
2006-04-27 Jean-Paul SamanFix for VLM commands when 'new test vod mux mp2ts enabl...
2006-04-27 Jean-Paul SamanPlay VOD RTSP from Amino STB with RTSP url: 'rtsp:...
2006-04-25 Benjamin Pracht* screensaver.c, configure.ac: use directly dbus to...
2006-04-23 Benjamin Pracht* Support for gnome-screensaver
2006-04-23 Rémi Denis-CourmontUse Doxygen syntax for comments
2006-04-14 Clément StenacStrings
2006-04-13 Derk-Jan Hartman* Fix subtitle alignment if we don't have styles....
2006-04-13 Clément StenacString stuff
2006-04-07 Derk-Jan Hartman* Lower the priority of the SVG renderer
2006-04-02 Rémi Denis-CourmontRemove unused variable
2006-03-30 Olivier Aubertmodules/misc/svg.c:
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
next