]> git.sesse.net Git - vlc/history - src/stream_output
Factorize code and remove unneed error message about memory allocation.
[vlc] / src / stream_output /
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
2008-03-02 Jean-Paul SamanAgain id weirdness.
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-02-03 Rémi Denis-CourmontMissing #include
2008-01-28 Rafaël Carrésout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PRE...
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
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-29 Jean-Baptiste KempfForgotten file in [22883]. Sorry.
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-17 Jean-Paul SamanAdd Icecast support to profiles.
2007-10-12 Laurent AimarAdded sout-mux-caching option. It allow to set the...
2007-10-04 Rémi Denis-CourmontFactorize rtpmap formatting
2007-10-04 Rémi Denis-CourmontMake sdp_Start static since it is used nowhere outside
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
2007-09-15 Rémi Denis-CourmontRemove dead code
2007-09-15 Rémi Denis-CourmontUnexport some unused APIs
2007-09-15 Rémi Denis-CourmontTypo
2007-09-15 Rémi Denis-CourmontVLC-specific playlist group support
2007-09-15 Rémi Denis-CourmontRework SDP API a little
2007-09-15 Rémi Denis-CourmontPrice of the most useless piece of code of the day
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-13 Rémi Denis-CourmontUse size_t instead of socklen_t
2007-09-12 Rémi Denis-CourmontRemove extra va_end; code factorization
2007-09-11 Ilkka Ollakkause va_copy, so you don't use same va_list twice.
2007-09-11 Rémi Denis-CourmontDon't forget bitrate
2007-09-11 Rémi Denis-CourmontFix *printf usage
2007-09-11 Rémi Denis-CourmontMissing CRLF
2007-09-11 Rémi Denis-CourmontFix segfault
2007-09-11 Rémi Denis-CourmontTry to improve and export the SDP formatting helpers
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-Courmontsize_t / int confusion
2007-08-21 Rémi Denis-CourmontAppend media description to the SDP, as the name suggest
2007-08-21 Rémi Denis-CourmontUse hostname as SDP origin, as the spec says.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-17 Christophe MutricyThat has apparently been fixed
2007-08-17 Rémi Denis-CourmontSame as previous commit, for RTP/TS
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-17 Rémi Denis-CourmontFixes
2007-05-01 Rémi Denis-CourmontProvide va_list variant to MakeSDPMedia
2007-05-01 Rémi Denis-CourmontAdd helper for SDP media description formatting
2007-05-01 Rémi Denis-CourmontFix some memleaks
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
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-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-26 Rémi Denis-CourmontRemove net_ReadNonBlock(),
2007-02-15 Rémi Denis-Courmont- Fix error reporting in net_Read* (refs #1056)
2007-02-12 Damien Fouilleul- getaddrinfo.c: use Win32 shim functions to load getna...
2007-02-11 Christophe MutricyBetter compile fix by Pierre d'Herbemont
2007-02-11 Rémi Denis-CourmontCosmetic fix
2007-02-11 Rémi Denis-CourmontByte order fix
2007-02-11 Rémi Denis-CourmontFix link-scoped IPv6 addresses
2007-02-11 Christophe Mutricycompile fix
2007-02-10 Rémi Denis-CourmontRepair SAP + SSM
2007-02-10 Rémi Denis-CourmontLittle typo, little buffer overflow
2007-02-10 Rémi Denis-CourmontFix a bunch of bugs
2007-02-10 Rémi Denis-CourmontPartial support for COMEDIA in SAP announcer
2007-02-10 Rémi Denis-CourmontRestore some kind of SAP support
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
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontAdd support for session description
2007-02-10 Rémi Denis-CourmontCosmetic
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2007-02-09 Rémi Denis-CourmontFix a few warnings
2007-02-09 Rémi Denis-CourmontAdd SDP generation helper with a bunch of would-be...
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-19 Clément StenacMake static a bunch of functions
next