aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_rtp_codec.cpp
Commit message (Expand)AuthorAge
* fix audio in some rtsp streams, ok'd by lu_zeroGravatar compn2008-08-11
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* #include base64.h with full path.Gravatar diego2008-04-24
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* Fix compilation of live555 support after FFmpegs r10173.Gravatar cehoyos2007-08-22
* Support h264 over rtspGravatar cehoyos2007-04-01
* Handle X-QT extradata in a slightly more correct wayGravatar cehoyos2007-03-26
* Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)Gravatar cehoyos2007-03-22
* support for AMR; it works inserting in the first byte of the demux_packetGravatar nicodvb2007-03-06
* assign missing frametime as 1.0/fps; patch by Carl Eigen HoyosGravatar nicodvb2007-02-27
* copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...Gravatar nicodvb2007-02-26
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...Gravatar nicodvb2007-02-20
* omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by...Gravatar nicodvb2007-02-17
* support for H263-2000; patch by Carl Eugen HoyosGravatar nicodvb2007-02-16
* when the video codec is mpeg4video copy the content of the esds in extradata;...Gravatar nicodvb2007-02-07
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...Gravatar nicodvb2007-02-04
* better autodetection of framerate in case of h264; it works correctly with b-...Gravatar nicodvb2007-01-23
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)Gravatar diego2007-01-15
* add support for avc1 in X-QT over RTSPGravatar gpoirier2007-01-12
* Simplistic attempt to make H.264 over RTSP work.Gravatar reimar2006-08-16
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* Oops, removed a debugging printf from teh previous version.Gravatar rsf2003-11-06
* Increased the threshold for how many incoming frames to look at while guessingGravatar rsf2003-11-06
* Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.Gravatar rsf2003-07-27
* Minor code cleanup.Gravatar rsf2003-04-12
* Improved RTP packet buffering, by relying on the underlying OS's UDPGravatar rsf2003-03-11
* 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