]> git.sesse.net Git - vlc/history - src/text
- control APIs: do not crash if exception parameter is null, that means caller is...
[vlc] / src / text /
2007-03-02 Antoine CellerierDon't authorize "." or ".." for filenames.
2007-03-01 Antoine CellerierOops.
2007-03-01 Antoine Cellerier * Fix forbiden windows characters list. (in fact it...
2007-03-01 Antoine CellerierDots are allowed in filenames (even on WIN32...). Thank...
2007-02-28 Christophe Massiot * src/text/iso-639_def.h: Add original audio pseudo...
2007-02-27 Laurent AimarAdded vlc_b64_decode_binary_to_buffer/vlc_b64_decode_bi...
2007-02-25 Laurent AimarAdded vlc_b64_encode_binary (include/vlc_strings.h...
2007-02-10 Rémi Denis-CourmontDe-inline base64 decoder
2007-01-26 Antoine CellerierOops.
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-05 Rémi Denis-CourmontFix CRLF on Win32 with utf8_fopen (thanks to Md) closes...
2007-01-04 Rémi Denis-CourmontAllow directory module to recurse through symbolic...
2006-12-15 Rémi Denis-CourmontSimpler UTF-8 check functions + rudimentary unit test
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Derk-Jan Hartman* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontAttempt to use wide directory indexing on Win32
2006-11-25 Rémi Denis-CourmontContinuation of previous commit
2006-11-25 Rémi Denis-CourmontFix invalid mix of closedir and free on Win32.
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory