]> git.sesse.net Git - vlc/history - modules/mux/asf.c
Merge branch 1.0-bugfix
[vlc] / modules / mux / asf.c
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...
2004-08-19 Gildas Bazin* modules/mux/asf.c: small cleanup
2004-08-19 Gildas Bazin* modules/mux/asf.c: don't forget to add the preroll...
2004-08-18 Gildas Bazin* modules/mux/asf.c: the asf muxer can only add streams...
2004-08-18 Gildas Bazin* modules/mux/asf.c: a few coding style changes.
2004-07-25 Gildas Bazin* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-04-25 Clément StenacAdd options descriptions
2004-04-23 Laurent Aimar * asf: use sout_ParseCfg and so added
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-01-25 Felix Paul Kühne* Stringreview
2003-12-22 Sam Hocevar * toolbox:
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-08-29 Laurent Aimar * asf: you can now add 'title', 'author', 'copyright...
2003-08-29 Laurent Aimar * asf: added stream infos object and fix a bug in...
2003-08-26 Laurent Aimar * asf: fix waveformatex header for mp3 audio.
2003-08-25 Laurent Aimar asf: fixed some headers errors.
2003-08-25 Laurent Aimar * asf: added an alias "asfh" : it creates special...
2003-08-24 Laurent Aimar * asf: more stuff (bitrate and time).
2003-08-24 Laurent Aimar * asf : asf muxer, not well tested yet.