]> git.sesse.net Git - vlc/history - modules/demux/subtitle.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / demux / subtitle.c
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-11-19 Rafaël Carréadd an unspported demux query to remove a useless error...
2007-10-03 Laurent AimarAdded a "meta-preparsed" input variable. A demuxer...
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-29 Laurent AimarA small malloc check.
2007-06-29 Laurent AimarFixed potential sscanf buffer overflow in :
2007-02-17 Antoine CellerierUpdate copyright date.
2007-02-17 Antoine Celleriermpl2 subtitles support by Roman Bednarek. Thanks.
2006-11-30 Derk-Jan Hartman* fix commit [18178]
2006-11-30 Derk-Jan Hartmanforwardport [18177]
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Derk-Jan Hartman* subtitle.c: const warning fixes
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-22 Derk-Jan Hartman* Fix another microdvd issue.
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-08-28 Derk-Jan Hartman* Fix the microdvd subs. i forgot that framerate !...
2006-08-28 Derk-Jan Hartman* Use the microdvd framerate when available
2006-05-27 Dennis van Amerongenminor typo loose -> lose
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-03-11 Clément StenacStrings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-11-22 Cyril Deguet* subtitle.c: added support of "DVDSubtitle" format
2005-09-14 Derk-Jan Hartman* Fix memleaks
2005-08-08 Rémi Denis-CourmontFix memleak in error handling
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Rémi Denis-CourmontRemove unused function
2005-05-24 Derk-Jan Hartman* Fix some detection logic for SSA/ASS subs
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-02-20 Gildas Bazin* src/misc/httpd.c, modules/demux/subtitle.c, modules...
2005-02-06 Clément StenacFix subtitle delay < 0
2004-12-11 Clément StenacImprovements to preferences
2004-11-02 Derk-Jan Hartman* fixed a problem with sub-fps overriding
2004-10-28 Derk-Jan Hartman* subtitle.c: make sure int -> date conversion is don...
2004-10-08 Gildas Bazin* modules/demux/subtitle.c: portability fix.
2004-10-02 Clément Stenac* Re-added sub-delay option
2004-09-18 Gildas Bazin* modules/demux/subtitle.c: compilation fix.
2004-09-18 Derk-Jan Hartman* split vobsub and textual demuxers.
2004-08-16 Derk-Jan Hartman* Fix a problem with empty subtitles with Subviewer...
2004-07-18 Laurent Aimar * subtitle: fixed a small memleak.
2004-06-25 Laurent Aimar * subtitle: removed debug message.
2004-06-25 Laurent Aimar * subtitle: compilation fix.
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.