]> git.sesse.net Git - vlc/history - modules/demux/ts.c
Improved TS file detection.
[vlc] / modules / demux / ts.c
2011-11-03 Laurent AimarImproved TS file detection.
2011-10-10 Laurent AimarEnable seek base on PCR in the TS demuxer only when...
2011-10-08 Laurent AimarSimplify/fix checks enabling the use of pcr for seeking...
2011-10-08 Naohiro KORIYAMATS demux: Enhance TS demuxer to support duration and...
2011-08-23 Jean-Baptiste KempfTS demux: remove unneeded header and add comment
2011-07-11 Rémi Denis-CourmontAbort an demux allocation failures
2011-07-11 Jean-Baptiste KempfTS demux: mark CSA options as safe
2011-06-19 Jean-Baptiste KempfMpeg-TS demuxer: fix typo and use one less string
2011-05-18 Rémi Denis-CourmontMark --ts-es-id-pid as safe
2011-03-06 Rémi Denis-CourmontFactor EIT text conversion in a .h file
2011-03-03 Jean-Baptiste KempfTS demux: remove outdated defines
2011-02-23 Jean-Baptiste KempfTS demux: kill warnings
2010-10-31 Laurent AimarRemoved useless test (ts.c)
2010-10-31 wucandemux/ts: beatify warning digital format when dump...
2010-10-26 Rémi Denis-CourmontTS: use FromCharset()
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_savefile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-10 Jean-Baptiste KempfFix various typos
2010-09-17 Rémi Denis-CourmontTS: prioritize normal audio tracks over special ones
2010-07-28 Rémi Durafforts/informations/information/
2010-07-22 Laurent AimarDo not filter out program/epg at the TS demuxer level...
2010-06-28 Laurent AimarFixed the selection of a program list in TS demuxer.
2010-06-28 Laurent AimarDo not filter out program/epg at the TS demuxer level.
2010-06-28 Laurent AimarClean up b_access_control usage in TS.
2010-06-28 Laurent AimarFactorized program (un)selection in TS.
2010-06-28 Laurent AimarNo functional changes (ts).
2010-06-28 Laurent AimarRemoved write only variables (ts).
2010-06-28 Laurent AimarFixed program selection in TS demuxer.
2010-06-28 Laurent AimarFixed (un)selection of pcr pid in TS demuxer.
2010-06-28 Laurent AimarFixed a segfault when --programs is used in the TS...
2010-06-27 Laurent AimarPreparse the TS until at least one ES is declared.
2010-06-05 Rémi Denis-CourmontSpelling
2010-06-05 Rémi Denis-CourmontTypos
2010-05-10 Ilkka Ollakkademux/ts.c: dont leak psz_name/psz_description on multi...
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-26 Laurent AimarFor private stream_type, fallback on registration descr...
2010-02-18 Vicente Jimenez... Fix typo in comment.
2010-02-08 Laurent AimarFixed es priority for teletext (ts).
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-31 Laurent AimarAdded more providers using broken encoding for SDT...
2010-01-31 Laurent AimarRemoved non const static variable in TS demuxer.
2010-01-30 Laurent AimarAdded ts-split-es option to control the way sub streams...
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2009-12-20 Laurent AimarFixed initial timestamp value in TS demuxer.
2009-12-16 Jean-Baptiste KempfTS: change a comment
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-28 Rémi Denis-CourmontTS demux: fix memory leak using ACCESS_SET_PRIVATE_ID_CA
2009-11-11 Marian ĎurkovičUse highres clock with TDT timebase
2009-10-29 Marian ĎurkovičFix typos. Thanks xtophe for spotting that.
2009-10-29 Marian ĎurkovičMake the buildbot happy until it gets newer libdvbpsi
2009-10-29 Marian ĎurkovičImplement TDT parsing in TS demux.
2009-10-26 Marian ĎurkovičDisplay time info also when DVB MPEG-TS is received...
2009-10-03 Laurent AimarFixed E-AC3 in ATSC TS stream.
2009-09-23 Marian ĎurkovičConvert EIT-coded CR/LFs to '\n'.
2009-09-14 Marian ĎurkovičEPG: Catch a replace EIT-coded CR/LFs
2009-09-14 Marian ĎurkovičEPG: Don't display extra items from extended EIT events
2009-09-14 Marian ĎurkovičDisplay EPG description if available
2009-09-11 Marian ĎurkovičBe more strict in provider name matching
2009-09-10 Marian ĎurkovičSet EPG default charset to ISO6937 as required by ETSI...
2009-09-09 Simon Hailes Extended PSI DVB subtitle types to include 0x14/0x28...
2009-09-08 Marian ĎurkovičPerform charset detection and conversion to UTF-8 also...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-27 Laurent AimarUsed VLC_CODEC_BD_PG in TS demuxer.
2009-08-24 Laurent AimarCosmetic.
2009-08-20 Pierre d'Herbemontts: Fix some signess comparison issue.
2009-08-20 Pierre d'Herbemontts: Kill some warnings.
2009-08-12 Laurent AimarUpdated current EIT event only on Current/Following...
2009-07-10 Anthony Loiseaudemux/ts: remove redundant test (cosmetic)
2009-07-01 Laurent AimarImproved error message in case of unrecognized DVB...
2009-07-01 Laurent AimarAdded 2 missings DVB subtitle types (used by french...
2009-06-13 Laurent AimarUse TrueHD codec in TS instead of MLP.
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 DuraffortCreate a function to free the memory allocated when...
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.
next