]> git.sesse.net Git - vlc/history - modules/mux/asf.c
Copyright fixes
[vlc] / modules / mux / asf.c
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.