log libmpdemux/demux_rtp.cpp @ 37195:ac6c37d85d65 default tip

age author description
Sat, 21 Sep 2013 16:53:12 +0000 reimar Move rtsp_transport_* variables to demuxer.c
Mon, 05 Mar 2012 18:14:38 +0000 cehoyos Fix compilation with new LIVE555 libraries.
Wed, 26 Oct 2011 15:12:25 +0000 diego demux_rtp: Replace extern declarations by proper header #includes.
Fri, 01 Jul 2011 20:54:57 +0000 reimar Add a hack to receive audio while probing video FPS.
Fri, 17 Sep 2010 15:02:46 +0000 diego Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG
Sat, 11 Sep 2010 22:47:53 +0000 diego Remove pointless typedef keyword from struct RTPState declaration; fixes:
Thu, 24 Jun 2010 09:23:49 +0000 diego Move rtsp_port extern declaration to demuxer.h.
Tue, 08 Jun 2010 09:29:14 +0000 cehoyos Support RTSP/RTP over HTTP via LIVE555.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Wed, 02 Sep 2009 11:07:02 +0000 reimar free(), delete and delete[] are all different and can't just be used at random,
Wed, 12 Aug 2009 15:20:14 +0000 cehoyos Fix possible double-free.
Tue, 11 Aug 2009 18:52:18 +0000 cehoyos Make *avcctx AVCodecContext instead of void.
Tue, 11 Aug 2009 18:28:26 +0000 cehoyos Fix a crash when playing some H264 over rtsp streams: Do pass an
Mon, 25 May 2009 20:28:35 +0000 lu_zero Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag and make sure libnemesi only builds are fine
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Wed, 22 Oct 2008 16:08:26 +0000 attila increase the max RTP packet size to 5MB as modern Elphel
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Tue, 04 Dec 2007 15:26:56 +0000 lu_zero Rename demuxer tags to clarify
Sun, 02 Dec 2007 18:04:14 +0000 cehoyos Fix playback of streams with more than one video track (only one supported).
Tue, 25 Sep 2007 22:34:01 +0000 cehoyos Fix playback of streams with more than one audio track (only one supported).
Wed, 20 Jun 2007 10:39:57 +0000 cehoyos Simplify network timeout calculation.
Mon, 18 Jun 2007 09:15:32 +0000 cehoyos Silence three warnings.
Mon, 18 Jun 2007 08:53:53 +0000 cehoyos Stop playing at eof or if no data arrives for ten seconds.
Mon, 07 May 2007 08:13:22 +0000 cehoyos Fix compilation after FFmpeg r8921
Tue, 03 Apr 2007 17:00:27 +0000 cehoyos Use teardownMediaSession() instead of teardownMediaSubsession()
Sun, 01 Apr 2007 03:03:05 +0000 cehoyos Support h264 over rtsp
Sun, 01 Apr 2007 03:00:47 +0000 cehoyos Cosmetics: Move variable declaration and initialization up.
Thu, 22 Mar 2007 10:14:32 +0000 cehoyos Fix filepos calculation
Mon, 12 Mar 2007 22:13:48 +0000 nicodvb cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl Eugen Hoyos
Tue, 06 Mar 2007 22:53:52 +0000 nicodvb support for AMR; it works inserting in the first byte of the demux_packet
Mon, 05 Mar 2007 22:23:30 +0000 nicodvb removed unused definition of insertRTPData(); it's not only unused,
Tue, 27 Feb 2007 22:25:00 +0000 nicodvb implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
Tue, 27 Feb 2007 21:16:54 +0000 nicodvb 1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
Mon, 26 Jun 2006 22:00:44 +0000 ben don't declare same global var twice (break live555 compilation)
Sun, 19 Feb 2006 13:27:27 +0000 bertrand Allows the LIVE555 library to forces the client's port to be used
Fri, 23 Sep 2005 22:35:04 +0000 rsf "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 29 May 2005 12:54:00 +0000 nicodvb ported all network streams to the new API
Tue, 20 Jul 2004 02:12:08 +0000 rsf Updated to conform to a small change in the LIVE.COM API.
Thu, 03 Jun 2004 13:30:55 +0000 diego MinGW compilation fix from a patch by Joey Parrish, approved by Sascha
Wed, 02 Jun 2004 06:48:25 +0000 rsf Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".
Fri, 19 Mar 2004 10:15:41 +0000 rsf Fixed a bug that was accidentally introduced by the addition of MPEG Transport
Tue, 02 Mar 2004 08:52:59 +0000 rsf We now allow for the possibility of the RTCP audio/video synchronization being
Sun, 22 Feb 2004 06:20:08 +0000 rsf Added support for multiplexed audio+video RTP streams.
Tue, 06 Jan 2004 09:30:27 +0000 rsf Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.
Wed, 24 Sep 2003 08:41:57 +0000 rsf Changed the criteria for when to drop RTP packets whose timestamp is too far
Sun, 27 Jul 2003 10:15:10 +0000 rsf Added support for checking whether a RTP demuxer contains combined audio_video data.
Sat, 03 May 2003 06:13:11 +0000 rsf Added SIP (IP telephony) client support. (This was already supported in the
Sat, 12 Apr 2003 09:30:19 +0000 rsf Fixed a bug that could sometimes cause the first video packet in a RTP stream
Fri, 11 Apr 2003 02:35:01 +0000 rsf Access-controlled RTSP sessions can now be played, if the user uses the
Wed, 02 Apr 2003 01:38:07 +0000 rsf Added some optional debugging printfs (disabled by default)
Tue, 11 Mar 2003 19:08:31 +0000 rsf Improved RTP packet buffering, by relying on the underlying OS's UDP
Tue, 18 Feb 2003 22:33:44 +0000 bertrand Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live.com>
Sun, 09 Feb 2003 17:06:38 +0000 arpi Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTP
Mon, 03 Feb 2003 10:27:50 +0000 bertrand Restruct by Ross Finlayson <finlayson@live.com>
Sat, 18 Jan 2003 14:22:30 +0000 bertrand Support for MPEG-4 (AAC) audio RTSP/RTP
Fri, 06 Dec 2002 09:41:13 +0000 bertrand From live.com 2002.11.30:
Wed, 16 Oct 2002 15:15:43 +0000 arpi use standard gsm fourcc 'agsm' instead of msgsm id 0x31
Sun, 13 Oct 2002 21:57:54 +0000 arpi -fps autodetection