]> git.sesse.net Git - vlc/history - modules/demux/ts.c
Merge branch 1.0-bugfix
[vlc] / modules / demux / ts.c
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-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-03-12 Laurent AimarReworked and improved TS ES with stream_type equals...
2009-03-12 Laurent AimarCosmetics (ts).
2009-03-08 Laurent AimarUpdate scrambled es state on change (TS).
2009-03-03 Laurent AimarNo functionnal changes (ts).
2009-03-03 Laurent AimarSplit PMTCallback to make it (a bit) more readable.
2009-03-03 Laurent AimarReident switch (ts).
2009-03-03 Laurent AimarCosmetics (ts).
2009-03-03 Laurent AimarCosmetics (ts).
2009-03-03 Laurent AimarFixed non DVB ts file support.
2009-02-13 Laurent AimarAdded teletext fields in es_forma_t.
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortdemux_ts: use var_CreateGet instead of var_Create+var_Get.
2008-12-29 Rémi Denis-CourmontStealthier missing <assert.h>
2008-11-29 Laurent AimarFix BD TrueHD and LPCM fourcc (ts).
2008-11-20 Laurent AimarFixed double free.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Derk-Jan HartmanFix potential static array overflow (CID 40 and 192)
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-10 Derk-Jan HartmanTS demux: Clarify a for() loop.
2008-10-09 Derk-Jan Hartmants demux: some cosmetics cleanup
2008-10-09 Derk-Jan Hartmants: double free (CID 245)
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-09 Laurent AimarAdded blu-ray proprietary codec ids to TS demuxer.
2008-09-09 Laurent AimarSupport E-AC3 in TS used by DVB.
2008-09-07 Derk-Jan HartmanTS demux: cleanup some of the dvb and telx track descri...
2008-09-07 Derk-Jan HartmanTS demux: american english is our default
2008-09-06 Derk-Jan Hartmants demux: simplify the teletext case i_teletext_type...
2008-09-06 Derk-Jan Hartmants demux: any teletext type of 1-5 is valid.
2008-09-05 Laurent AimarDo not ignore teletext initial page (close #1997).
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-25 Laurent AimarFixed packetized flag value for aes3 stream.
2008-08-25 Laurent AimarUse aes3 for BSSD codec (close #1765).
2008-08-23 Derk-Jan Hartmants demux: fix potential crash in EIT events
2008-08-14 Derk-Jan HartmanRevert "Add Private Stream 1 case according to the...
2008-08-11 Jean-Baptiste KempfAdd Private Stream 1 case according to the norm.
2008-08-11 Jean-Baptiste KempfAccording to ISO 13818-1 page 34, ECM and EMM stream_id...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-04 Laurent AimarGrr, really fix ts-extra-pmt comment.
2008-07-04 Laurent AimarFixed a comment on ts-extra-pmt.
2008-07-04 Laurent AimarFixed and improved ts-extra-pmt option (close #1592).
2008-07-04 Laurent AimarMove extra PMT creation to its own function.
2008-06-29 David Flynnts demux: add support for dirac streams via registratio...
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-15 Kaloyan KovachevDynamic two-keys CSA
2008-06-07 Kaloyan KovachevMove the CSA Key parsing inside csa_SetCW function
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-26 Rafaël CarréDo not malloc(0) - to make valgrind not report 0 byte...
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-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-24 Jean-Paul SamanFix indentation after vlc_bool_t by bool replacement...
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-03-13 Rafaël Carréfix ts demuxing AAC with ADTS headers
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Dennis van Amerongen* modules/demux/ts.c: remove excessive ;
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
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)
2008-01-13 Laurent AimarFixed typo in MJD decoding (Fix EIT informations)
2007-12-16 Jean-Paul SamanSmall cleanup
2007-10-26 Jean-Paul SamanFix number of potential memleaks
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-29 Laurent AimarFixed regression in EITConvertToUTF8.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-31 Rémi Denis-CourmontUse 1400 rather than 1500 as default *application-layer...
2007-08-30 Rémi Denis-CourmontFix a few warnings, and handle iconv errors (I expect...
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-09 Christophe Mutricyfix [20770]
2007-07-08 Christophe MutricyRessucitate the telx module and make it to conflict...
2007-07-06 Jean-Paul SamanRemoved telx Teletext decoder in favor of zvbi based...
2007-07-06 Jean-Paul SamanSmall cleanup
2007-07-06 Jean-Paul SamanRemove whitespace.
2007-07-06 Jean-Paul SamanThis patch is a hack to force usage of zvbi teletext...
2007-05-21 Laurent AimarImplement GET_TIME/LENGTH/POSITION when reading from...
2007-05-16 Jean-Paul SamanFix one warning for vlc_iconv() here (4th argument...
2007-03-23 Laurent AimarUse new EPG api + convert event strings to UTF-8.
2007-03-07 Laurent AimarFixed segfault with teletex/dvbs streams (double free).
2007-02-25 Laurent AimarFixed warning (missing VLC_OBJECT()).
next