]> git.sesse.net Git - vlc/history - modules/misc
* fixed some intf-strings and connected a few menu-items properly
[vlc] / modules / misc /
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-21 Rémi Denis-CourmontCompile fix
2005-08-21 Rémi Denis-CourmontDefine IPV6_PROTECTION_LEVEL manually - closes #96
2005-08-18 Rémi Denis-CourmontDon't print EAFNOSUPPORT error when the given name...
2005-08-14 Rémi Denis-Courmontgot the value for PROTECTION_LEVEL_* hard-coded
2005-08-13 Rémi Denis-Courmont[Win32] Attempt to guess best interface for multicast
2005-08-12 Christophe MutricyALL: Improvements in the M3U output and parser. Patch...
2005-08-10 Derk-Jan Hartman* Remove vlc:run (externrun is removed from SVN) and...
2005-08-10 Christophe MutricyAdd ACCESS_GET_META in the dummy access to avoid an...
2005-08-05 Christophe Massiot * modules/control/http.c: Support for ~ in foreach...
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-02 Rémi Denis-Courmont- When both IPv4 and IPv6 plugins return a socket,...
2005-08-01 Rémi Denis-Courmont- Kludge to be able to use strerror() with Winsock
2005-07-29 Rémi Denis-CourmontFix some memleaks
2005-07-29 Rémi Denis-Courmont- Put correct IP4 owner address
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontBind RTSP to all interfaces by default (refs #270)
2005-07-28 Rémi Denis-Courmont- Remove dead multicast code
2005-07-27 Rémi Denis-Courmont- Fix segfault when doing RTSP DESCRIBE (trunk-only...
2005-07-27 Rémi Denis-CourmontAdd const where appropriate
2005-07-21 Derk-Jan Hartman* Added net_AddressIsMulticast that takes a string...
2005-07-13 Rémi Denis-CourmontFix warnings (refs #258)
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-04 Rémi Denis-CourmontIPv6 Source-Specific Multicast support
2005-07-01 Rémi Denis-CourmontPF_* -> AF_*
2005-07-01 Rémi Denis-CourmontThis was pretty useless (if there is no solution, there...
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-06-29 Gildas Bazin* modules/stream_out/rtp.c, modules/misc/rtsp.c: attemp...
2005-06-28 Rémi Denis-CourmontThis doesn't owe in the VLC
2005-06-26 Rémi Denis-CourmontForgot this file
2005-06-20 Derk-Jan Hartman* Mark the video and decoder options of the dummy modul...
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-06-10 Felix Paul Kühne* fixed some strings
2005-05-31 Rémi Denis-CourmontRemoved debug message
2005-05-31 Rémi Denis-CourmontCleanup
2005-05-22 Rémi Denis-Courmont- Use the new vlc_getaddrinfo API
2005-04-23 Clément StenacTake logger back to control modules
2005-04-21 Rémi Denis-CourmontApplied patch for support of the IP_MULTICAST_IF
2005-04-12 Clément Stenac* Patch by Gregory Hazel :
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-12 Derk-Jan Hartman* Now works with http 1.0. Someone better check this...
2005-04-10 Rémi Denis-CourmontFix a segmentation fault in case of error
2005-04-10 Eric Petit externrun.c: compile fix
2005-04-09 Rémi Denis-CourmontClient should now be able to authenticate
2005-04-09 Rémi Denis-Courmont- optional SSL hostname verification
2005-04-09 Rémi Denis-CourmontClient-side server credentials verification
2005-04-09 Rémi Denis-CourmontNot an executable
2005-04-09 Rémi Denis-CourmontCosmetic fixes
2005-04-09 Rémi Denis-Courmont- <unistd.h> is needed for fork and execl
2005-04-09 Rémi Denis-CourmontRemoved useless subdirectory
2005-04-09 Rémi Denis-Courmonttab fixes (cosmetic)
2005-04-08 Sylvain CadhillacAn interface to run extern programs (such as shutdown)
2005-04-05 Gildas Bazin* modules/misc/win32text.c: text renderer using the...
2005-04-04 Clément StenacFix OSD (text & widgets) aspect ratio
2005-04-04 Olivier Aubertsvg.c: do not subsample U and V planes in RGB->YUVA...
2005-04-03 Gildas Bazin* modules/misc/xml/libxml.c: handle XML_READER_TEXT...
2005-04-02 Gildas Bazin* modules/misc/xml/*, include/vlc_xml.h: new xml_Reader...
2005-04-02 Sigmund Augdal Helbergxtag.c: Don't create pcdata elements outside the root...
2005-04-02 Sigmund Augdal Helberglibxml.c: include header for stream, since api changes.
2005-04-01 Sigmund Augdal Helbergall: ported xml parsers to stream_t
2005-03-26 Olivier Aubertsvg.c: updated to the latest changes in the text render...
2005-03-13 Rémi Denis-CourmontFix my email address
2005-03-11 Clément StenacString fixes by Christophe Mutricy
2005-03-10 Rémi Denis-Courmont- Require certificate from the client if one CA cert...
2005-03-10 Rémi Denis-Courmont- Release certificate creds after terminating session
2005-03-10 Gildas Bazin* modules/misc/freetype.c: better outlining algorithm...
2005-03-10 Rémi Denis-Courmontgnutls.c: add shortname
2005-03-10 Rémi Denis-Courmont- Fix GnuTLS version detection
2005-03-10 Clément StenacPreferences update :
2005-03-09 Sigmund Augdal Helbergall: correctly align multiline strings when not left...
2005-03-09 Gildas Bazin* modules/misc/freetype.c: handle size change properly.
2005-03-09 Gildas Bazin* modules/misc/freetype.c: don't display only the last...
2005-03-08 Gildas Bazin* modules/misc/freetype.c, modules/video_filter/marq...
2005-03-08 Gildas Bazin* modules/misc/dummy/renderer.c: forgot to commit this...
2005-03-08 Gildas Bazin* include/vlc_filter.h, vlc_video.h, src/video_output...
2005-03-07 Gildas Bazin* modules/misc/freetype.c: replaced pi_gamma with an...
2005-03-07 Gildas Bazin* modules/misc/freetype.c: removed debug messages.
2005-03-07 Eric Petit misc/freetype.c: compile fix
2005-03-06 Rémi Denis-CourmontFixes segfault
2005-03-06 Rémi Denis-Courmont- support for client certificate verification from...
2005-03-05 Rémi Denis-CourmontMemleak fixed
2005-03-05 Sigmund Augdal Helbergfreetype.c: fix rendering with X11 vout. Do not ask...
2005-03-05 Rémi Denis-Courmont- TLS API cleanup
2005-03-05 Sigmund Augdal HelbergAll: change of text-renderer api. Now pf_render_text...
2005-03-04 Rémi Denis-CourmontTLS session resumption support
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-01 Mark Moriartydynamic, per-subpicture, font size control -- i_font_si...
2005-03-01 Clément StenacFix playlist export
2005-02-27 Mark Moriartyfreetype.c -- set default font color (white)
2005-02-27 Mark Moriartyfreetype and rc extensions. i_font_color and i_font_op...
2005-02-23 Derk-Jan Hartman* freetype.c: fix for blurry subs? someone please confirm
2005-02-23 Mark Moriartyfreetype.c Correct color mapping, make color choice...
2005-02-21 Gildas Bazin* modules/misc/network/ipv4.c: multicast support for...
2005-02-20 Mark Moriartyfreetype.c Change opacity to 0...255, add --freetype...
2005-02-20 Mark Moriartyfreetype.c add --freetype-opacity (0..100%), to contro...
next