- 28 Mar, 2016 1 commit
-
-
Lou Logan authored
Signed-off-by: Lou Logan <lou@lrcd.com>
-
- 13 Feb, 2016 1 commit
-
-
Michael Niedermayer authored
This will extend the whitelist features to allow blacklisting individual protocols and to explicitly force everything to be enabled. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Oct, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
This does not trigger any warnings, but adds robustness. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 03 Oct, 2015 1 commit
-
-
Henrik Gramner authored
They're short enough that inlining them actually reduces code size due to all the overhead associated with making a function call. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 26 Sep, 2015 1 commit
-
-
Henrik Gramner authored
They're short enough that inlining them actually reduces code size due to all the overhead associated with making a function call.
-
- 14 Sep, 2015 1 commit
-
-
Rodger Combs authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 31 Mar, 2015 1 commit
-
-
Lukasz Marek authored
Convinient function to build paths. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Nov, 2014 1 commit
-
-
Henrik Gramner authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 02 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2014 1 commit
-
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 22 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Nov, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 07 Mar, 2013 2 commits
-
-
Reimar Döffinger authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
The escape API will be useful to perform escaping programmatically, which is required when crafting argument strings, and will be used for context printing as well. This is based on the ffescape tool code, with a few extensions and fixes.
-
- 03 Mar, 2013 1 commit
-
-
Reimar Döffinger authored
As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 25 Jan, 2013 1 commit
-
-
Vladimir Pantelic authored
This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 29 Dec, 2012 1 commit
-
-
Luca Barbato authored
Thread safe version of the common basename and dirname.
-
- 12 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 22 Nov, 2011 1 commit
-
-
Luca Barbato authored
Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
-
- 06 Nov, 2011 2 commits
-
-
Reimar Döffinger authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 03 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 18 Oct, 2011 1 commit
-
-
Stefano Sabatini authored
The function strtok_r() is part of the POSIX.1 specification, but is not available on some platforms. We provide an internal implementation, so we do not need to rely on a platform implementation.
-
- 04 Sep, 2011 1 commit
-
-
Clément Bœsch authored
-
- 23 Jun, 2011 1 commit
-
-
Martin Storsjö authored
This helps catching cases where the format string doesn't match what is passed in, or injection bugs where user data is passed in as format string. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 27 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22349 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This is a case-insensitive version of strstr(). Originally committed as revision 22251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2009 2 commits
-
-
Michael Niedermayer authored
This as a sideeffect fixes the linking failure of ffplay. Originally committed as revision 20832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2009 1 commit
-
-
Reimar Döffinger authored
already must be properly 0-terminated strings. Unlike strncpy it cannot be used on raw data read from a file. Originally committed as revision 19800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2007 1 commit
-
-
Luca Abeni authored
Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jun, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk
-