]> git.sesse.net Git - vlc/history - src/stream_output/stream_output.c
Removes trailing spaces. Removes tabs.
[vlc] / src / stream_output / stream_output.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontAdd pf_control to access_output
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
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-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-08-06 Jean-Paul SamanFix compiler warning on uninitialized variable.
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-04-27 Jean-Paul SamanRemove whitespace
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-06 Antoine CellerierRemove useless lines (which came from a missunderstandi...
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-05 Antoine CellerierDeprecated options handling
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacAccessOutWrite is called very often, especially for...
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2005-10-29 Antoine Celleriers/unsuported/unsupported/ (thanks to tumu)
2005-08-05 Christophe Massiot * ALL: releasing a few unreleased objects.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-08 Christophe Massiot * src/stream_output/stream_output.c : Print a debug...
2005-03-03 Clément StenacHandle module variables in sout options parser
2004-10-15 Gildas Bazin* src/stream_output/stream_output.c: oops, 1.5 seconds...
2004-10-15 Gildas Bazin* src/stream_output/stream_output.c:
2004-08-28 Sam Hocevar * Spelling fixes.
2004-08-04 Laurent Aimar * stream_output: sout_CfgParse will accept a special...
2004-07-10 Laurent Aimar * all: lot of cosmetics, and added a MUX_GET_MIME...
2004-07-06 Gildas Bazin* src/stream_output/stream_output.c: don't forget to...
2004-05-12 Gildas Bazin* src/stream_output/stream_output.c: allows spaces...
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-04-25 Laurent Aimar * x264: compilation fix.
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small coding style...
2004-04-23 Laurent Aimar * stream_output: fixed bool handling in sout_ParseCfg.
2004-04-23 Laurent Aimar * stream_output: added bool support (untested).
2004-04-23 Laurent Aimar * stream_output: added a sout_ParseCfg to help sout...
2004-04-07 Laurent Aimar * input/input_dec.c: we automaticaly switch to minimiz...
2004-03-11 Laurent Aimar * stream_output: sout_buffer_t -> block_t.
2004-03-10 Laurent Aimar * stream_output.c: delete meta informations after...
2004-03-10 Laurent Aimar * input, stream_output: handle sout_instance_t->p_meta.
2004-03-06 Laurent Aimar * all: implemented sout asynch support. (ie sout will...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-01-27 Gildas Bazin* modules/packetizer/mpegvideo.c: fixed major bug where...
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-07 Gildas Bazin* include/stream_output.h, src/stream_output/stream_out...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-09-07 Laurent Aimar * libvlc: removed some unused options.
2003-08-09 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2003-08-01 Laurent Aimar * stream_output.c: fixed a segfault when muxer isn...
2003-07-31 Laurent Aimar * stream_output: * some clean and fixed a little memor...
2003-07-22 Gildas Bazin* src/stream_output/stream_output.c: fixed segfault...
2003-05-19 Gildas Bazin* src/stream_output/stream_output.c, modules/stream_out...
2003-04-29 Laurent Aimar * stream_output.c: some sanity checks and bypass defau...
2003-04-29 Laurent Aimar * stream_output.c: fix segfault when not specifying...
2003-04-18 Laurent Aimar * stream_output.c: add a vlc_mutex_lock/unlock ...
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-17 Laurent Aimar * all: fixed some stupid bugs.
2003-03-15 Laurent Aimar * sout: fix a stupid bug making avi muxer segfaulting.
2003-03-12 Sam Hocevar * ./src/stream_output/stream_output.c: Win32 compilat...
2003-03-11 Laurent Aimar * removed strdupa.
2003-03-11 Sam Hocevar * ./src/stream_output/stream_output.c: fixed a minor...
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.c : added a sanity check.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-14 Laurent Aimar * stream_output.c: fix a bug with "null" stream.
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-08 Sam Hocevar * ./src/stream_output/stream_output.c: minor fix...
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-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-08-14 Olivier Teulière * compilation fix (by sam)
2002-08-12 Christophe Massiot* Fixed miscellaneous bugs.
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.