- 24 Sep, 2014 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Jan, 2013 2 commits
-
-
Xi Wang authored
The check `start + res < start' is broken since pointer overflow is undefined behavior in C. Many compilers such as gcc/clang optimize away this check. Use `res > end - start' instead. Also change `res' to unsigned int to avoid signed left-shift overflow. Signed-off-by:
Xi Wang <xi.wang@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Xi Wang authored
The check `start + res < start' is broken since pointer overflow is undefined behavior in C. Many compilers such as gcc/clang optimize away this check. Use `res > end - start' instead. Also change `res' to unsigned int to avoid signed left-shift overflow. Signed-off-by:
Xi Wang <xi.wang@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jun, 2012 1 commit
-
-
Martin Storsjö authored
This requires all NAL units to fit within single RTP packets. It doesn't change the actual packetization for packets that fit, but errors out and gives a helpful hint if the NAL units would have to be split, and signals the right packetization mode in the SDP. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 10 Dec, 2011 2 commits
-
-
Luca Abeni authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also remove redundant parentheses. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Jun, 2011 3 commits
-
-
Reimar Döffinger authored
-
Reimar Döffinger authored
-
Luca Abeni authored
This implements support for the "MP4" syntax of H.264 bitstreams. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2009 1 commit
-
-
Yao Peter authored
Patch by Yao Peter (peter AT yuvad DOT com) Originally committed as revision 18858 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Feb, 2009 1 commit
-
-
Luca Abeni authored
Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 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
-
- 19 Feb, 2008 1 commit
-
-
Reimar Döffinger authored
rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type rtpenc_h264.c:74: warning: assignment discards qualifiers from pointer target type Originally committed as revision 12152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2008 1 commit
-
-
Luca Abeni authored
Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-