OSDN Git Service

avconv: rewrite -qscale and -aq handling.
[coroid/ffmpeg_saccubus.git] / libavformat / os_support.c
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-23 Kirill GavrilovHandle unicode file names on windows
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Max Shakhmetovos_support: fix poll() implementation
2011-01-28 Mans Rullgardos_support: make poll() fallbacks conditional on CONFIG...
2011-01-28 Luca Barbatoos: replace select with poll
2010-07-06 Måns Rullgårdos_support: include some headers only when needed
2010-03-08 Måns RullgårdMove resolve_host() to ffserver.c
2010-03-07 David Conradinet_aton needs _DARWIN_C_SOURCE on OS X
2010-03-07 David ConradLocalize the #define _SVID_SOURCE needed for inet_aton...
2010-02-28 Reimar DöffingerMake our getaddrinfo implementation initialize "struct...
2010-02-08 Ronald S. BultjeImplement gai_strerror() for systems lacking such funct...
2010-01-25 Martin StorsjöLoad the proper getaddrinfo functions from ws2_32.dll...
2010-01-11 Martin StorsjöProvide a fallback for getnameinfo() also. Patch by...
2010-01-11 Martin StorsjöProvide fallback implementations of getaddrinfo() and...
2010-01-11 Ronald S. BultjeUse getaddrinfo(), if available, in resolve_host()...
2010-01-08 Martin StorsjöCurrently, the replacement which is used if inet_aton...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-16 Dave Yeostruct timeval requires #include <sys/time.h>
2008-08-14 Aurelien Jacobsuse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2007-12-27 Michael KostylevCheck for the presence of sys/select.h and conditionall...
2007-12-09 Tom HarperFix compilation of os_support.c for MinGW with --disabl...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-08-08 Ramiro PollaCheck for winsock2.h instead of __MINGW32__
2007-07-19 Benoit Fouetuse sscanf to parse address
2007-07-18 Benoit Fouetremove useless check
2007-07-18 Joakim Platefix emulated inet_aton so that it fails for invalid...
2007-07-16 Ramiro PollaMinGW has those include files.
2007-07-16 Ramiro PollaMove av_gettime() back to lavf/utils.c
2007-07-16 Ramiro PollaMinGW has gettimeofday() since mingw-runtime-3.10
2007-07-10 Ramiro PollaRemove OS/2 support
2007-06-25 Ramiro PollaRemove localtime_r implementation for systems that...
2007-05-21 Alex Beregszaszir9095 invalidly removed the check for non-winsock
2007-05-21 Alex Beregszaszifix FD_SETSIZE handling in our poll() emulation
2007-05-15 Alex Beregszasziinitial mingw networking support
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace and tabs.
2007-04-26 Alex Beregszaszimove resolve_host from tcp.c to os_support.c as it...
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-03-23 François RevolSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-02-15 François RevolMake sure we don't try to emulate poll() when it's...
2007-02-15 François RevolMinGW patch by <koyama AT infocity DOT co DOT jp>,...
2007-02-15 François Revolpoll() emulation for BeOS, and maybe MinGW.
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-11-15 Diego BiurrunMinGW compilation fix, inet_aton and #includes depend...
2006-11-14 Diego BiurrunMove BeOS-specific code into os_support.c.
2006-11-14 Måns Rullgårdsimplify
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-01-23 Diego BiurrunSkip all includes for WinCE, instead of falling through...
2006-01-22 Gildas BazinWinCE cross-compilation support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-11-09 Michael Niedermayerdoxy
2004-04-24 Sascha Sommercygwin patch by ("Sascha Sommer" <saschasommer at freen...
2004-04-12 Steven M. Schultzlibavformat/os_support.c HAVE_LOCALTIME_R patch by...
2003-09-08 Fabrice Bellardsimpler strptime - added os_support.[ch] - moved localt...