]> git.sesse.net Git - vlc/history - modules/demux/ty.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / ty.c
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in ty demuxer.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-23 Dominique Leuenbergerinverted parameters to memset. Setting the length to...
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-30 Laurent AimarAllows selecting CC as soon as possible.
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-19 Rémi Denis-CourmontFix some integer overflows and a stupid memset() invocation
2008-10-19 Rémi Denis-CourmontSimply debug
2008-10-19 Rémi Denis-CourmontFix warning
2008-10-18 Rémi Denis-CourmontFix (yet another) TiVo demux overflow.
2008-10-11 Derk-Jan Hartmanty demux: simplify and fix potential memleak (CID 214)
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-08-19 Jean-Baptiste KempfKill warnings.
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-18 Laurent AimarAdded partial XDS decoding support (channle/program)
2007-10-17 Laurent AimarAdded closed captions decoding for tivo files.
2007-10-14 Laurent AimarClean up + fixed a few memleaks.
2007-10-13 Laurent AimarRestore extension detection (ty and ty+)
2007-10-12 Laurent AimarImport new http://tivo-vlc.sf.net tivo demuxer version...
2007-10-08 Laurent AimarRemoved unused variables.
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 stdlib.h
2007-05-17 Antoine Cellerier* luaplaylist.c: Change demux2 capability from 0 to 9
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Pavlov Konstantinyeah, writing 4 0 times is fun, but..
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-04-09 Gildas Bazin* modules/demux/ty.c: fixed probing bug.
2005-03-16 Gildas Bazin* modules/demux/ty.c: fixed segfault while probing.
2005-03-16 Rémi Denis-Courmont- TY should have a lower priority than PS
2005-03-11 Rémi Denis-CourmontTivo file demuxer