]> git.sesse.net Git - vlc/history - modules/mux/asf.c
ASF mux: reduce variable scope
[vlc] / modules / mux / asf.c
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.