]> git.sesse.net Git - vlc/history - modules/demux/live555.cpp
live555: remove the liveversion checks, now that we have a required version in config...
[vlc] / modules / demux / live555.cpp
2008-08-01 Derk-Jan Hartmanlive555: remove the liveversion checks, now that we...
2008-07-21 Derk-Jan Hartmanlive555: Fix TCP rollover
2008-07-21 Derk-Jan Hartmanlive555: Fix fallback case for unsupported transport.
2008-07-09 Rémi Denis-CourmontRemove non-sensical NPT computation code from c9569b35.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-19 Sebastien EscudierLive555 demux: fix EOF detection
2008-06-16 Rémi Denis-Courmontlive555: remove tautology
2008-06-12 Rémi Denis-Courmontlive: add --rtsp-mcast to force multicast
2008-06-12 Rémi Denis-Courmontboolean cosmetics
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-28 Pierre d'HerbemontMake sure INT64_C is defined correctly, and that we...
2008-05-28 Pierre d'HerbemontRevert "Revert "live555: Don't put any INT64_C related...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Jean-Paul SamanRevert "live555: Don't put any INT64_C related hack...
2008-05-28 Pierre d'Herbemontlive555: Don't put any INT64_C related hack here. We...
2008-05-28 Pierre d'Herbemontlive555: Work around buggy Mac OS X headers for INT64_C.
2008-05-28 Pierre d'Herbemontlive555: Include <stdint.h> to get UINT64_C() on darwin.
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-05 Rafaël CarréFix es format leaking in live555
2008-05-05 Rafaël CarréUse the verbose variable, over the private i_verbose...
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemove UI64_C
2008-05-01 Rémi Denis-CourmontC++ <inttypes.h> inclusion fixes
2008-04-22 Jean-Paul SamanRework to use asprintf() in live555 demux
2008-04-17 Jean-Paul SamanFix RTSP client receiving on standard RTSP port 554.
2008-04-15 Jérôme DecoodtAvoid segfaulting if live555 error is neither a HTTP...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-16 Rémi DuraffortRemove useless test before a delete.
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-18 Jean-Baptiste Kempflive555 - include fix.
2008-02-12 Jean-Paul SamanAlso newer live55 exhibit the problem.
2008-02-12 Jean-Paul SamanDon't leak memory in error paths
2008-02-08 Jean-Paul Samancheck malloc return value
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-08 Ilkka Ollakka- narrow r10012 to remove dts only stuff that goes...
2008-01-05 Jean-Paul SamanReplaced LIVEMEDIA_LIBRARY_VERSION_INT version 99999999...
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-02 Jean-Paul SamanFix signed int, unsigned int comparison.
2007-12-27 Jean-Paul SamanFix segfault when Connect() returned failure and fix...
2007-12-13 Rémi Denis-CourmontSET_PARAMETER is simply *wrong*. Servers are not suppos...
2007-12-11 Laurent AimarAdded DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE impleme...
2007-12-10 Jean-Paul SamanLower severity of message
2007-12-10 Jean-Paul SamanFix hang in live555 when sending RTSP OPTIONS by lettin...
2007-12-06 Jean-Paul SamanCleanup.
2007-11-29 Jean-Paul SamanBe more carefull on when rtpInfo timestamps should...
2007-11-21 Jean-Paul SamanPatch by Glen Gray: Enable keepalive for Kasenna server...
2007-11-21 Jean-Paul SamanPatch by Glen Gray: RTSP keep alive fix. If the server...
2007-11-20 Jean-Paul SamanFix return value after the interaction dialog has been...
2007-11-20 Jean-Paul SamanFix double free in live555.
2007-11-19 Jean-Paul SamanTrigger intf_UserLoginPassword() when authorization...
2007-11-19 Jean-Paul SamanEnable RTSP rtpInfo track synchronization in live555...
2007-11-19 Jean-Paul Samanlive555 improvements: Make rtsp://user:pwd@server/path...
2007-11-12 Ilkka OllakkaGET_PARAMETERS doesn't seem to work so well agains...
2007-10-01 Jean-Paul SamanReset PCR when gap has been detected.
2007-09-22 Rémi Denis-CourmontUse a different FOURCC for Speex from RTP (refs #1291),
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rémi Denis-CourmontDefault RTSP timeout value is 60 seconds, rather than...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-02 Pierre d'Herbemontmodules/demux/live555: Don't let live555 be verbose...
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2007-06-18 Laurent AimarAdded speex check in RTSP (untested, close #1091)
2007-06-05 Laurent AimarFixed audio RTP stream only (Not sure it is the right...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-29 Damien Fouilleul- live555: toggle TCP use when we receive a '461 Unsupp...
2007-03-19 Jean-Paul SamanBumped up version number of live555 to a ridiculous...
2007-03-19 Antoine CellerierFix compilation on debian sid. Please check that we...
2007-02-20 Jean-Paul SamanCompile fixes
2007-02-20 Jean-Paul SamanFix typo
2007-02-20 Jean-Paul SamanTreat all live555 versions before LIVEMEDIA_LIBRARY_VER...
2007-02-20 Jean-Paul SamanRewrite of live555 demux (TODO: RTPInfo support)
2007-01-13 Damien Fouilleullive555: hmmm, that BITMAPINFOHEADER is only useful...
2007-01-13 Damien Fouilleuldemux/live555.cpp: added support for avc1 in X-QT over...
2006-12-30 Sigmund Augdal Helberglive555.cpp: Add support for quicktime specific audio
2006-12-19 Rémi Denis-CourmontFix implicit declaration problem
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-08-18 Derk-Jan Hartman* Fix a RTSP crash
2006-08-16 Gildas Bazin* modules/demux/live555.cpp: fixed segfault
2006-08-14 Derk-Jan Hartman* Set the SPS and PPS properly in the extradata when...
2006-08-12 Derk-Jan Hartman* fix the getlength. It needs to be after the SETUP...
2006-08-12 Derk-Jan Hartman* refactoring of live555 module.
2006-07-23 Jean-Paul SamanForward port of revision 16113. Fixes a bug in live555...
2006-05-21 Christophe Mutricys/livedotcom/live555/