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_codec.cpp
Commit message (
Expand
)
Author
Age
*
#include base64.h with full path.
diego
2008-04-24
*
Change force_fps and force_ofps to double
reimar
2008-02-14
*
Fix compilation of live555 support after FFmpegs r10173.
cehoyos
2007-08-22
*
Support h264 over rtsp
cehoyos
2007-04-01
*
Handle X-QT extradata in a slightly more correct way
cehoyos
2007-03-26
*
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)
cehoyos
2007-03-22
*
support for AMR; it works inserting in the first byte of the demux_packet
nicodvb
2007-03-06
*
assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
nicodvb
2007-02-27
*
copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...
nicodvb
2007-02-26
*
insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...
nicodvb
2007-02-20
*
omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by...
nicodvb
2007-02-17
*
support for H263-2000; patch by Carl Eugen Hoyos
nicodvb
2007-02-16
*
when the video codec is mpeg4video copy the content of the esds in extradata;...
nicodvb
2007-02-07
*
support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...
nicodvb
2007-02-04
*
better autodetection of framerate in case of h264; it works correctly with b-...
nicodvb
2007-01-23
*
demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
diego
2007-01-15
*
add support for avc1 in X-QT over RTSP
gpoirier
2007-01-12
*
Simplistic attempt to make H.264 over RTSP work.
reimar
2006-08-16
*
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
rsf
2005-09-23
*
Oops, removed a debugging printf from teh previous version.
rsf
2003-11-06
*
Increased the threshold for how many incoming frames to look at while guessing
rsf
2003-11-06
*
Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.
rsf
2003-07-27
*
Minor code cleanup.
rsf
2003-04-12
*
Improved RTP packet buffering, by relying on the underlying OS's UDP
rsf
2003-03-11
*
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