]> git.sesse.net Git - vlc/history - src/misc
Misc stats work (Refs:#473)
[vlc] / src / misc /
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-11 Sigmund Augdal Helbergvlm.c: Print an error message about what went wrong...
2006-01-09 Antoine CellerierOccitan localization. Many thanks to laurent jonqueres
2006-01-09 Christophe MutricyAdd Georgian localization. Thanks to Alexander Didebulidze.
2006-01-08 Clément StenacMerge 0.8.5-api changes
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-05 Clément StenacRemove extra debug
2006-01-05 Damien Fouilleulmessages.c: message bank lock is still in use and still...
2006-01-05 Derk-Jan HartmanMore message queue WinCE fixes
2006-01-05 Derk-Jan Hartmanmessage queues WinCE compile fix
2006-01-04 Clément StenacAdd support for several message queues - please test
2006-01-02 Sam Hocevar * src/misc/image.c: don't forget to free the temporar...
2005-12-18 Christophe MutricyRemove unusefull variable and test
2005-12-15 Clément StenacMinor cleanup
2005-12-07 Rémi Denis-CourmontAdded a bunch of "const" - should fix warning in VLM...
2005-12-06 Rémi Denis-CourmontOne must update src/misc/modules.c whenever a new vlc_...
2005-12-05 Sigmund Augdal Helbergvlm.c: fix segfault when vlm command have mismatched...
2005-12-05 Rémi Denis-CourmontCreate src/network subdirectory
2005-12-04 Rémi Denis-Courmontimplement net_ConnectUDP() (yet to be used) to create...
2005-11-15 Antoine Cellerierupdate copyright date
2005-11-04 Rémi Denis-CourmontFix segfault on malformated command
2005-10-29 Marian Durkovicremoved i_seqno from block_t ; RTP access now stores...
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-10-23 Gildas Bazin* src/misc/net.c: WinCE fix.
2005-10-22 Marian Durkovicallocate HUGE buffer only for Windows sockets - see...
2005-10-22 Marian Durkovicincrease output buffer for HTTP streaming to 1 MByte
2005-10-16 Derk-Jan Hartman* Thanks to Meuuh for the feedback. threads prioritizat...
2005-10-16 Derk-Jan Hartman* Always set priorities on Mac OS X.
2005-10-16 Derk-Jan Hartman* This patch does what the revert'ed patch from before...
2005-10-16 Derk-Jan Hartman* What was i smoking when i did this change?
2005-10-16 Rémi Denis-CourmontBetter thread-safety in previous commit
2005-10-16 Rémi Denis-Courmont- Support for glibc IDN
2005-10-12 Felix Paul Kühne* partial translation to Simplified Chinese by Wei...
2005-10-11 Damien Fouilleulundoing zcot's screensaver patch, better luck next...
2005-10-10 Felix Paul Kühne* applied zcot's screensaver patch. Thanks for the...
2005-10-09 Derk-Jan Hartman* clearer error messages on invalid seek
2005-10-02 Rémi Denis-CourmontMove UTF32 conversion to more appropriate file
2005-10-02 Jean-Paul SamanThe include vlc_md5.h is in the include path and not...
2005-10-02 Rémi Denis-CourmontAdd const qualifier
2005-10-02 Rémi Denis-CourmontOups minor fix
2005-10-02 Rémi Denis-CourmontUTF32 to UTF8 conversion
2005-10-02 Rémi Denis-CourmontFix compilation warning
2005-10-02 Clément StenacDon't reprint messages on quit
2005-10-01 Sam Hocevar * src/misc/cpu.c: oops.
2005-10-01 Sam Hocevar * src/misc/cpu.c: no need to push/pop %rbx before...
2005-09-22 Gildas Bazin* src/misc/getaddrinfo.c: WinCE implementation + ipv6...
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-09-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-09-17 Rémi Denis-CourmontWin32 compile fix
2005-09-17 Rémi Denis-Courmont* print unreachable host as an error in net_OpenTCP...
2005-09-10 Steve Lhommevariables.c: void the buffer after the memmove to avoid...
2005-09-09 Gildas Bazin* src/misc/win32_specific.c: fixed minor memory leak...
2005-09-07 Felix Paul Kühne* new Korean translation by Han HoJoong <0demon0@paran...
2005-09-02 Cyril Deguet* httpd.c: added missing dummy functions
2005-09-02 Christophe Massiot * src/misc/httpd.c: Fixed HTTPd closing when several...
2005-08-29 Christophe Massiot * ALL: New p_vlc->psz_userdir. This is different from...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-22 Gildas Bazin* src/misc/net.c: fixed segfault.
2005-08-21 Rémi Denis-CourmontGet rid of the symbols structure and use the OS linker
2005-08-21 Rémi Denis-CourmontDefine IPV6_PROTECTION_LEVEL manually - closes #96
2005-08-19 Rémi Denis-CourmontDon't print EAFNOSUPPORT error - refs #320
2005-08-18 Rémi Denis-CourmontAdd const
2005-08-18 Jean-Paul SamanEliminate false errors of which errno said it was a...
2005-08-17 Christophe Massiot * src/libvlc.c: Expand ~/ in --config-file.
2005-08-14 Eric Petit ALL: compile fixes
2005-08-14 Rémi Denis-CourmontSet LC_NUMERIC to C once and for all.
2005-08-14 Rémi Denis-Courmontgot the value for PROTECTION_LEVEL_* hard-coded
2005-08-13 Antoine Cellerier * setlocale( LC_NUMERIC, "C" ). There still might...
2005-08-13 Rémi Denis-CourmontReuse TLS module/object when already present - closes...
2005-08-12 Christophe Massiot * modules/control/http.c: Added an id="include" macro...
2005-08-11 Clément Stenacno comment
2005-08-11 Antoine Cellerierfix debug output colors
2005-08-11 Christophe Massiot * src/misc/charset.c: ANSI_X3.4-1968 is also known...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-10 Jean-Paul SamanAdd a fake language type for OSD subpictures. This...
2005-08-09 Jean-Paul Samansanity checking
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-05 Christophe Massiot * src/misc/httpd.c: Changed the encoding of mandatory...
2005-08-05 Christophe Massiot * src/misc/objects.c: More verbosity to debug unreleas...
2005-08-04 Christophe Massiot * src/misc/charset.c: New function vlc_fix_readdir_cha...
2005-08-04 Rémi Denis-CourmontDon't call vlc_current_charset and vlc_iconv_open at...
2005-08-04 Rémi Denis-CourmontSpeed up LocaleFree()
2005-08-04 Rémi Denis-Courmont * reimplement EnableUTF8 without iconv
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-08-04 Rémi Denis-CourmontAdd stub httpd_ServerIP when httpd is not compiled
2005-08-03 Gildas Bazin* src/misc/modules.c: reverted 11984 which breaks the...
2005-08-03 Rémi Denis-CourmontModule bank memleak
2005-08-03 Christophe Massiot * src/misc/image.c: Really fixed the segfault on unsup...
2005-08-02 Rémi Denis-Courmont- When both IPv4 and IPv6 plugins return a socket,...
2005-08-01 Christophe Massiot * src/misc/image.c: New image_Filter call to apply...
2005-07-29 Rémi Denis-CourmontFix compilation. Thanks bigben
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontAccept NULL hostname for httpd_HostNew
2005-07-29 Rémi Denis-CourmontDon't add brackets around IPv6 addresses, this is annoying
2005-07-29 Rémi Denis-CourmontInline net_GetAddress
2005-07-29 Christophe Massiot * modules/codec/sdl_image.c: New decoder taking advant...
2005-07-28 Rémi Denis-Courmontinet_pton() replacement
2005-07-27 Rémi Denis-CourmontHave readable debug message with IPv6 addresses
next