aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_rtp.cpp
Commit message (Expand)AuthorAge
* Rename demuxer tags to clarifyGravatar lu_zero2007-12-04
* Fix playback of streams with more than one video track (only one supported).Gravatar cehoyos2007-12-02
* Fix playback of streams with more than one audio track (only one supported).Gravatar cehoyos2007-09-25
* Simplify network timeout calculation.Gravatar cehoyos2007-06-20
* Silence three warnings.Gravatar cehoyos2007-06-18
* Stop playing at eof or if no data arrives for ten seconds.Gravatar cehoyos2007-06-18
* Fix compilation after FFmpeg r8921Gravatar cehoyos2007-05-07
* Use teardownMediaSession() instead of teardownMediaSubsession()Gravatar cehoyos2007-04-03
* Support h264 over rtspGravatar cehoyos2007-04-01
* Cosmetics: Move variable declaration and initialization up.Gravatar cehoyos2007-04-01
* Fix filepos calculationGravatar cehoyos2007-03-22
* cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...Gravatar nicodvb2007-03-12
* support for AMR; it works inserting in the first byte of the demux_packetGravatar nicodvb2007-03-06
* removed unused definition of insertRTPData(); it's not only unused,Gravatar nicodvb2007-03-05
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...Gravatar nicodvb2007-02-27
* 1000l, removed code that messed with the internals of demux_packet_t (but the...Gravatar nicodvb2007-02-27
* don't declare same global var twice (break live555 compilation)Gravatar ben2006-06-26
* Allows the LIVE555 library to forces the client's port to be usedGravatar bertrand2006-02-19
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* Demuxer modularizationGravatar rtognimp2005-08-05
* ported all network streams to the new APIGravatar nicodvb2005-05-29
* Updated to conform to a small change in the LIVE.COM API.Gravatar rsf2004-07-20
* MinGW compilation fix from a patch by Joey Parrish, approved by SaschaGravatar diego2004-06-03
* Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".Gravatar rsf2004-06-02
* Fixed a bug that was accidentally introduced by the addition of MPEG TransportGravatar rsf2004-03-19
* We now allow for the possibility of the RTCP audio/video synchronization beingGravatar rsf2004-03-02
* Added support for multiplexed audio+video RTP streams.Gravatar rsf2004-02-22
* Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.Gravatar rsf2004-01-06
* Changed the criteria for when to drop RTP packets whose timestamp is too farGravatar rsf2003-09-24
* Added support for checking whether a RTP demuxer contains combined audio_vide...Gravatar rsf2003-07-27
* Added SIP (IP telephony) client support. (This was already supported in theGravatar rsf2003-05-03
* Fixed a bug that could sometimes cause the first video packet in a RTP streamGravatar rsf2003-04-12
* Access-controlled RTSP sessions can now be played, if the user uses theGravatar rsf2003-04-11
* Added some optional debugging printfs (disabled by default)Gravatar rsf2003-04-02
* Improved RTP packet buffering, by relying on the underlying OS's UDPGravatar rsf2003-03-11
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....Gravatar bertrand2003-02-18
* Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTPGravatar arpi2003-02-09
* Restruct by Ross Finlayson <finlayson@live.com>Gravatar bertrand2003-02-03
* Support for MPEG-4 (AAC) audio RTSP/RTPGravatar bertrand2003-01-18
* From live.com 2002.11.30:Gravatar bertrand2002-12-06
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31Gravatar arpi2002-10-16
* -fps autodetectionGravatar arpi2002-10-13
* Added support for RTSP stream over TCP.Gravatar bertrand2002-10-08
* passthrough timestamps to demuxerGravatar arpi2002-09-28
* - Tell the RTSP client code to use the string "mplayer" in RTSPGravatar arpi2002-08-29
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forGravatar arpi2002-08-14
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...Gravatar arpi2002-08-05