]> git.sesse.net Git - vlc/history - modules/demux/subtitle.c
mediacodec: don't loop in GetOutput
[vlc] / modules / demux / subtitle.c
2015-01-12 David Fuhrmanndemux/subtitle: Fix wrong ASS header parsing
2014-09-11 Hannes Domanisubtitle-demux: speedup SSA parser
2014-09-10 Hannes Domanisubtitle-demux: fix memory leaks (fixes #11908)
2014-08-13 Rémi Denis-Courmontsubtitle demux: avoid upconversion to double precision
2014-02-26 Felix AbecassisSubtitle: fix off-by-one error during allocation before...
2014-02-17 Jean-Baptiste KempfSubtitles: Detect stupid SRT convention for languages...
2013-11-20 Maxim BublisFixed parsing SubRip subtitles with missing msecs.
2013-10-01 Arun Pandian Gbasic WebVTT support
2013-04-25 Felix Paul Kühnesubtitle-demux: unify 'Frames per Second' vs. 'Frames...
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-14 Rémi Denis-CourmontEnsure string list always has text
2012-08-05 Jean-Baptiste KempfSSA: do not use memmove
2012-06-27 Rémi Denis-Courmontsubtitle: deal with initial UTF-8 BOM
2012-02-28 Konstantin PavlovFix some common typos.
2012-01-04 Jean-Baptiste KempfSubtitles: remove choices from translated strings.
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-04-03 Jean-Baptiste KempfSubtitles: basic support for {y:i}, {y:b} and {y:u}
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
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.
next