summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rtp.cpp
Commit message (Expand)AuthorAgeFilesLines
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-8/+0
* demuxer.h: avoid including stream.hUoti Urpala2011-08-191-0/+2
* demux_rtp.cpp: Add a hack to receive audio while probing video FPSreimar2011-07-061-1/+26
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-4/+4
* demux_rtp: Remove pointless typedef keyworddiego2010-11-021-1/+1
* rtsp: Support RTSP/RTP over HTTP via LIVE555cehoyos2010-11-021-1/+7
* Merge svn changes up to r29644Uoti Urpala2009-09-041-2/+2
|\
| * free(), delete and delete[] are all different and can't just be used at random,reimar2009-09-021-2/+2
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-1/+7
|\|
| * Fix possible double-free.cehoyos2009-08-121-1/+1
| * Make *avcctx AVCodecContext instead of void.cehoyos2009-08-111-2/+4
| * Fix a crash when playing some H264 over rtsp streams: Do pass ancehoyos2009-08-111-1/+5
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-3/+8
|\|
| * Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag a...lu_zero2009-05-251-3/+8
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-12/+12
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-12/+12
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-2/+20
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-2/+20
* | demux_rtp.cpp: Add missing #includeUoti Urpala2008-12-021-0/+1
* | demux_rtp.cpp: Fix compilation issuesUoti Urpala2008-12-021-3/+3
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * increase the max RTP packet size to 5MB as modern Elphelattila2008-10-221-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-2/+2
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* | Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-231-1/+2
|/
* Rename demuxer tags to clarifylu_zero2007-12-041-1/+1
* Fix playback of streams with more than one video track (only one supported).cehoyos2007-12-021-1/+7
* Fix playback of streams with more than one audio track (only one supported).cehoyos2007-09-251-0/+7
* Simplify network timeout calculation.cehoyos2007-06-201-2/+3
* Silence three warnings.cehoyos2007-06-181-4/+4
* Stop playing at eof or if no data arrives for ten seconds.cehoyos2007-06-181-0/+12
* Fix compilation after FFmpeg r8921cehoyos2007-05-071-1/+1
* Use teardownMediaSession() instead of teardownMediaSubsession()cehoyos2007-04-031-6/+1
* Support h264 over rtspcehoyos2007-04-011-0/+51
* Cosmetics: Move variable declaration and initialization up.cehoyos2007-04-011-1/+2
* Fix filepos calculationcehoyos2007-03-221-1/+1
* cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...nicodvb2007-03-121-4/+4
* support for AMR; it works inserting in the first byte of the demux_packetnicodvb2007-03-061-2/+13
* removed unused definition of insertRTPData(); it's not only unused,nicodvb2007-03-051-28/+0
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...nicodvb2007-02-271-1/+21
* 1000l, removed code that messed with the internals of demux_packet_t (but the...nicodvb2007-02-271-2/+1
* don't declare same global var twice (break live555 compilation)ben2006-06-261-1/+1
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-191-1/+5
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-3/+3
* Demuxer modularizationrtognimp2005-08-051-0/+17
* ported all network streams to the new APInicodvb2005-05-291-32/+0
* Updated to conform to a small change in the LIVE.COM API.rsf2004-07-201-1/+1
* MinGW compilation fix from a patch by Joey Parrish, approved by Saschadiego2004-06-031-0/+4
* Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".rsf2004-06-021-1/+3
* Fixed a bug that was accidentally introduced by the addition of MPEG Transportrsf2004-03-191-0/+3
* We now allow for the possibility of the RTCP audio/video synchronization beingrsf2004-03-021-1/+7
* Added support for multiplexed audio+video RTP streams.rsf2004-02-221-1/+12
* Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.rsf2004-01-061-1/+3
* Changed the criteria for when to drop RTP packets whose timestamp is too farrsf2003-09-241-2/+5
* Added support for checking whether a RTP demuxer contains combined audio_vide...rsf2003-07-271-0/+7
* Added SIP (IP telephony) client support. (This was already supported in thersf2003-05-031-26/+59
* Fixed a bug that could sometimes cause the first video packet in a RTP streamrsf2003-04-121-1/+4
* Access-controlled RTSP sessions can now be played, if the user uses thersf2003-04-111-1/+12
* Added some optional debugging printfs (disabled by default)rsf2003-04-021-0/+5
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-111-193/+251
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....bertrand2003-02-181-0/+3
* Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTParpi2003-02-091-0/+1
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-031-163/+101
* Support for MPEG-4 (AAC) audio RTSP/RTPbertrand2003-01-181-0/+17
* From live.com 2002.11.30:bertrand2002-12-061-0/+4
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
* -fps autodetectionarpi2002-10-131-0/+5
* Added support for RTSP stream over TCP.bertrand2002-10-081-1/+8
* passthrough timestamps to demuxerarpi2002-09-281-2/+29
* - Tell the RTSP client code to use the string "mplayer" in RTSParpi2002-08-291-1/+2
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forarpi2002-08-141-12/+41
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-0/+431