]> git.sesse.net Git - vlc/history - modules/mux/asf.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / mux / asf.c
2010-08-17 Jean-Baptiste KempfASF mux: reduce variable scope
2010-06-18 Laurent AimarAdded 'Extended Stream Properties' in asf muxer for...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-28 Jean-Baptiste KempfASF muxer: remove unused variable.
2010-05-01 Laurent AimarFixed ASF muxer header with extended streams and aspect...
2010-05-01 Laurent AimarWrite new ASF header on the fly only in HTTP mode.
2010-05-01 Laurent AimarDo not remove track informations in DelStream for non...
2010-03-05 Rémi Denis-CourmontASF: thread-safe pseudo-random numbers
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-12-26 Jean-Baptiste KempfASF: remove unused variables
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Rafaël Carrémove MuxGetStream() to libvlccore, bump plugin ABI
2009-12-08 Rafaël Carréasf: fix VLC_TS_INVALID comparison spotted by nefrir
2009-12-08 Rafaël Carrémux_asf: use VLC_TS_INVALID (refs #3135)
2009-11-13 Rémi DuraffortUse var_CreateGet* when applicable.
2009-10-06 Ilkka Ollakkaasf.c: fix variable usage
2009-10-06 Ilkka OllakkaRevert "asf.c: allow adding tracks on-fly when doing...
2009-10-06 Ilkka Ollakkaasf.c: allow adding tracks on-fly when doing normal...
2009-10-06 Ilkka Ollakkaasf.c: write new header when track is removed/added
2009-10-06 Ilkka Ollakkaasf.c: use vlc_array_t for track-storage instead of...
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-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-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-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
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-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-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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-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-02 Laurent AimarFixed const warnings.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-05-31 Dennis van Amerongen* modules/mux/asf.c: Experimental support for AAC ...
2006-04-30 Clément StenacWoops
2006-04-30 Clément StenacFortune
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-01-12 Antoine CellerierFSF address change.
2005-09-28 Antoine Cellerier * fix signedness gcc warning
2005-08-01 Sigmund Augdal Helbergmux/asf.c: codec description fixes suggested by trax
2005-07-15 Rémi Denis-CourmontFix undefined symbol error
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-27 Mark Moriartymux/asf.c new --sout-asf-packet-size switch. It defau...
2005-01-21 Gildas Bazin* modules/mux/asf.c: for mpeg audio, i_bitspersample...
2005-01-20 Gildas Bazin* modules/mux/asf.c: another fix for WMA support.
2005-01-20 Gildas Bazin* modules/mux/asf.c: compiler warnings are there for...
2005-01-20 Gildas Bazin* modules/mux/asf.c: only add an audio error correction...
2005-01-18 Gildas Bazin* modules/mux/asf.c:
2005-01-17 Gildas Bazin* modules/mux/asf.c: properly write the ES type.
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-12-07 Gildas Bazin* modules/mux/asf.c: fixed header object. mmsh/asf...
2004-10-02 Clément StenacFixed string
2004-09-13 Eric Petit + mux/asf.c: gcc < 3 compile fix
2004-09-09 Gildas Bazin* modules/mux/asf.c: include a metadata header to store...
2004-09-01 Gildas Bazin* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true...
2004-09-01 Gildas Bazin* modules/mux/asf.c: fixed a bug I introduced in my...
2004-08-27 Gildas Bazin* modules/demux/asf/asf.c: ignore the ES extra data...
2004-08-27 Gildas Bazin* modules/mux/asf.c: flush our buffers on close.
2004-08-19 Gildas Bazin* modules/mux/asf.c: use syncpoints + add an empty...
next