summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rtp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify network timeout calculation.cehoyos2007-06-201-2/+3
* Silence three warnings.cehoyos2007-06-181-4/+4
* Stop playing at eof or if no data arrives for ten seconds.cehoyos2007-06-181-0/+12
* Fix compilation after FFmpeg r8921cehoyos2007-05-071-1/+1
* Use teardownMediaSession() instead of teardownMediaSubsession()cehoyos2007-04-031-6/+1
* Support h264 over rtspcehoyos2007-04-011-0/+51
* Cosmetics: Move variable declaration and initialization up.cehoyos2007-04-011-1/+2
* Fix filepos calculationcehoyos2007-03-221-1/+1
* cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...nicodvb2007-03-121-4/+4
* support for AMR; it works inserting in the first byte of the demux_packetnicodvb2007-03-061-2/+13
* removed unused definition of insertRTPData(); it's not only unused,nicodvb2007-03-051-28/+0
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...nicodvb2007-02-271-1/+21
* 1000l, removed code that messed with the internals of demux_packet_t (but the...nicodvb2007-02-271-2/+1
* don't declare same global var twice (break live555 compilation)ben2006-06-261-1/+1
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-191-1/+5
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-3/+3
* Demuxer modularizationrtognimp2005-08-051-0/+17
* ported all network streams to the new APInicodvb2005-05-291-32/+0
* Updated to conform to a small change in the LIVE.COM API.rsf2004-07-201-1/+1
* MinGW compilation fix from a patch by Joey Parrish, approved by Saschadiego2004-06-031-0/+4
* Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".rsf2004-06-021-1/+3
* Fixed a bug that was accidentally introduced by the addition of MPEG Transportrsf2004-03-191-0/+3
* We now allow for the possibility of the RTCP audio/video synchronization beingrsf2004-03-021-1/+7
* Added support for multiplexed audio+video RTP streams.rsf2004-02-221-1/+12
* Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.rsf2004-01-061-1/+3
* Changed the criteria for when to drop RTP packets whose timestamp is too farrsf2003-09-241-2/+5
* Added support for checking whether a RTP demuxer contains combined audio_vide...rsf2003-07-271-0/+7
* Added SIP (IP telephony) client support. (This was already supported in thersf2003-05-031-26/+59
* Fixed a bug that could sometimes cause the first video packet in a RTP streamrsf2003-04-121-1/+4
* Access-controlled RTSP sessions can now be played, if the user uses thersf2003-04-111-1/+12
* Added some optional debugging printfs (disabled by default)rsf2003-04-021-0/+5
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-111-193/+251
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....bertrand2003-02-181-0/+3
* Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTParpi2003-02-091-0/+1
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-031-163/+101
* Support for MPEG-4 (AAC) audio RTSP/RTPbertrand2003-01-181-0/+17
* From live.com 2002.11.30:bertrand2002-12-061-0/+4
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
* -fps autodetectionarpi2002-10-131-0/+5
* Added support for RTSP stream over TCP.bertrand2002-10-081-1/+8
* passthrough timestamps to demuxerarpi2002-09-281-2/+29
* - Tell the RTSP client code to use the string "mplayer" in RTSParpi2002-08-291-1/+2
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forarpi2002-08-141-12/+41
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-0/+431