]> git.sesse.net Git - vlc/history - modules/mux
macosx: Use a toolbar to display controls. (Doesn't look like a toolbar though)
[vlc] / modules / mux /
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
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)
2008-01-11 Dennis van Amerongen* modules/mux/mp4.c: typo opened -> opened spotted...
2007-10-26 Jean-Paul SamanFix small issues in mux/ts.c:
2007-10-18 Jean-Paul SamanUse proper unity.
2007-10-02 Laurent AimarFixed const warnings.
2007-10-02 Rémi Denis-Courmont - Heavily simplify the MPJPEG mux (closes #1188);...
2007-09-16 Rémi Denis-CourmontError handling
2007-09-14 Rémi Denis-Courmonttypo
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 _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-05-25 Laurent AimarCompilation warning fixes.
2007-05-16 Jean-Paul SamanCorrect csa_New() prototype by adding void argument.
2007-04-29 Jean-Paul SamanNumerous compile fixes.
2007-04-19 Gildas Bazin* modules/demux/mp4/*, modules/mux/mp4.c: add support...
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-12-24 Clément StenacMore cleanup
2006-12-12 Jean-Paul SamanSmall readability enhancement
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Jean-Paul SamanRewrote internal RTCP to support multiple client connec...
2006-11-07 Christophe Massiot * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
2006-11-01 Sigmund Augdal Helbergmux/avi.c: write '\0' rather than an uninitalized byte...
2006-11-01 Sigmund Augdal Helbergmux/avi.c: fixed a crash when trying to make audio...
2006-10-08 Derk-Jan Hartman* Don't skip SPS/PPS after all. Apparently there is...
2006-10-08 Derk-Jan Hartman* Skip h264 SPS/PPS in bitstream when muxing mp4
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-30 Clément StenacRe-enable art fetching when in "ALL" mode
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-09 Clément StenacCopyright stuff
2006-08-15 Derk-Jan Hartman* Get and write the correct profile_compat_byte
2006-08-06 Jean-Paul SamanRemove some whitespace
2006-08-03 Clément StenacFix duplicate definitions of FREE
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-31 Dennis van Amerongen* modules/mux/asf.c: Experimental support for AAC ...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-01 Clément StenacForwardport [15492]
2006-04-30 Clément StenacWoops
2006-04-30 Clément StenacFortune
2006-04-14 Clément StenacStrings
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-31 Clément StenacMuxers (Refs:#438)
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-03-20 Christophe Massiot * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
2006-03-14 Christophe MutricyALL: Fix make distcheck
2006-03-11 Clément StenacFix crash in TS muxer. Patch by Alex Antropoff.
2006-03-03 Jean-Paul SamanStructures and functions for RTCP support. BIG FAT...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
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)
next