]> git.sesse.net Git - vlc/history - modules/codec/subtitles/subsdec.c
subsdec: use var_Inherit()
[vlc] / modules / codec / subtitles / subsdec.c
2010-08-19 Rémi Denis-Courmontsubsdec: use var_Inherit()
2010-06-25 Rémi Denis-Courmontsubtitles: make the default character set value explicit
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-02-23 Laurent AimarFixed invalid accesses in decoder with corrupted subtit...
2010-01-30 Rémi Denis-CourmontReimplement Win32 GetACP() using gettext.
2010-01-13 Laurent AimarAdded support for \N \n and \h in subtitles.
2009-12-30 Jean-Baptiste KempfSubtitles: hide {Y:xxx } like tags
2009-12-30 Jean-Baptiste KempfSubsdec: initial support for <s> tag
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carrésubsdec: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-08-31 Rémi Denis-CourmontFix typo in greek ANSI code page
2009-06-10 Rémi Denis-CourmontKorean: list CP949 instead of EUC-KR
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-17 Rémi Denis-CourmontAvoid ?: GCC-ism
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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-11 Rémi Denis-CourmontRationalize string
2009-04-05 Rémi Denis-CourmontRevamp subtitle encodings list
2009-04-05 Rémi Denis-CourmontRemove inexistant MuleLao-1 and NEXTSTEP encodings
2009-04-05 Rémi Denis-CourmontRemove ASCII encoding, subset of UTF-8 (and many other)
2009-04-05 Rémi Denis-CourmontRemove inexistent encodings: C99, JAVA and HZ
2009-02-24 Laurent AimarImproved a bit SRT support.
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-24 Rémi DuraffortRemove allways true test.
2008-09-22 Laurent AimarImproved support for broken subtitles and {\anX} tag.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-18 Laurent AimarHandle special blocks in subsdec.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-09 Laurent AimarAdded support for alignment in subsdec (subrip).
2008-09-07 Laurent AimarImprove subsdec html output robustness.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-13 Rémi Denis-CourmontDo not translate log messages
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarFixed subtitle duration when rate != default.
2008-07-18 Laurent AimarUse picture helpers.
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Jean-Baptiste KempfFormatting cleaning
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-03-23 Rafaël CarréFix compilation
2008-03-23 Rafaël CarréDo not allocate arbitrary length on the stack
2008-03-23 Rafaël CarréMerge branch 'master' of git@git.videolan.org:vlc
2008-03-23 Rafaël CarréFix a buffer overflow
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
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 Rémi Denis-CourmontSimplify
2007-11-19 Rémi Denis-CourmontComments
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-13 Rémi Denis-CourmontAdd t140 FOURCC for always-UTF-8 subs
2007-09-12 Rémi Denis-CourmontCosmetic
2007-09-05 Bernie PurcellMove more of the code for USF subtitles decoding out...
2007-09-01 Jean-Baptiste KempfSubtitles: same. Reput the correct new modifications.
2007-09-01 Jean-Baptiste KempfSubtitles: attempt to get the history back.
2007-08-22 Antoine CellerierAdd new module_FindName function to find a module when...
2007-08-08 Jean-Baptiste KempfSubsdec: Split the decoder for subsdec / SSA / USF...