]> git.sesse.net Git - vlc/history - src/text/strings.c
Compile fix: Include limits.h when using PATH_MAX
[vlc] / src / text / strings.c
2009-05-15 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-10 Rémi Denis-Courmontmake_URI: make a URI out of a path, if needed
2009-05-10 Rémi Denis-Courmontdecode_URI: improve documentation, add a return value
2009-04-05 Rémi Denis-CourmontWin32: canonicalize path separator, avoid isalpha(...
2009-04-05 Rémi Denis-Courmontresolve_xml_special_chars handles non-ASCII Unicode...
2009-04-04 Rémi Duraffortfilename_sanitize: spaces are forbidden only when begin...
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-02-28 Rémi Denis-Courmontstr_format_meta: take the input stats lock as needed
2009-01-17 Laurent AimarPrivatized p_input->i_time.
2008-10-26 Rémi Denis-Courmontsyntax error
2008-10-26 Rémi Denis-Courmontresolve_xml_special_chars: don't reinvent bsearch()
2008-10-26 Rémi Denis-CourmontSimplify entity table a little
2008-10-26 Rémi Denis-Courmontresolve_xml_special_chars: add non-breakable space
2008-10-25 Rémi Denis-Courmontstr_format_time: do not hard-code buffer length - fix...
2008-09-27 Rémi Denis-Courmontencode_URI_component: fix and cleanup
2008-09-23 Antoine CellerierOops.
2008-09-23 Antoine CellerierFurther optimize function
2008-09-23 Rémi Denis-CourmontSpare 236 relocations, mark data as constant.
2008-09-22 Antoine CellerierUndef a few local macros.
2008-09-22 Antoine CellerierAdd comment to make sure people don't mess up.
2008-09-22 Antoine CellerierClean up and speed up resolve_xml_special_chars().
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-27 Antoine CellerierAlways enforce the "don't show if unavailable" option...
2008-07-12 Pierre d'Herbemonttext: Remove forbidden, and subject to race, playlist...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-03-24 Rafaël CarréDo not use sprintf without a format
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-02-28 Antoine CellerierAdd format string variable to display frame count....
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rafaël Carréfix #1362 (replace ':' with '_' in filenames on macosx)
2007-12-01 Rafaël Carrévlc_b64_decode_binary_to_buffer(): i_dst is the size...
2007-09-17 Rafaël Carréstr_format_meta(): fix HUGE memory leak & segfault.
2007-09-16 Rémi Denis-CourmontError handling
2007-09-12 Rémi Denis-CourmontCosmetic
2007-09-11 Christophe MutricyRemove always true tests
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-07-01 Antoine CellerierAdd option to format strings to prevent displaying...
2007-05-18 Antoine Cellerier* src/text/strings.c: Add a lot of entities to the...
2007-04-30 Rémi Denis-CourmontHandle errors without crashing
2007-04-10 Damien Fouilleullibvlc_video_take_snapshot: removed kludge and fixed...
2007-03-11 Rémi Denis-CourmontFix a bunch of errors in PO files (fuzzy file descripti...
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-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...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory