- 23 Feb, 2012 1 commit
-
-
Martin Storsjö authored
According to newer RFCs, this packetization scheme should only be used for interfacing with legacy systems. Implementing this packetization mode properly requires parsing the full H263 bitstream to find macroblock boundaries (and knowing their macroblock and gob numbers and motion vector predictors). This implementation tries to look for GOB headers (which can be inserted by using -ps <small number>), but if the GOBs aren't small enough to fit into the MTU, the packetizer blindly splits packets at any offset and claims it to be a GOB boundary (by using Mode A from the RFC). While not correct, this seems to work with some receivers. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Oct, 2011 1 commit
-
-
Martin Storsjö authored
It was broken in 3b3ea346 "Remove all uses of deprecated AVOptions API", where any presence of a payload_type AVOption caused its value to be returned, even if it wasn't set (and thus had the default -1 value). This caused the RTP muxer to be broken. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 29 Sep, 2011 1 commit
-
-
Mohamed Naufal Basheer authored
-
- 26 Sep, 2011 2 commits
-
-
Rafaël Carré authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
Specifying the payload type is useful when the type number has already been negotiated before creating the stream, for example in SIP protocol. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Sep, 2011 1 commit
-
-
Rafaël Carré authored
Move the identical code in rtp_write_header() and ff_sdp_write_media() inside ff_rtp_get_payload_type() Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Sep, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25125 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
-
- 11 Jan, 2010 1 commit
-
-
Luca Abeni authored
Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
Luca Abeni authored
Originally committed as revision 18346 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Feb, 2009 1 commit
-
-
Luca Abeni authored
a static function Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Feb, 2009 1 commit
-
-
Luca Abeni authored
a static function Originally committed as revision 17364 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
-
- 24 Jun, 2008 1 commit
-
-
Luca Abeni authored
Originally committed as revision 13943 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Mar, 2008 4 commits
-
-
Luca Abeni authored
Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 12644 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jan, 2008 1 commit
-
-
Diego Pettenò authored
Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com) Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2008 2 commits
-
-
Luca Abeni authored
Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2007 1 commit
-
-
Björn Axelsson authored
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2007 2 commits
-
-
Luca Abeni authored
Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
code (this is needed for supporting MPEG2 video in the RTP muxer) Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2007 2 commits
-
-
Luca Abeni authored
RTCP interval should be 5 seconds) Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2007 1 commit
-
-
Luca Abeni authored
this in the AAC packetizer) Originally committed as revision 10647 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2007 1 commit
-
-
Luca Abeni authored
used in the RTP muxer, and not in the demuxer) Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Sep, 2007 1 commit
-
-
Luca Abeni authored
Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2007 2 commits
-
-
Luca Abeni authored
Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2007 1 commit
-
-
Luca Abeni authored
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2007 1 commit
-
-
Panagiotis Issaris authored
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2007 1 commit
-
-
Ronald S. Bultje authored
patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-