log libmpdemux/demux_rtp.cpp @ 25708:d5bc3ea81002

age author description
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