- 30 Nov, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Nov, 2011 1 commit
-
-
John Brooks authored
The timestamp field in RTPDemuxContext was unused before this. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Oct, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Apr, 2011 1 commit
-
-
Martin Storsjö authored
This avoids clashes if we internally want to override the global open function. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 119cc033)
-
- 25 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 01 Jan, 2011 1 commit
-
-
Martin Storsjö authored
Emitted timestamps in each stream start from 0, for the first received RTP packet. Once an RTCP packet is received, that one is used for sync, emitting timestamps that fit seamlessly into the earlier ones. Originally committed as revision 26187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Dec, 2010 2 commits
-
-
Martin Storsjö authored
Originally committed as revision 25891 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25890 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Oct, 2010 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 25556 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2010 2 commits
-
-
Martin Storsjö authored
Reordering is enabled only when receiving over UDP. Originally committed as revision 25294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Do the same change for ff_rdt_parse_packet, too, to keep the interfaces similar. Originally committed as revision 25289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2010 1 commit
-
-
Josh Allmann authored
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24929 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jul, 2010 1 commit
-
-
Martin Storsjö authored
It will be used by other parts of lavf now. This reverts svn rev 23846. Originally committed as revision 24265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jul, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 24234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jun, 2010 2 commits
-
-
Josh Allmann authored
This will be used for cleaning up code that is common among RTP depacketizers. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23847 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Josh Allmann authored
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jun, 2010 1 commit
-
-
Josh Allmann authored
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23772 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 2 commits
-
-
Martin Storsjö authored
If these aren't reset, the timestamps make a huge jump when the next RTCP is received. Originally committed as revision 22918 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
In order to sync RTP streams that get their initial RTCP timestamp at different times, propagate the NTP timestamp of the first RTCP packet to all other streams. This makes the timestamps of returned packets start at (near) zero instead of at any random offset. Originally committed as revision 22917 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Apr, 2010 1 commit
-
-
Luca Barbato authored
Originally committed as revision 22906 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Apr, 2010 2 commits
-
-
Martin Storsjö authored
Originally committed as revision 22804 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
compiler warning. Originally committed as revision 22803 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Feb, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Feb, 2010 2 commits
-
-
Ronald S. Bultje authored
but doesn't actually do that. What's worse, it creates timestamp adjustments that are different per stream within a session, leading to a/v sync issues. See discussion in thread "[FFmpeg-devel] rtp streaming x264+audio issues (and some ideas to fix them)". Patch suggested by Luca Abeni <lucabe72 email it>. Originally committed as revision 21857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
what e.g. RealPlayer does. This allows proper port forwarding setup in NAT- based environments. Patch by Martin Storsjö <$firstname at $firstname dot st>. Originally committed as revision 21856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2009 1 commit
-
-
Ronald S. Bultje authored
associated with the I/O handle (e.g. the fd returned by open()). See "[RFC] rtsp.c EOF support" thread. There were previously some URI-specific implementations of the same idea, e.g. rtp_get_file_handles() and udp_get_file_handle(). All of these are deprecated by this patch and will be removed at the next major API bump. Originally committed as revision 17779 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2009 2 commits
-
-
Ronald S. Bultje authored
under review. See "[FFmpeg-devel] RTP mark bit not passed to parse_packet" thread on mailinglist. Originally committed as revision 17616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
in common except for this one value. Change was requested by Luca in the "[FFmpeg-devel] RTP mark bit not passed to parse_packet" thread. Originally committed as revision 17615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Feb, 2009 1 commit
-
-
Luca Abeni authored
Originally committed as revision 17389 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Feb, 2009 3 commits
-
-
Luca Abeni authored
Originally committed as revision 17023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
to the parse_packet() function pointer in RTPDynamicProtocolHandlers. This allows these functions to peek back and retrieve values from the demuxer's context (or RTSPState). The ASF/RTP payload parser will use this to be able to parse SDP values (which occur even before the payload ID is given), store them in the RTSPState and then retrieve them while parsing payload data. See "[PATCH] RTSP-MS 13/15: add RTSP demuxer AVFormatContext to parse_packet() function pointer (was: transport context)" mailinglist thread. Originally committed as revision 17015 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Feb, 2009 1 commit
-
-
Luca Abeni authored
does not need to abuse read_buf_index Originally committed as revision 17004 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jan, 2009 1 commit
-
-
Luca Abeni authored
Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-