- 24 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 May, 2014 1 commit
-
-
Martin Storsjö authored
Only copy it manually in the muxers where it makes sense (rtspenc, sapenc). Don't touch the original AVStream in movenchint, where the original AVStream should be kept untouched. This fixes the normal tracks in RTP hinted files after abb810db - the hint tracks were ok while the normal media tracks were broken, noticed by Michael Niedermayer. This reverts abb810db but achieves the same effect for the other muxers. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 May, 2014 1 commit
-
-
Olivier Langlois authored
Whenever av_gettime() is used to measure relative period of time, av_gettime_relative() is prefered as it guarantee monotonic time on supported platforms. Signed-off-by:
Olivier Langlois <olivier@trillion01.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Mar, 2014 1 commit
-
-
Fred Rothganger authored
For muxing, it accepts both 0 and AV_NOPTS_VALUE. For demuxing, it will present AV_NOPTS_VALUE when start_time_realtime is unknown. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Dec, 2012 1 commit
-
-
Jernej Virag authored
This makes sure it ends up in the SDP, providing a proper session name in the SAP announcements. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Dec, 2012 1 commit
-
-
Jernej Virag authored
Pass "title" metadata field to av_sdp_create (as in RTP muxer) in SAP muxer for correct session name in SAP SDP announcements. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2012 1 commit
-
-
Luca Barbato authored
Support multiple video/audio streams with different format in the same session. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 26 May, 2012 1 commit
-
-
Martin Storsjö authored
Also check the return value in sapenc. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 May, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 13 Nov, 2011 2 commits
-
-
Anton Khirnov authored
Not used anywhere yet, support for passing options from avio_open() will follow.
-
Martin Storsjö authored
Change all uses of these function to pass the relevant callback on.
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 19 Apr, 2011 1 commit
-
-
Stefano Sabatini authored
Make AVIO_FLAG_ access constants work as flags, and in particular fix the behavior of functions (such as avio_check()) which expect them to be flags rather than modes. This breaks API.
-
- 08 Apr, 2011 1 commit
-
-
Anton Khirnov authored
The new name is more consistent with the rest of the API.
-
- 07 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 04 Apr, 2011 5 commits
-
-
Anton Khirnov authored
URLContext.max_packet_size should be used directly.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Feb, 2011 4 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 22a3212e)
-
Martin Storsjö authored
Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR() error codes. Provide fallback definitions of other errno.h network errors, mapping them to the corresponding winsock errors. This eases catching these error codes in common code, without having to distinguish between FF_NETERRNO(EAGAIN) and AVERROR(EAGAIN). This fixes roundup issue 2614, unbreaking blocking network IO on windows. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 28c4741a)
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Martin Storsjö authored
Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR() error codes. Provide fallback definitions of other errno.h network errors, mapping them to the corresponding winsock errors. This eases catching these error codes in common code, without having to distinguish between FF_NETERRNO(EAGAIN) and AVERROR(EAGAIN). This fixes roundup issue 2614, unbreaking blocking network IO on windows. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 18 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit ab0287fc)
-
- 17 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 06 Feb, 2011 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b22dbb29)
-
Martin Storsjö authored
This avoids having the chained AVStream->codec point to the same AVCodecContext owned by the outer AVStream. The downside is that changes to the AVCodecContext made after calling av_write_header cannot be detected automatically within the chained muxer. This avoids having to manually unlink the chained AVStream->codec by setting it to null before freeing the chained muxer via generic freeing functions. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1338dc08)
-
- 04 Feb, 2011 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Martin Storsjö authored
This avoids having the chained AVStream->codec point to the same AVCodecContext owned by the outer AVStream. The downside is that changes to the AVCodecContext made after calling av_write_header cannot be detected automatically within the chained muxer. This avoids having to manually unlink the chained AVStream->codec by setting it to null before freeing the chained muxer via generic freeing functions. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Martin Storsjö authored
This fixes yet another memory leak, present since SVN rev 25418. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 1f56f5ed)
-