]> git.sesse.net Git - vlc/history - modules/mux/mpeg/ts.c
Add support to mpeg-ts muxer to pass keyframe flag (BLOCK_FLAG_TYPE_I) to access_out...
[vlc] / modules / mux / mpeg / ts.c
2010-04-24 Keary GriffinAdd support to mpeg-ts muxer to pass keyframe flag...
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-03-05 Rémi Denis-CourmontMux: kill srand() use
2009-11-16 Rémi Duraffortmux_mpeg_ts: no need to lock inside the destructor.
2009-11-16 Rémi DuraffortUse var_Get* when applicable.
2009-11-13 Rémi DuraffortUse var_CreateGet* when applicable.
2009-09-21 Jean-Baptiste KempfTS: put EAC3 in TS muxer
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-25 Rémi Denis-CourmontTS mux: seemingly useless sleep (pf_mux is synchronous)
2009-08-20 Pierre d'Herbemontmpeg: Flag unused arguments.
2009-06-10 Derk-Jan Hartmanmux ts: fix short description of --sout-ts-pcr
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-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
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-04-10 Rémi Denis-CourmontRemove useless bsearch check
2009-02-11 Christophe MassiotFix handling of AAC ADTS
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-11-15 David Flynnmux/mpeg/ts: Add dirac muxing support
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-07-05 Rémi Denis-CourmontCSA: simplify and remove scary amd64 warning
2008-06-28 Kaloyan KovachevSmall fixes for ts_mux
2008-06-18 Jean-Paul SamanBreak long line.
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-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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 in scope blocks after bool change.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Jean-Paul SamanAdd space after , in defining module properties.
2008-03-14 Rafaël CarréFix AAC muxing into TS
2008-03-12 Rémi DuraffortAnother time "Remove useless test ..."
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 Jean-Paul SamanRemove useless error messages when allocation of struct...
2008-03-02 Jean-Paul SamanDon't leak memory when filling in p_stream->p_decoder_s...
2008-02-28 Rémi Denis-CourmontAccept MP3 as an alternative to MPGA for RTP and TS.
2008-01-29 Rafaël Carrémux: fix warnings, fix Control() indentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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)
2007-10-26 Jean-Paul SamanFix small issues in mux/ts.c:
2007-10-18 Jean-Paul SamanUse proper unity.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-04-06 Christophe Massiot * modules/mux/mpeg/ts.c: Fixed comment.
2007-03-23 Christophe MutricyFix the strings.
2007-02-14 Christophe Massiot * modules/mux/mpeg/ts.c: EN 300 473 says that data_ali...
2007-01-19 Christophe Massiot * modules/demux/ts.c: Parse the telx descriptor and...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-07 Christophe Massiot * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-09 Clément StenacCopyright stuff
2006-07-18 Sigmund Augdal Helbergsupport muxing and demuxing of dual mono mpeg ts stream...
2006-06-06 Marian Durkovicmake --sout-ts-alignment default enabled (refs: #669)
2006-05-01 Clément StenacForwardport [15492]
2006-04-14 Clément StenacStrings
2006-03-31 Clément StenacMuxers (Refs:#438)
2006-03-20 Christophe Massiot * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
2006-01-12 Antoine CellerierFSF address change.
2005-10-09 Laurent Aimar * ts: fix segfault with old dvbpsi, fix uninitialized...
2005-09-28 Antoine Cellerier * trailing spaces removal (this commit is really useless)
2005-09-19 Christophe Massiot * modules/mux/mpeg/ts.c: Detect older versions of...
2005-09-18 Gildas Bazin* modules/mux/mpeg/ts.c: disabled some broken code.
2005-09-15 Christophe Massiot * modules/mux/mpeg/ts.c: Support for SDT and multiple...
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-08-08 Jean-Paul SamanFix a segmentation fault introduced by the previous...
2005-08-08 Jean-Paul Saman(Forward port from branch 0.8.1-jpsaman-thedj) TS demux...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Christophe Massiot * modules/mux/mpeg/ts.c: New --no-sout-ts-crypt-video...
2005-06-01 Gildas Bazin* modules/mux/mpeg/*: add the mpeg4 video VOL data...
next