]> git.sesse.net Git - ffmpeg/history - libavformat/os_support.c
split rm muxer and demuxer in their own files
[ffmpeg] / libavformat / os_support.c
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...