]> git.sesse.net Git - vlc/history - src/input/subtitles.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / subtitles.c
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-08-02 Rémi Denis-Courmontsubtitles: do not use scandir as sorting is not required
2010-06-27 Laurent AimarRevert "Do not scan for subtitles files in the current...
2010-05-31 Rémi Denis-CourmontDo not scan for subtitles files in the current dir...
2010-05-31 Rémi Denis-CourmontSimplification (make_path always returns an absolute...
2010-02-11 Erwan Tuloucore: use make_path in subtile_Detect
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-31 Kamil BaldygaTicket 3234 autodetect subtitles
2009-10-20 Laurent AimarDo not call decode_URI on constant string.
2009-10-17 Jean-Baptiste KempfSubtitles: small fixes and cosmetics
2009-10-17 Jean-Baptiste KempfSubtitles detection: decode before testing the files.
2009-10-10 Pierre d'Herbemontinput: Support file://localhost/ type URL when autodete...
2009-03-09 Laurent AimarRemoved var_Get in subtitles.c
2009-02-17 Derk-Jan Hartman* skip potential subtitle filenames that start with...
2008-09-08 Geoffroy CouprieWinCE: header inclusion fixes
2008-09-02 Derk-Jan Hartmansubtitle detection: Add support for pbs, dks, mpsub...
2008-09-02 Derk-Jan Hartmansubtitle detection: add support for auto-detecting...
2008-08-13 Rémi DuraffortSimplify code.
2008-08-13 Jean-Baptiste KempfCheck asprintf results.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-29 Laurent AimarFixed a regression with --sub-autodetect-path
2007-09-29 Laurent AimarCheck all(?) memory allocations (if you do it, do it...
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-12 Rémi Denis-CourmontDSO friendlyness
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-05-20 Antoine Cellerier* subtitles.c: case insensitive search for subtitle...
2007-02-27 Derk-Jan Hartman* Fix subtitle detection. utf8_stat returns 0 if file...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-12 Rémi Denis-CourmontRemove another harmful FromLocale
2006-11-12 Rémi Denis-CourmontSome const
2006-11-12 Rémi Denis-CourmontUse stat instead of fopen to check for file existence
2006-11-11 Rémi Denis-CourmontFix previous commit
2006-11-11 Rémi Denis-CourmontMark subtitles_Filter as static
2006-11-10 Rémi Denis-CourmontFix double free in previous commit
2006-11-10 Rémi Denis-CourmontRemove last redumdant vlc_fix_readdir_charset
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-06-17 Yoann Peronneau* input/subtitles.c: fix another bug in subtitle autode...
2006-06-09 Yoann Peronneau* proof of concept of drag & dropping a subtitle file...
2006-06-09 Yoann Peronneau* fix subtitles file autodetection
2006-04-29 Rémi Denis-CourmontAlso use strlcpy()
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-31 Rémi Denis-CourmontProbably a fix for crap compilers
2006-03-31 Rémi Denis-CourmontFix an old overflow and two recent bugs introduced...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-27 Rémi Denis-Courmont- Use utf_8scandir() and some cleanup
2006-02-13 Rémi Denis-Courmontgetcwd() unicode fix
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-CourmontFix typo
2006-02-11 Rémi Denis-CourmontUse vlc_fopen (access() or stat() would be more appropr...
2006-02-05 Rémi Denis-CourmontFixes subtitles detection from within folders with...
2006-02-02 Derk-Jan Hartman* Forgot to add the path seperator. truly fixes the...
2006-02-01 Derk-Jan Hartman* If input file in current dir specified, then retrieve...
2006-01-15 Derk-Jan Hartman* Fix free of the directory listing of the subtitle...
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-10-18 Derk-Jan Hartman* Don't crash if we cannot retrieve a directory in...
2005-10-16 Derk-Jan Hartman* Fix the sub autodetect directory string
2005-10-16 Jean-Paul SamanFix several segmentation faults
2005-10-16 Derk-Jan Hartman* include limits.h to be sure of PATH_MAX availability
2005-10-16 Derk-Jan Hartman* UTF-8 ified the subtitle autodetect core. (fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-15 Gildas Bazin* ALL: WinCE build fixes.
2004-10-07 Derk-Jan Hartman* removed an unnecessary = NULL write.
2004-10-06 Derk-Jan Hartman* Lets not ignore too many .sub files shall we? :)
2004-10-06 Derk-Jan Hartman* if a .idx vobsub is found, then don't autodetect...
2004-10-04 Gildas Bazin* src/input/subtitles.c: strcoll is not available on...
2004-10-03 Derk-Jan Hartman* strip file:// from subtitle autodetect path if presen...
2004-10-01 Derk-Jan Hartman* autodetect .idx files for vobsub autodetection
2004-06-22 Laurent Aimar * all: rework of the input.
2004-04-24 Yoann Peronneau* input/subtitles.c: first subtitle search path was...
2004-04-23 Yoann Peronneau* src/input/subtitles.c: corrected bug in subtitle...
2004-04-23 Gildas Bazin* src/input/subtitles.c: fixed memory leak.
2004-04-20 Yoann PeronneauAdded a --sub-autodetect-path which is a list of paths...
2004-01-26 Gildas Bazin* src/input/*, modules/demux/util/sub.[ch]: cleanup...
2004-01-26 Gildas Bazin* src/input/subtitles.c: more sanity checks.
2004-01-25 Clément Stenac* String review, round one
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
2003-10-11 Derk-Jan Hartman* src/input/subtitles.c: made the autodetection fuzzine...
2003-10-02 Derk-Jan Hartman* Small fix to doxygen comments
2003-10-01 Derk-Jan Hartman* modules/misc/freetype.c: spelling errors
2003-09-22 Derk-Jan Hartman* modules/gui/macosx/playlist.?: implemented Save Playlist