Måns Rullgård
|
ac6ef8682d
|
Add av_stristr() function
This is a case-insensitive version of strstr().
Originally committed as revision 22251 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-03-06 19:41:22 +00:00 |
Michael Niedermayer
|
b3e88ae84b
|
Place { of the function where indent -kr wants it.
Also more consistent with the rest of the code.
Originally committed as revision 20851 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-12-14 01:15:02 +00:00 |
Michael Niedermayer
|
64b12fc317
|
Move #include where it belongs.
This as a sideeffect fixes the linking failure of ffplay.
Originally committed as revision 20832 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-12-13 18:42:39 +00:00 |
Michael Niedermayer
|
277c733237
|
Add a function to convert a number to a av_malloced string.
Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-12-13 17:09:41 +00:00 |
Diego Biurrun
|
4d55404fca
|
Rename string.c to avstring.c so that the name of header and C file match.
Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-01-29 22:12:36 +00:00 |