]> git.sesse.net Git - vlc/history - src/stream_output/stream_output.c
mux: avi: handle failed reallocs
[vlc] / src / stream_output / stream_output.c
2015-02-21 Rémi Denis-Courmontmux: remove return value from sout_mux_t.pf_delstream
2015-02-21 Rémi Denis-Courmontmux: constify stream format
2014-11-30 Ilkka Ollakkasout: send non-dated packets to sout
2014-11-30 Ilkka Ollakkasout: only wait all ES if muxer can't add tracks in...
2014-11-30 Ilkka OllakkaRevert "sout: Don't wait until all the es has atleast...
2014-11-15 Rémi Denis-Courmontsout_MuxGetStream: fix prototype, sign warning
2014-11-15 Rémi Denis-Courmontsout: remove impossible NULL check followed by reverse...
2014-02-20 Rafaël Carrésout_MuxSendBuffer: use a variable
2014-02-20 Ilkka Ollakkasout: Don't wait until all the es has atleast minimum...
2014-02-15 Jean-Paul Samansout: report muxer errors back
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-17 Jean-Paul Samansrc/stream_output/stream_output.c: destroy mutex on...
2012-10-18 Rémi Denis-Courmontsout: mostly fix and clean up pace control setting
2012-10-06 Rémi Denis-Courmontsout: remove unused sout_input_t.p_sout
2012-10-06 Rémi Denis-Courmontstream output: remove nul/unused object members
2012-09-02 Rémi Denis-CourmontRemove redundant UNDER_CE checks
2012-08-29 Rémi DuraffortFix potential memory leak.
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-03-29 Rémi Denis-Courmontsout: remove broken statistics code
2010-12-02 Jean-Paul Samansrc/stream_output/stream_output.c: input_UpdateStatisti...
2010-11-29 Rémi Denis-Courmontsout_InstanceNew: remove __
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
next