]> git.sesse.net Git - vlc/history - src/stream_output
Merge branch 'master' into lpcm_encoder
[vlc] / src / stream_output /
2010-09-26 Steinar GundersonMerge branch 'master' into lpcm_encoder
2010-09-26 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-26 Rémi DuraffortAttach the sap object to libvlc.
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Rémi Denis-CourmontRemove getnameinfo and getaddrinfo wrappers
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
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2009-12-28 Rémi Duraffortsout_announce: use a static mutex instead of a variable.
2009-12-08 Rafaël Carrémove MuxGetStream() to libvlccore, bump plugin ABI
2009-12-07 Pierre YnardRevert "SDP: don't disallow RTCP RR"
2009-12-07 Pierre YnardSDP: don't disallow RTCP RR
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-07-11 Christophe MutricyTypos
2009-05-31 Rémi Denis-CourmontSAP_Add: use a union to fix aliasing bug
2009-05-31 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-05-31 Rémi Denis-CourmontRevert "SAP_Add: use a union to fix aliasing bug"
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Rémi Denis-CourmontSAP_Add: use a union to fix aliasing bug
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-29 Rémi DuraffortRevert "fix buffer overflows."
2009-01-29 Rémi Duraffortfix buffer overflows.
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-11-22 Laurent AimarMoved statistic update from sout to input.
2008-10-22 Rémi Denis-CourmontSAP does needs an object, not specifically a stream...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-11 Rémi Denis-CourmontSAP announce: rewrite, use one thread per SAP group...
2008-09-06 Rémi Denis-CourmontChange the name
2008-09-06 Rémi Denis-CourmontSAP out does not need an object name
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-27 Rémi Denis-CourmontSAP: no need to keep two dates per announce
2008-08-27 Rémi Denis-CourmontSAP out: do not access b_die directly
2008-08-27 Rémi Denis-CourmontSAP out: no need for net_Write here
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-26 Laurent AimarAdded missing const to sout_NewInstance.
2008-08-16 Rémi Denis-CourmontBetter lock during I/O than crash
2008-08-12 Pierre d'Herbemontsap: Fix thread prototype.
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-05 Rémi Denis-CourmontRemove dead code
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-17 Rémi Denis-CourmontSAP: mutex double initialization
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
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-20 Rafaël CarréFix memleak
2008-05-20 Rafaël CarréRemove not used allocation added in [bc650c59ca6d2edbf5...
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 Antoine Cellerierpsz_object_name should not be const! (else module name...
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-31 Pierre d'Herbemontsap: Use vlc_custom_create to create the object. (This...
2008-03-27 Pierre d'Herbemontsap: Set the sap announcer object name.
2008-03-26 Pierre d'Herbemontsap: Properly manage object memory.
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
next