- 17 Oct, 2011 1 commit
-
-
Martin Storsjö authored
This eases adding options that are common for both. The AV_OPT_FLAG_EN/DECODING_PARAM still indicates whether they belong to the muxer or demuxer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 10 Jun, 2011 2 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 08 Apr, 2011 1 commit
-
-
Anton Khirnov authored
The new name is more consistent with the rest of the API.
-
- 04 Apr, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 03 Apr, 2011 2 commits
-
-
Anton Khirnov authored
It doesn't look fit to be a part of the public API. Adding a temporary hack to ffserver to be able to use it, should be cleaned up when somebody is up for it.
-
Anton Khirnov authored
-
- 23 Mar, 2011 1 commit
-
-
Martin Storsjö authored
In this particular case, we aren't ever printing anything else than 0.000 anyway. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Feb, 2011 1 commit
-
-
Martin Storsjö authored
For mpegts in RTP, there isn't a direct mapping between RTSPStreams and AVStreams, and the RTSPStream isn't ever stored in AVStream->priv_data, which was earlier leaked. The fix for this leak, in ea7f0807, lead to double frees for other, normal RTP streams. This patch avoids storing RTSPStreams in AVStream->priv_data, thus avoiding the double free. The RTSPStreams are always available via RTSPState->rtsp_streams anyway. Tested with MS-RTSP, RealRTSP, DSS and mpegts/RTP. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit d9c0510e)
-
- 02 Feb, 2011 1 commit
-
-
Martin Storsjö authored
For mpegts in RTP, there isn't a direct mapping between RTSPStreams and AVStreams, and the RTSPStream isn't ever stored in AVStream->priv_data, which was earlier leaked. The fix for this leak, in ea7f0807, lead to double frees for other, normal RTP streams. This patch avoids storing RTSPStreams in AVStream->priv_data, thus avoiding the double free. The RTSPStreams are always available via RTSPState->rtsp_streams anyway. Tested with MS-RTSP, RealRTSP, DSS and mpegts/RTP. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 30 Jan, 2011 2 commits
-
-
Dave Yeo authored
fix compile on OS/2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit a0788cc6)
-
Luca Barbato authored
Select has limitations on the fd values it could accept and silently breaks when it is reached. (cherry picked from commit a8475bbd)
-
- 28 Jan, 2011 3 commits
-
-
Dave Yeo authored
fix compile on OS/2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Luca Barbato authored
Select has limitations on the fd values it could accept and silently breaks when it is reached.
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a21)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
- 02 Jan, 2011 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 26189 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Oct, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25600 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 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 24315 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jun, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 23535 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2010 2 commits
-
-
Martin Storsjö authored
Originally committed as revision 23496 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Josh Allmann authored
Done in preparation for RTSP over HTTP. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jun, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 23465 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2010 2 commits
-
-
Martin Storsjö authored
These codecs in RTP are supported by many players. Originally committed as revision 23209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 23208 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Mar, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 22675 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 22634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Mar, 2010 2 commits
-
-
Martin Storsjö authored
Originally committed as revision 22549 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Skip interleaved packets manually and recheck if there's more to be read. Originally committed as revision 22548 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 22403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2010 1 commit
-
-
Martin Storsjö authored
This ensures proper escaping of numerical IPv6 addresses. The RTSP (de)muxer needs its own network initialization, since it isn't a protocol and url_open hasn't been called yet. Originally committed as revision 22226 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2010 1 commit
-
-
Martin Storsjö authored
This way, we avoid overwriting stream_index in the user's AVPacket with a nonsense value. Originally committed as revision 22081 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
-
- 22 Feb, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
-