]> git.sesse.net Git - vlc/history - src/text
Remove useless <dirent.h> check
[vlc] / src / text /
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-27 Rémi Denis-CourmontLinux: (try to) set close-on-exec in open() system...
2009-01-27 Rémi Denis-Courmontutf8_open: set the close-on-exec descriptor flag
2009-01-17 Laurent AimarPrivatized p_input->i_time.
2008-12-02 Michael HanselmannAdd us_asprintf function
2008-11-18 Laurent AimarUse vlc_rand_bytes for utf8_mkstemp.
2008-11-17 Laurent AimarAdded a utf8_mkstemp implementation.
2008-11-04 Pierre YnardWinCE: fix includes
2008-11-04 Geoffroy CouprieWinCE: replace _wmkdir by _mkdir
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-10-23 Rémi Denis-CourmontCode factorization
2008-10-23 Rémi Denis-CourmontSeparate filesystem functions from the rest
2008-10-01 Rémi DuraffortRemove duplication and do the NULL text before derefere...
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
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-09-12 Marian DurkovicIgnore case when comparing ISO-639 language codes
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-07-05 Rémi Denis-CourmontDead code
2008-07-05 Rémi Denis-Courmontlocale_fast: simplifications
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-27 Rémi Denis-CourmontRemove DecodeLanguage (dead code)
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-24 Rémi Denis-Courmontvlc_fix_readdir: declare internally
2008-05-23 Felix Paul KühneInclude xlocale.h on OS X for locale_t
2008-05-21 Rémi Denis-Courmontus_strtod: do not make any kludgy assumptions about...
2008-05-21 Rémi Denis-CourmontRemove unused i18n_atof
2008-05-21 Rémi Denis-CourmontRemove i18n_strtod - nobody uses it and it's an ugly...
2008-05-05 Rafaël CarréDo not duplicate NULL strings
2008-05-03 Rémi Denis-CourmontImprove doxy comments
2008-04-30 Rémi Denis-CourmontExport ToLocaleDup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-04 Rafaël CarréAttribute copyright of vlc_current_charset() to Bruno...
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-03-08 Jean-Baptiste KempfRemove unused parameter warning for Windows CE/32
2008-03-03 Pierre d'Herbemonttext/unicode.c: More unused warning fix.
2008-02-28 Antoine CellerierAdd format string variable to display frame count....
2008-02-04 Rémi Denis-Courmontif -> ifdef
2008-02-04 Pierre d'Herbemontcharset.c: Use defined() for HAVE_ macro.
2008-02-04 Pierre d'Herbemonttext/charset.c: Use #ifdef for HAVE_* macro.
2008-02-03 Pierre d'Herbemonttext/charset.c: Use #ifdef instead of #if for HAVE_...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi DuraffortImplementation of utf8_unlink. If someone can test...
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-11-20 Rémi Denis-CourmontUse cached ACP
2007-11-19 Rémi Denis-CourmontForce ISO-8859-8 for Hebrew users
2007-09-23 Rémi Denis-CourmontAssume UTF-8 instead of ASCII.
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-19 Rémi Denis-CourmontAvoid setlocale - not thread-safe
2007-09-19 Rémi Denis-CourmontDo not set never used value
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-09-01 Rémi Denis-CourmontFix warning
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
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-15 Damien Fouilleul- unicode.c, wincp.c: compile fix
2007-03-14 Rémi Denis-CourmontFix crash on UTF-8 systems in previous commit
2007-03-14 Rémi Denis-CourmontFix for obsolete setups
2007-03-14 Rémi Denis-Courmont- Make FromLocale() usable any time (after setlocale...
2007-03-14 Rémi Denis-CourmontRemove bogus variable
2007-03-14 Rémi Denis-CourmontFix MB2MB and use it
2007-03-13 Rémi Denis-Courmont- Fix POSIX locale handling (well you'd better not...
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-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
next