]> git.sesse.net Git - vlc/history - modules/demux/ts.c
ts demux: some cosmetics cleanup
[vlc] / modules / demux / ts.c
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()).
2007-02-25 Laurent AimarFixed --ts-extra-pmt (close #516)
2007-02-21 Laurent AimarAvoid a malloc(0) (We don't call free on it, valgrind...
2007-02-09 Christophe Massiot * modules/demux/ts.c: Fixed erroneous warning messages...
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2007-01-20 Christophe Mutricyts.c: Current libdvbpsi is buggy so wait for 0.1.6...
2007-01-19 Christophe Massiot * modules/demux/ts.c: Parse the telx descriptor and...
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Christophe Massiot * modules/demux/ts.c: Fixed --ts-out used in conjuncti...
2006-10-13 Derk-Jan HartmanDon't add MPEG-TS program data for programs that don...
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-09-09 Clément StenacCopyright stuff
2006-08-30 Derk-Jan Hartman* forwardport [15373] which was left accidently hanging...
2006-08-28 Clément StenacDon't output debug on fprintf by default (Refs Debian...
2006-07-18 Sigmund Augdal Helbergsupport muxing and demuxing of dual mono mpeg ts stream...
2006-06-28 Clément StenacGra. Fix most of TS meta
2006-06-28 Clément StenacForgot that for Qt
2006-05-20 Jean-Paul SamanUse correct types
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-15 Derk-Jan Hartman* Support for Topfield .rec recordings. It's MPEG-TS...
2006-03-25 Jean-Paul SamanDrop support for VLS specific LPCB because it conflicts...
2006-03-18 Christophe MutricyTypo
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-01-26 Sigmund Augdal Helbergmodules/demux/ts.c: Fixed a very very minor memleak
2006-01-12 Antoine CellerierFSF address change.
2005-12-19 Christophe Massiot * src/input/es_out.c: New --audio-track-id and --sub...
2005-12-05 Rémi Denis-CourmontUse net_ConnectUDP
2005-09-27 Derk-Jan Hartman* ts.c: print Stream Identifier descriptor information
2005-09-19 Christophe Massiot * modules/demux/ts.c: PID 8191 is padding.
2005-09-03 Jean-Paul Samansilence random access indicator
2005-08-14 Christophe Massiot * modules/demux/ts.c: Fixed a side-effect when p_sys...
next