index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_rtp.cpp
Commit message (
Expand
)
Author
Age
*
Rename demuxer tags to clarify
lu_zero
2007-12-04
*
Fix playback of streams with more than one video track (only one supported).
cehoyos
2007-12-02
*
Fix playback of streams with more than one audio track (only one supported).
cehoyos
2007-09-25
*
Simplify network timeout calculation.
cehoyos
2007-06-20
*
Silence three warnings.
cehoyos
2007-06-18
*
Stop playing at eof or if no data arrives for ten seconds.
cehoyos
2007-06-18
*
Fix compilation after FFmpeg r8921
cehoyos
2007-05-07
*
Use teardownMediaSession() instead of teardownMediaSubsession()
cehoyos
2007-04-03
*
Support h264 over rtsp
cehoyos
2007-04-01
*
Cosmetics: Move variable declaration and initialization up.
cehoyos
2007-04-01
*
Fix filepos calculation
cehoyos
2007-03-22
*
cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...
nicodvb
2007-03-12
*
support for AMR; it works inserting in the first byte of the demux_packet
nicodvb
2007-03-06
*
removed unused definition of insertRTPData(); it's not only unused,
nicodvb
2007-03-05
*
implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...
nicodvb
2007-02-27
*
1000l, removed code that messed with the internals of demux_packet_t (but the...
nicodvb
2007-02-27
*
don't declare same global var twice (break live555 compilation)
ben
2006-06-26
*
Allows the LIVE555 library to forces the client's port to be used
bertrand
2006-02-19
*
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
rsf
2005-09-23
*
Demuxer modularization
rtognimp
2005-08-05
*
ported all network streams to the new API
nicodvb
2005-05-29
*
Updated to conform to a small change in the LIVE.COM API.
rsf
2004-07-20
*
MinGW compilation fix from a patch by Joey Parrish, approved by Sascha
diego
2004-06-03
*
Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".
rsf
2004-06-02
*
Fixed a bug that was accidentally introduced by the addition of MPEG Transport
rsf
2004-03-19
*
We now allow for the possibility of the RTCP audio/video synchronization being
rsf
2004-03-02
*
Added support for multiplexed audio+video RTP streams.
rsf
2004-02-22
*
Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.
rsf
2004-01-06
*
Changed the criteria for when to drop RTP packets whose timestamp is too far
rsf
2003-09-24
*
Added support for checking whether a RTP demuxer contains combined audio_vide...
rsf
2003-07-27
*
Added SIP (IP telephony) client support. (This was already supported in the
rsf
2003-05-03
*
Fixed a bug that could sometimes cause the first video packet in a RTP stream
rsf
2003-04-12
*
Access-controlled RTSP sessions can now be played, if the user uses the
rsf
2003-04-11
*
Added some optional debugging printfs (disabled by default)
rsf
2003-04-02
*
Improved RTP packet buffering, by relying on the underlying OS's UDP
rsf
2003-03-11
*
Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....
bertrand
2003-02-18
*
Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTP
arpi
2003-02-09
*
Restruct by Ross Finlayson <finlayson@live.com>
bertrand
2003-02-03
*
Support for MPEG-4 (AAC) audio RTSP/RTP
bertrand
2003-01-18
*
From live.com 2002.11.30:
bertrand
2002-12-06
*
use standard gsm fourcc 'agsm' instead of msgsm id 0x31
arpi
2002-10-16
*
-fps autodetection
arpi
2002-10-13
*
Added support for RTSP stream over TCP.
bertrand
2002-10-08
*
passthrough timestamps to demuxer
arpi
2002-09-28
*
- Tell the RTSP client code to use the string "mplayer" in RTSP
arpi
2002-08-29
*
- Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure for
arpi
2002-08-14
*
applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...
arpi
2002-08-05