]> git.sesse.net Git - vlc/history - include/stream_output.h
FSF address change.
[vlc] / include / stream_output.h
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-11-29 Clément StenacRemove SLP (Closes:#434)
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-20 Marian Durkovicsend proper info in m= line of SAP announcements:
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-07-27 Rémi Denis-CourmontPut correct owner address in SAP-generated SDP
2005-07-26 Rémi Denis-CourmontAdd const
2005-07-10 Rémi Denis-CourmontAll signedness fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Rémi Denis-CourmontFix declaration of sout_AnnounceSessionCreate
2005-05-31 Rémi Denis-Courmont- hopefuly fix sending of SAP announces over IPv6
2005-02-07 Rémi Denis-Courmontfix two memleaks and remove a bogus net_Close()
2005-02-05 Rémi Denis-Courmont* convert SAP announce name & group from locale to...
2004-11-06 Yoann Peronneau* Added group announcing support
2004-08-10 Derk-Jan Hartman* include/stream_output.h: add a ip_version field to...
2004-07-10 Laurent Aimar * all: lot of cosmetics, and added a MUX_GET_MIME...
2004-04-23 Laurent Aimar * stream_output: added a sout_ParseCfg to help sout...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-03-11 Laurent Aimar * stream_output.h: removed sout_buffer_t and use block...
2004-03-10 Laurent Aimar * stream_output.h: added a vlc_meta_t field to sout_in...
2004-03-06 Laurent Aimar * all: added two variables needed for asynch sout.
2004-03-03 Christophe Massiot* src/input/input_dec.c: Copy block_t::i_flags to sout_...
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-01-25 Clément Stenac* Strings review in include/
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2003-12-07 Gildas Bazin* include/stream_output.h, src/stream_output/stream_out...
2003-11-22 Laurent Aimar * stream_output.h, transrate.c : do not use SOUT_BUFFE...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-07 Christophe Massiot* modules/packetizer/mpegvideo.c: Detect discontinuitie...
2003-09-12 Laurent Aimar * include/stream_output.h include/vlc_common.h ...
2003-08-14 Sigmund Augdal Helberginclude/stream_output.h:
2003-08-09 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2003-07-31 Laurent Aimar * stream_output: * added some #define for private...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-02-25 Laurent Aimar * stream_output.* : added a flags variable to sout_buf...
2003-02-24 Laurent Aimar * stream_output.h : add a private parameter to sout_in...
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-08 Laurent Aimar * all: added a new function (sout_BufferChain) and...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.