]> git.sesse.net Git - vlc/history - modules/mux
mux ts: fix short description of --sout-ts-pcr
[vlc] / modules / mux /
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 Laurent AimarMerged mp1v/mp2v codecs.
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-04 Rémi Duraffortmux_asf: fix memleak.
2009-04-30 Laurent AimarFixed VC1 muxing in ASF.
2009-04-30 Laurent Aimar"Header Extension" is mandatory in asf.
2009-04-30 Laurent AimarWrite aspect ratio only when defined (asf).
2009-04-10 Rémi Denis-CourmontRemove useless bsearch check
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-02-11 Christophe MassiotFix handling of AAC ADTS
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-09 Rémi DuraffortFix dereference before NULL test (CID 106)
2008-11-29 David Flynnmux/ogg: Don't use granulepos = UINT64_MAX on EOS page
2008-11-18 Laurent AimarCosmetics (use PES_EXTENDED_STREAM_ID)
2008-11-15 Laurent AimarRemoved useless test.
2008-11-15 David Flynnmux/mpeg/pes: move PES_PRIVATE_STREAM_1 id handling...
2008-11-15 David Flynnmux/mpeg/ts: Add dirac muxing support
2008-11-15 David Flynnmux/mpeg/pes: Add support for stream_id_extension
2008-11-15 Laurent AimarAdded 2 asserts.
2008-11-15 David Flynnmux/mpeg/pes: Add support for unbounded VIDEO_ES
2008-11-15 David Flynnmux/mpeg/pes: Add documentation stub
2008-11-10 David Flynnmux/ogg: Enable OggDirac support
2008-11-04 David FlynnFix calculation with uninitialized value
2008-10-29 Rémi Denis-CourmontRemove never used RTCP code (fixes #2254)
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-27 Pierre d'Herbemontogg: Fix a divide by zero.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Laurent AimarCorrectly set the index keyframe flag in avi muxer.
2008-08-22 Rémi DuraffortForgottent "fix warning".
2008-08-20 Rémi DuraffortSimplify code and remove unneeded tests.
2008-08-20 Rémi DuraffortCheck malloc return value and fix warnings.
2008-08-20 Rémi DuraffortCheck malloc return value and avoid memleaks.
2008-08-20 Rémi DuraffortCheck malloc return value.
2008-08-12 Rémi DuraffortFix memleaks when closing the module.
2008-08-11 Jean-Baptiste KempfA bit saner values for the bitrates in ASF muxer to...
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-05 Rémi Denis-CourmontCSA: simplify and remove scary amd64 warning
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-02 Ilkka OllakkaWhen deleting track, reduce stream bitrate too, unless...
2008-06-30 Antoine CellerierNote to self: test compilation before applying patches.
2008-06-30 Georgi ChorbadzhiyskiAdd --sout-asf-bitrate-override setting to ASF muxer
2008-06-30 Georgi ChorbadzhiyskiSmall cleanup in asf muxer. Use SOUT_CFG_PREFIX in...
2008-06-28 Kaloyan KovachevSmall fixes for ts_mux
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-18 Jean-Paul SamanBreak long line.
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Kaloyan KovachevDynamic two-keys CSA
2008-06-10 Rémi Denis-Courmontrtp: don't build unused directory
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-06 Rafaël CarréFix #1572
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
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-05-01 Rémi Denis-CourmontRemove useless #include
2008-04-28 Rémi Denis-CourmontDon't use VLC_ADD_PLUGIN for common sout and packetizer...
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-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-19 Rémi Denis-CourmontUse NDEBUG
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 Rémi Denis-CourmontComment related to previous commit
2008-01-29 Rafaël Carrémux: fix warnings, fix Control() indentation
next