Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-14Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun
It is the standard location as defined by the Open Group. Originally committed as revision 14761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-24Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun
Without the #include compilation fails. Originally committed as revision 12568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-20Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun
Originally committed as revision 12521 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-22Introduce libavdeviceLuca Abeni
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk