This fixes a regression on Windows introduced by r22769 in which the data read
from the file was not properly zero terminated. The file was read as text,
which caused the \r characters to be suppressed. Since the zero termination
happens at the end of the buffer, and there was one byte less read per line,
this caused the remaining space on the buffer to contain random data.
backport r23251 by ramiro
Originally committed as revision 23261 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
This is in preparation for RTP hinting in the MOV muxer, where
it needs to be able to create SDP fragments for each media stream.
backport r23160 by mstorsjo
Originally committed as revision 23233 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
This is needed for subtitles where packets are infrequent.
Patch by Janne Grunau, janne-ffmpeg at jannau dot net.
backport r23157 by bcoudurier
Originally committed as revision 23226 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Debugged by Howard Chu, hyc at highlandsun dot com.
backport r23151 by mstorsjo
Originally committed as revision 23224 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
It is not harmful and it scares too many users.
backport r23139 by bcoudurier
Originally committed as revision 23221 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Most coder functions read it. Carting this around in the context may be
suboptimal; a refactor should be considered.
backport r23094 by alexc
Originally committed as revision 23218 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
The latter does not exist and thus compilation fails.
patch by Janne Grunau, janne-ffmpeg jannau.net
backport r23087 by diego
Originally committed as revision 23217 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Patch by Nick Brereton <nick at nbrereton dot net>
backport r23085 by ramiro
Originally committed as revision 23216 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
was encountered with a channel range that overlapped the previous substreams,
and the code assumed no such overlap was possible.
Patch by Nick Brereton <nick at nbrereton dot net>
backport r23084 by ramiro
Originally committed as revision 23215 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
The old code is correct only when stride = 2*width.
Patch by Ronaldo Moura <ronaldo d moura monity com br>
backport r31142 by mru
Originally committed as revision 23212 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
This fixes issue1907
Patch by Thomas Devanneaux gmail(thomdev)
backport r23078 by benoit
Originally committed as revision 23211 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
causes linking errors instead of avoiding them.
backport r23058 by reimar
Originally committed as revision 23188 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
printing the error code associated to FF_NETERROR(EPROTONOSUPPORT).
backport r23033 by stefano
Originally committed as revision 23176 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Should provide a meaningful error message for systems which do not
support strerror_r().
Fix roundup issue #1894.
backport r23032 by stefano
Originally committed as revision 23175 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
not defined.
This allows applications to check if av_strerror() cannot provide a
meaningful representation for the provided error code, without having
to actually check the filled string.
backport r23031 by stefano
Originally committed as revision 23174 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6