aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_rtp.cpp
Commit message (Expand)AuthorAge
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* demux_rtp: Remove pointless typedef keywordGravatar diego2010-11-02
* rtsp: Support RTSP/RTP over HTTP via LIVE555Gravatar cehoyos2010-11-02
* Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\
| * free(), delete and delete[] are all different and can't just be used at random,Gravatar reimar2009-09-02
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Fix possible double-free.Gravatar cehoyos2009-08-12
| * Make *avcctx AVCodecContext instead of void.Gravatar cehoyos2009-08-11
| * Fix a crash when playing some H264 over rtsp streams: Do pass anGravatar cehoyos2009-08-11
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag a...Gravatar lu_zero2009-05-25
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | demux_rtp.cpp: Add missing #includeGravatar Uoti Urpala2008-12-02
* | demux_rtp.cpp: Fix compilation issuesGravatar Uoti Urpala2008-12-02
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * increase the max RTP packet size to 5MB as modern ElphelGravatar attila2008-10-22
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
|/
* 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