]> git.sesse.net Git - vlc/history - modules/demux/ts.c
TS: remove useless --ts-silent option
[vlc] / modules / demux / ts.c
2013-04-28 Jean-Baptiste KempfTS: remove useless --ts-silent option
2013-04-28 Rafaël Carréts demux: fix eac3 mistaken for ac3
2013-04-28 Rafaël Carréts demux: don't lose PID specific data on PMT callback
2013-04-28 Rafaël Carréts demux: remove duplicate code
2013-04-26 Christoph MiebachString removal
2013-03-28 Francois Cartegnievlc_epg: add parental rating from ts streams.
2012-12-17 Rafaël CarréRemove variable name clashes in TAB_REMOVE
2012-12-12 Laurent AimarAdded support for SCTE-27 in TS demuxer.
2012-12-12 Laurent AimarRemoved write only ts_es_t::b_gather
2012-12-12 Laurent AimarRename ts_es_t::*pes* into ts_es_t::*data*
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-04 Francois Cartegniedemux ts: fix EITConvertToUTF8 to deal with no longer...
2012-05-22 Aurelien Nephtalits: Fix audio type description parsing
2012-03-05 Rafaël Carréts_debug: check format parameters
2012-03-05 Rafaël CarréTS Demux: PCRHandle(): simplify
2012-03-05 Rafaël CarréTS Demux: dr_52.h and dr_59.h are always present
2012-03-05 Rafaël CarréTS demux: PMT callback: simplify
2012-03-05 Rafaël CarréTS demux: PATCallback: simplify
2012-03-05 Rafaël CarréTS demux: PIDInit(): simplify
2012-03-05 Rafaël CarréTS Demux: PIDFillFormat(): void, reduce dereference
2012-03-05 Rafaël CarréTS Demux: IODNew(): simplify
2012-03-05 Rafaël CarréTS demux: iod_descriptor_t: remove write-only members
2012-03-05 Rafaël CarréTS demux: IODFree / IODNew: simplify
2012-03-05 Rafaël CarréTS demux: es_mpeg4_descriptor_t: remove write-only...
2012-03-05 Rafaël CarréTS demux: decoder_config_descriptor_t: remove write...
2012-03-05 Rafaël CarréTS demux: use c99 for, cosmetics
2012-03-05 Rafaël Carrésl_config_descriptor_t: unused, remove
2012-03-05 Rafaël CarréTS demux: use a static function for debugging
2012-03-05 Rafaël CarréTS Demux: assume dvbpsi/tot.h is present
2012-03-05 Rafaël CarréTS demux: fix print format strings
2012-03-05 Rafaël CarréTS demux: decoder_specific_info -> i_extra/p_extra
2012-02-04 Kaarlo RaihaRemove unneeded include
2012-01-25 Rémi Denis-CourmontTS: remove useless ts-dump stuff altogether
2012-01-25 Rémi Denis-CourmontTS: do not retain useless ts-dump settings
2012-01-25 Rémi Denis-CourmontTS: fix ts-dump error handling, remove a useless variable
2012-01-17 Laurent AimarUsed last PCR/SCR as fallback PTS for Teletext in TS...
2012-01-17 Laurent AimarDo not require PES header in zvbi decoder.
2012-01-03 Jean-Baptiste KempfDenote warnings in demuxer that can happen in normal...
2011-12-04 Jean-Baptiste KempfFix various preferences typos
2011-12-04 Rafaël CarréUse PRId64 to print int64_t
2011-11-16 Can WuTS demux: handle es stream type 0x42, which is CAVS
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'.
next