]> git.sesse.net Git - vlc/history - src/missing.c
shine: avoid double free
[vlc] / src / missing.c
2015-02-22 Jean-Baptiste KempfFix compilation with sout disabled
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-11-15 Jean-Baptiste KempfFix compilation when --disable-sout
2014-06-20 Rémi Denis-Courmontsap: remove bogus error return
2014-03-03 Felix Paul Kühnesrc/missing: remove return after assert case since...
2014-03-03 Felix Paul Kühnesrc/missing: fix a bunch of clang compilation warnings...
2014-03-03 Felix Paul Kühnesrc/missing: remove no longer needed stubs since the...
2014-03-03 Felix Paul Kühnesrc/missing: fix compilation if httpd is disabled
2014-02-15 Jean-Paul Samansout: report muxer errors back
2013-09-21 Rafaël CarréFix build with --disable-sout
2013-03-24 Rémi Denis-Courmontcore: remove media library support
2013-01-31 Rémi Denis-Courmontosd: remove dead core OSD menu functions
2012-11-10 Rémi Denis-CourmontAdd option to enable OSD menu
2012-08-21 Rémi Denis-CourmontUnexport ml_Create() and ml_Destroy()
2012-08-21 Rémi Denis-CourmontML: remove an unused function
2012-04-01 Rémi Denis-Courmonthttpd: remove ACL support
2012-04-01 Rémi Denis-CourmontRemove unused ACL parameter of httpd_StreamNew()
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2012-04-01 Rémi Denis-CourmontRemoved unused httpd_UrlNew()
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-12 Felix Paul Kühnecompilation fix
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-Courmonthttpd_ServerIP(): return server port too
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-08-02 Rémi Denis-CourmontFactor HTTP/TLS server code into httpd core
2011-03-29 Rémi Denis-Courmontsout: remove broken statistics code
2011-01-24 Srikanth RajuML/Core: Change ml_Hold/ml_Release to ml_Get
2011-01-13 Pierre Ynardmissing: build fix
2010-07-03 Srikanth RajuML: Remove leading underscores from core functions
2010-07-03 Srikanth RajuSuppress warnings in missing.c
2010-06-26 Srikanth RajuML: Include ml_GetPersonsFromMedia() in src/missing.c
2010-06-26 Srikanth RajuML: Media Library Core
2010-02-08 Toralf Niebuhradded VLC_UNUSED( ) for some unused variables
2010-02-08 Antoine CellerierSecond blind attempt at fixing linking with --disable-vlm
2010-02-08 Antoine CellerierRemove leading underscores.
2010-01-18 Pierre Ynardmissing: sout_Stream{New,Delete} -> sout_StreamChain...
2009-12-09 Pierre Ynardmissing: add sout_MuxGetStream
2009-10-26 Pierre Ynardmissing: fix function definition
2009-04-09 Rémi Denis-CourmontAdd vlm_MessageSimpleNew with --disable-vlm
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-24 Pierre YnardFix inexistant argument
2009-02-22 Rémi Denis-CourmontFix HTTPd unused parameter warnings (on some compilers)
2009-01-20 Pierre YnardAdd missing function to unbreak --disable-sout
2008-10-23 Rémi Denis-CourmontFix --disable-vlm --enable-sout
2008-10-22 Rémi Denis-CourmontSAP does needs an object, not specifically a stream...
2008-10-22 Rémi Denis-CourmontAdd the sout stubs
2008-10-22 Rémi Denis-CourmontVLM: provide stubs for --disable-vlm