index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_rtp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
increase the max RTP packet size to 5MB as modern Elphel
attila
2008-10-22
1
-1
/
+1
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-2
/
+2
*
Rename demuxer tags to clarify
lu_zero
2007-12-04
1
-1
/
+1
*
Fix playback of streams with more than one video track (only one supported).
cehoyos
2007-12-02
1
-1
/
+7
*
Fix playback of streams with more than one audio track (only one supported).
cehoyos
2007-09-25
1
-0
/
+7
*
Simplify network timeout calculation.
cehoyos
2007-06-20
1
-2
/
+3
*
Silence three warnings.
cehoyos
2007-06-18
1
-4
/
+4
*
Stop playing at eof or if no data arrives for ten seconds.
cehoyos
2007-06-18
1
-0
/
+12
*
Fix compilation after FFmpeg r8921
cehoyos
2007-05-07
1
-1
/
+1
*
Use teardownMediaSession() instead of teardownMediaSubsession()
cehoyos
2007-04-03
1
-6
/
+1
*
Support h264 over rtsp
cehoyos
2007-04-01
1
-0
/
+51
*
Cosmetics: Move variable declaration and initialization up.
cehoyos
2007-04-01
1
-1
/
+2
*
Fix filepos calculation
cehoyos
2007-03-22
1
-1
/
+1
*
cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...
nicodvb
2007-03-12
1
-4
/
+4
*
support for AMR; it works inserting in the first byte of the demux_packet
nicodvb
2007-03-06
1
-2
/
+13
*
removed unused definition of insertRTPData(); it's not only unused,
nicodvb
2007-03-05
1
-28
/
+0
*
implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...
nicodvb
2007-02-27
1
-1
/
+21
*
1000l, removed code that messed with the internals of demux_packet_t (but the...
nicodvb
2007-02-27
1
-2
/
+1
*
don't declare same global var twice (break live555 compilation)
ben
2006-06-26
1
-1
/
+1
*
Allows the LIVE555 library to forces the client's port to be used
bertrand
2006-02-19
1
-1
/
+5
*
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
rsf
2005-09-23
1
-3
/
+3
*
Demuxer modularization
rtognimp
2005-08-05
1
-0
/
+17
*
ported all network streams to the new API
nicodvb
2005-05-29
1
-32
/
+0
*
Updated to conform to a small change in the LIVE.COM API.
rsf
2004-07-20
1
-1
/
+1
*
MinGW compilation fix from a patch by Joey Parrish, approved by Sascha
diego
2004-06-03
1
-0
/
+4
*
Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".
rsf
2004-06-02
1
-1
/
+3
*
Fixed a bug that was accidentally introduced by the addition of MPEG Transport
rsf
2004-03-19
1
-0
/
+3
*
We now allow for the possibility of the RTCP audio/video synchronization being
rsf
2004-03-02
1
-1
/
+7
*
Added support for multiplexed audio+video RTP streams.
rsf
2004-02-22
1
-1
/
+12
*
Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.
rsf
2004-01-06
1
-1
/
+3
*
Changed the criteria for when to drop RTP packets whose timestamp is too far
rsf
2003-09-24
1
-2
/
+5
*
Added support for checking whether a RTP demuxer contains combined audio_vide...
rsf
2003-07-27
1
-0
/
+7
*
Added SIP (IP telephony) client support. (This was already supported in the
rsf
2003-05-03
1
-26
/
+59
*
Fixed a bug that could sometimes cause the first video packet in a RTP stream
rsf
2003-04-12
1
-1
/
+4
*
Access-controlled RTSP sessions can now be played, if the user uses the
rsf
2003-04-11
1
-1
/
+12
*
Added some optional debugging printfs (disabled by default)
rsf
2003-04-02
1
-0
/
+5
*
Improved RTP packet buffering, by relying on the underlying OS's UDP
rsf
2003-03-11
1
-193
/
+251
*
Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....
bertrand
2003-02-18
1
-0
/
+3
*
Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTP
arpi
2003-02-09
1
-0
/
+1
*
Restruct by Ross Finlayson <finlayson@live.com>
bertrand
2003-02-03
1
-163
/
+101
*
Support for MPEG-4 (AAC) audio RTSP/RTP
bertrand
2003-01-18
1
-0
/
+17
*
From live.com 2002.11.30:
bertrand
2002-12-06
1
-0
/
+4
*
use standard gsm fourcc 'agsm' instead of msgsm id 0x31
arpi
2002-10-16
1
-1
/
+1
*
-fps autodetection
arpi
2002-10-13
1
-0
/
+5
*
Added support for RTSP stream over TCP.
bertrand
2002-10-08
1
-1
/
+8
*
passthrough timestamps to demuxer
arpi
2002-09-28
1
-2
/
+29
*
- Tell the RTSP client code to use the string "mplayer" in RTSP
arpi
2002-08-29
1
-1
/
+2
*
- Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure for
arpi
2002-08-14
1
-12
/
+41
*
applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...
arpi
2002-08-05
1
-0
/
+431