]> git.sesse.net Git - vlc/history - src/stream_output/stream_output.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / stream_output / stream_output.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-02-10 Rémi Denis-Courmontsout_StreamChainDelete: iterative implementation
2010-02-10 Rémi Denis-Courmontfix seg'faulty sout_StreamChainDelete ordering
2010-02-03 Rémi Duraffortsout: fix typo.
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2010-01-17 Rafaël CarréFix double free after stream_out creation failed
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2009-12-08 Rafaël Carrémove MuxGetStream() to libvlccore, bump plugin ABI
2009-12-07 Rafaël Carrésout_InputSendBuffer(): use VLC_TS_INVALID
2009-10-15 Rémi Duraffortsout_MuxNew: constify.
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
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 AimarCosmetics.
2009-04-16 Rémi Denis-CourmontRevert "Do not crash if sout access is not specified...
2009-04-16 Rémi Denis-CourmontDo not crash if sout access is not specified - fixes...
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2008-11-22 Laurent AimarMoved statistic update from sout to input.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-08-29 Rémi Denis-Courmontsout_AccessOutNew: allow any VLC object type, not just...
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontAdd ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl...
2008-08-26 Laurent AimarAdded missing const to sout_NewInstance.
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-06-22 Rémi Denis-CourmontFix specifying a sout RTP port number using a sout MRL
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-14 Pierre d'Herbemontstream_output: Remove vlc_playlist.h from included...
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-06 Rafaël CarréCheck malloc return value
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-CourmontRemove some dead code
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-04-22 Pierre d'Herbemontstream_output: Expanded debug message at sout input...
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-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-02 Rémi Denis-CourmontSpecial case support --sout URL syntax for RTP demux.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-11 Jean-Paul SamanCheck malloc return value
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-12 Laurent AimarAdded sout-mux-caching option. It allow to set the...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
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
next