]> git.sesse.net Git - vlc/history - modules/demux/subtitle.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / subtitle.c
2010-06-10 Grigori GoronzySubtitles/SSA: enable reordering after load
2010-04-19 Rémi Duraffort"strlen( psz ) == 0" => "*psz == '\0'"
2010-01-23 Laurent AimarAdded sub-description to override a subtitle track...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in subtitle demuxer.
2009-12-12 Laurent AimarRemoved an invalid free added by 15643af1 (subtitle...
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-13 Laurent AimarAdded support for buggy SubRip files that use dot inste...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-11-22 Christophe MutricyFix my previous commit
2008-11-22 Christophe MutricyFix memleak
2008-11-05 Rémi Denis-CourmontFix sscanf overflow
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-18 Jean-Baptiste Kempf[Subtitles] Change error message to warning message...
2008-10-08 Rémi DuraffortFix potential memleak (CID 260)
2008-10-08 Rémi DuraffortFix potential segfault introduced by myself (CID 263)
2008-10-05 Rémi DuraffortFix memleak (CID 210)
2008-10-01 Rémi DuraffortFix memleak (CID 209)
2008-10-01 Rémi DuraffortFix memleaks (CID 211)
2008-10-01 Rémi DuraffortFix memleak (CID 212)
2008-10-01 Rémi DuraffortFix memleak (CID 213)
2008-09-22 Laurent AimarDo not show hidden lines in subrip subtitle.
2008-09-18 Laurent AimarDo not throw away the last subtitle for subrip and...
2008-09-02 Laurent AimarCosmetic.
2008-09-02 Derk-Jan Hartmansubtitle demux: add comment about how to enable auto...
2008-08-03 Laurent AimarMoved static variable to the subtitle demuxer context.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-02 Rémi DuraffortAvoid segfault in subtitle demuxer.
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Jean-Baptiste KempfUpdate NEWS and interface string about the latest parsi...
2008-05-21 Rémi Denis-CourmontDon't rely on scanf when parsing floats from files
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Jean-Baptiste KempfAdd options for preferences.
2008-05-20 Jean-Baptiste KempfDKS and Subviewer1 parsing support.
2008-05-20 Jean-Baptiste KempfMulti-line support for JacoSub.
2008-05-15 Jean-Baptiste KempfCosmetic.
2008-05-15 Jean-Baptiste KempfSupport for RealText Subtitles.
2008-05-13 Jean-Baptiste KempfPut psb in NEWS, interface and options.
2008-05-13 Jean-Baptiste KempfSupport for multiple lines in PJS subs.
2008-05-13 Jean-Baptiste KempfSupport for parsing PowerDivx (.psb) subtitles
2008-05-13 Jean-Baptiste KempfCosmetic, malloc checks and options completion.
2008-05-12 Jean-Baptiste KempfCommit the good version of the file.
2008-05-12 Jean-Baptiste KempfSupport for both types of MPSub
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-02 Jean-Baptiste KempfSupport for MPSub.
2008-05-02 Jean-Baptiste KempfSmall fix for PJS to remove "".
2008-05-02 Jean-Baptiste KempfParsing of Phoenix Subtitles.
2008-05-02 Jean-Baptiste KempfSupport for AQT subtitles.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-01-25 Sigmund Augdal Helbergsubtitle demux change for better ASS/SSA support. By...
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.
next